Tempest plugin for the solum project.
Go to file
Nguyen Hai 6172e792f6 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I2563c69b6ee75fdbb39fc09f6d3be1d6e41d4990
Story: #2002586
Task: #24335
2018-08-17 17:01:24 +09: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 Remove the version test 2017-09-05 09:56:26 +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 Added .gitreview 2017-08-23 08:03:35 +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 Initial Cookiecutter Commit. 2017-08-28 11:27:28 +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 Initial Cookiecutter Commit. 2017-08-28 11:27:28 +08: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