blob: ce445fe81c53579e2eeacd58b47fb0d53b1369e1 [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
44 $ tox -e all-plugin -- octavia_tempest_plugin.tests.v2.scenario.test_basic_ops.BasicOpsTest.test_basic_ops
45
46To retrieve a list of all tempest tests, run::
47
48 $ testr list-tests