blob: 8b5bd3cc51fef3d59dc9c8c6d517925e30f407eb [file] [log] [blame]
Michael Johnson791fefb2019-09-13 10:48:05 -07001======================
2Octavia Tempest Plugin
3======================
4
Michael Johnson34139b02017-03-15 10:31:10 -07005Team and repository tags
6========================
7
ShangXiao4e620282018-06-13 01:38:21 -07008.. image:: https://governance.openstack.org/tc/badges/octavia-tempest-plugin.svg
9 :target: https://governance.openstack.org/tc/reference/tags/index.html
Michael Johnson34139b02017-03-15 10:31:10 -070010
11.. Change things from this point on
12
Bar RH36ece2d2017-12-20 02:15:05 +020013Tempest integration of Octavia
14==============================
Michael Johnson34139b02017-03-15 10:31:10 -070015
16This project contains the Tempest plugin for the Octavia project for
17OpenStack Load Balancing.
18
19For more information about Octavia see:
Bar RH36ece2d2017-12-20 02:15:05 +020020https://docs.openstack.org/octavia/latest/
Michael Johnson34139b02017-03-15 10:31:10 -070021
22For more information about Tempest plugins see:
Bar RH36ece2d2017-12-20 02:15:05 +020023https://docs.openstack.org/tempest/latest/plugin.html
Michael Johnson34139b02017-03-15 10:31:10 -070024
25* Free software: Apache license
ShangXiao4e620282018-06-13 01:38:21 -070026* Documentation: https://docs.openstack.org/octavia-tempest-plugin/latest/
caoyuan980f5de2019-04-23 19:39:04 +080027* Source: https://opendev.org/openstack/octavia-tempest-plugin
ShangXiao4e620282018-06-13 01:38:21 -070028* Bugs: https://storyboard.openstack.org/#!/project/openstack/octavia-tempest-plugin
Bar RH36ece2d2017-12-20 02:15:05 +020029
30Installing
31----------
32
33Clone this repository to the destination machine, and call from the repo::
34
35 $ pip install -e .
36
37Running the tests
38-----------------
39
40To run all the tests from this plugin, call from the tempest repo::
41
42 $ tox -e all-plugin -- octavia_tempest_plugin
43
44To run a single test case, call with full path, for example::
45
Michael Johnson921ed422018-08-31 15:18:39 -070046 $ tox -e all-plugin -- octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic
Bar RH36ece2d2017-12-20 02:15:05 +020047
48To retrieve a list of all tempest tests, run::
49
50 $ testr list-tests