Tempest plugin for the solum project.
Go to file
OpenDev Sysadmins 05863c5d39 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:43:49 +00:00
doc/source Remove the unused docs 2018-07-30 10:23:07 +08:00
releasenotes Initial Cookiecutter Commit. 2017-08-28 11:27:28 +08:00
solum_tempest_plugin Update solum camp config 2019-01-08 13:57:59 +08:00
.coveragerc Initial Cookiecutter Commit. 2017-08-28 11:27:28 +08:00
.gitignore Switch to use stestr for unit test 2018-07-18 09:53:48 +07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:43:49 +00:00
.mailmap Initial Cookiecutter Commit. 2017-08-28 11:27:28 +08:00
.stestr.conf Switch to use stestr for unit test 2018-07-18 09:53:48 +07:00
.zuul.yaml import zuul job settings from project-config 2018-08-17 17:01:24 +09:00
CONTRIBUTING.rst Initial Cookiecutter Commit. 2017-08-28 11:27:28 +08:00
HACKING.rst Optimizing the safety of the http link site in HACKING.rst 2018-11-16 09:05:22 +08:00
LICENSE Initial Cookiecutter Commit. 2017-08-28 11:27:28 +08:00
README.rst Update the README.rst file 2018-07-30 10:16:29 +08:00
babel.cfg Initial Cookiecutter Commit. 2017-08-28 11:27:28 +08:00
requirements.txt Updated from global requirements 2018-01-22 11:18:12 +00:00
setup.cfg Merge "Removed older version of python added 3.5/3.6" 2019-01-12 07:48:52 +00:00
setup.py Updated from global requirements 2018-01-22 11:18:12 +00:00
test-requirements.txt Switch to use stestr for unit test 2018-07-18 09:53:48 +07:00
tox.ini Switch to use stestr for unit test 2018-07-18 09:53:48 +07:00

README.rst

Team and repository tags

image

Tempest Integration of Solum

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

Running the tests

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