vgusev 526a8b590e Add bvt tests for elasticsearch_kibana
Added basic classes and structure for tests.

Change-Id: I4759bf9f4da4178cb85f0c4c83ed2d6adbfee1dc
2016-05-11 13:22:15 +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 12:12:21 +00:00

StackLight tests

This project contains the functional tests for the StackLight plugins.

It is based on two other projects:

Getting started

  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>

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].

Description
Integration tests for StackLight plugins
Readme 2.9 MiB
Languages
Python 93.2%
Shell 6.8%