blob: b2c74ee909ca4a702e6c4a96c12867f8aa0600cf [file] [log] [blame]
Michael Johnson34139b02017-03-15 10:31:10 -07001========================
2Team and repository tags
3========================
4
ShangXiao4e620282018-06-13 01:38:21 -07005.. image:: https://governance.openstack.org/tc/badges/octavia-tempest-plugin.svg
6 :target: https://governance.openstack.org/tc/reference/tags/index.html
Michael Johnson34139b02017-03-15 10:31:10 -07007
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
ShangXiao4e620282018-06-13 01:38:21 -070024* Documentation: https://docs.openstack.org/octavia-tempest-plugin/latest/
caoyuan980f5de2019-04-23 19:39:04 +080025* Source: https://opendev.org/openstack/octavia-tempest-plugin
ShangXiao4e620282018-06-13 01:38:21 -070026* Bugs: https://storyboard.openstack.org/#!/project/openstack/octavia-tempest-plugin
Bar RH36ece2d2017-12-20 02:15:05 +020027
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