Simon Pasquier 8b4c3bada9 Exclude directories from pep8
Change-Id: I8c22d292c902b2106d355e562f6b010b0b47a337
2016-04-29 11:35:55 +02:00
2016-04-29 11:05:21 +03:00
2016-04-28 15:34:04 +03:00
2016-04-28 15:34:04 +03:00
2016-04-22 10:50:26 +00:00
2016-04-28 15:34:04 +03:00
2016-04-29 11:05:21 +03:00
2016-04-29 11:35:55 +02:00

Stacklight tests

This project based on two other projects:

Step-by-step guide:

  1. Prepare the environment:
  • vi openrc

  • . openrc

  • ./utils/fuel-qa-builder/prepare_env.sh

  1. Run the tests:

./utils/jenkins/system_tests.sh -k -K -j fuelweb_test -t test -w $(pwd) -o --group=<your_test_group_to_run>

You can read more about on https://docs.fuel-infra.org/fuel-qa/ or run it next way to view help: ./utils/jenkins/system_tests.sh -h.

To contributors:

Please, follow next rules:

  • run tox or tox -epep8 before send to review

  • try to reuse in dependencies previous deployed environment in @test(depends_on=[<dependency>] (usually basic env is deployed in smoke bvt tests)

  • mark test group following next 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"])
Description
Integration tests for StackLight plugins
Readme 2.9 MiB
Languages
Python 93.2%
Shell 6.8%