![Simon Pasquier](/assets/img/avatar_default.png)
When the openrc file is managed by Git, your local changes end up conflicting with the remote version. This change renames the openrc file to openrc.default and updates the README.md file to take this into account. Change-Id: I4e5def6b38c3690a0c5d2ca64fa84045dc255fae
StackLight tests
This project contains the functional tests for the StackLight plugins.
It is based on two other projects:
-
Fuel-Devops (documentation).
-
Fuel-QA (documentation).
Getting started
-
Provision the SQL database for fuel-qa (see the official documentation for the detailed procedure).
-
Prepare the environment:
cp openrc.default openrc # Edit the openrc file as needed . openrc ./utils/fuel-qa-builder/prepare_env.sh
-
Activate the Python virtual environment:
. $VENV_PATH/bin/activate
-
Run the tests:
./utils/jenkins/system_tests.sh -k -K -j fuelweb_test -t test -w $(pwd) -o --group=<your_test_group_to_run>
Contributing
If you would like to contribute to the development of this plugin, you must follow the OpenStack development workflow instructions.
Patch reviews take place on the OpenStack Gerrit system.
Guidelines:
-
Run
tox
before submitting a review. -
Declare test groups using the following pattern:
@test(groups=["<full_unique_name_of_test>",
"<test_method_purpose>",
"<plugin_name>",
"<test_category>"])
For example:
@test(groups=["install_influxdb_grafana",
"install",
"influxdb_grafana",
"smoke"])
Communication
The OpenStack Development Mailing List is the preferred way to communicate
with the members of the project.
Emails should be sent to openstack-dev@lists.openstack.org
with the subject
prefixed by [fuel][plugins][lma]
.