Tempest plugin for the solum project.
Go to file
Ghanshyam Mann 80e23bb979 [goal] Migrate solum-tempest-plugin jobs to focal
As per victoria cycle testing runtime and community goal[1]
we need to migrate upstream CI/CD to Ubuntu Focal(20.04).

Most of the Tempest jobs will be migrate automatically once devstack
base job start running on Focal(Depends-On).

Stable jobs testing stable branch needs to keep running on their supported
distro version which is bionic from stein till ussuri.

[1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-fo$

Change-Id: I7a7a9e2d00d870c5390e149404b0e6bd5658a511
Story: #2007865
Task: #40219
2020-07-31 17:18:52 +00:00
doc Update docs building, cleanup 2020-05-03 12:07:55 +02:00
releasenotes Drop python 2.7 support and testing 2020-01-22 20:32:53 +00:00
solum_tempest_plugin Remove six usage 2020-04-16 02:28:20 -07: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 [goal] Migrate solum-tempest-plugin jobs to focal 2020-07-31 17:18:52 +00: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 Fix invalid link 2019-08-13 02:15:32 -07: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 Update docs building, cleanup 2020-05-03 12:07:55 +02:00
setup.py Cleanup py27 support 2020-04-07 04:22:44 -07:00
test-requirements.txt Fix hacking min version to 3.0.1 2020-05-12 21:12:25 -05:00
tox.ini Update docs building, cleanup 2020-05-03 12:07:55 +02: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