blob: 849a73f6489aaaa4f7f6e7c79b4ae2c68cc7f16c [file] [log] [blame]
Michael Johnson34139b02017-03-15 10:31:10 -07001========================
2Team and repository tags
3========================
4
5.. image:: http://governance.openstack.org/badges/octavia-tempest-plugin.svg
6 :target: http://governance.openstack.org/reference/tags/index.html
7
8.. Change things from this point on
9
Bar RH36ece2d2017-12-20 02:15:05 +020010==============================
11Tempest integration of Octavia
12==============================
Michael Johnson34139b02017-03-15 10:31:10 -070013
14This project contains the Tempest plugin for the Octavia project for
15OpenStack Load Balancing.
16
17For more information about Octavia see:
Bar RH36ece2d2017-12-20 02:15:05 +020018https://docs.openstack.org/octavia/latest/
Michael Johnson34139b02017-03-15 10:31:10 -070019
20For more information about Tempest plugins see:
Bar RH36ece2d2017-12-20 02:15:05 +020021https://docs.openstack.org/tempest/latest/plugin.html
Michael Johnson34139b02017-03-15 10:31:10 -070022
23* Free software: Apache license
Bar RH36ece2d2017-12-20 02:15:05 +020024* Documentation: http://docs.openstack.org/octavia-tempest-plugin/latest
Michael Johnson34139b02017-03-15 10:31:10 -070025* Source: http://git.openstack.org/cgit/openstack/octavia-tempest-plugin
Bar RH36ece2d2017-12-20 02:15:05 +020026* Bugs: https://storyboard.openstack.org/#!/project/910
27
28Installing
29----------
30
31Clone this repository to the destination machine, and call from the repo::
32
33 $ pip install -e .
34
35Running the tests
36-----------------
37
38To run all the tests from this plugin, call from the tempest repo::
39
40 $ tox -e all-plugin -- octavia_tempest_plugin
41
42To run a single test case, call with full path, for example::
43
Michael Johnson921ed422018-08-31 15:18:39 -070044 $ tox -e all-plugin -- octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic
Bar RH36ece2d2017-12-20 02:15:05 +020045
46To retrieve a list of all tempest tests, run::
47
48 $ testr list-tests