|
3 days ago | |
---|---|---|
devstack | 3 months ago | |
doc | 9 months ago | |
octavia_tempest_plugin | 3 days ago | |
playbooks/act_stby_iptables | 1 year ago | |
releasenotes | 3 months ago | |
zuul.d | 6 days ago | |
.coveragerc | 3 years ago | |
.gitignore | 2 years ago | |
.gitreview | 1 year ago | |
.mailmap | 3 years ago | |
.stestr.conf | 2 years ago | |
CONTRIBUTING.rst | 2 years ago | |
HACKING.rst | 2 years ago | |
LICENSE | 3 years ago | |
README.rst | 1 year ago | |
babel.cfg | 3 years ago | |
requirements.txt | 5 months ago | |
setup.cfg | 9 months ago | |
setup.py | 3 years ago | |
test-requirements.txt | 9 months ago | |
tox.ini | 5 months ago |
This project contains the Tempest plugin for the Octavia project for OpenStack Load Balancing.
For more information about Octavia see: https://docs.openstack.org/octavia/latest/
For more information about Tempest plugins see: https://docs.openstack.org/tempest/latest/plugin.html
Clone this repository to the destination machine, and call from the repo:
$ pip install -e .
To run all the tests from this plugin, call from the tempest repo:
$ tox -e all-plugin -- octavia_tempest_plugin
To run a single test case, call with full path, for example:
$ tox -e all-plugin -- octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic
To retrieve a list of all tempest tests, run:
$ testr list-tests