|
5 months ago | |
---|---|---|
doc | 8 months ago | |
releasenotes | 1 year ago | |
solum_tempest_plugin | 9 months ago | |
.coveragerc | 3 years ago | |
.gitignore | 2 years ago | |
.gitreview | 1 year ago | |
.mailmap | 3 years ago | |
.stestr.conf | 2 years ago | |
.zuul.yaml | 5 months ago | |
CONTRIBUTING.rst | 3 years ago | |
HACKING.rst | 2 years ago | |
LICENSE | 3 years ago | |
README.rst | 1 year ago | |
babel.cfg | 3 years ago | |
requirements.txt | 3 years ago | |
setup.cfg | 8 months ago | |
setup.py | 9 months ago | |
test-requirements.txt | 8 months ago | |
tox.ini | 8 months ago |
This directory contains Tempest tests to cover the Solum project, as well as a plugin to automatically load these tests into tempest.
See the Tempest plugin docs for information on using it: https://docs.openstack.org/tempest/latest/#using-plugins
To run all tests from this plugin, install Solum into your environment and navigate to tempest directory:
$ cd /opt/stack/tempest
Run this command:
$ tox -e all-plugin -- solum_tempest_plugin
To run a single test case, run with the test case name, for example:
$ tox -e all-plugin -- solum_tempest_plugin.camp.v1_1.test_plans.TestPlansController.test_create_camp_plan