solum-tempest-plugin/README.rst
Lukáš Piwowarski bb16916965 Remove reference to 'all-plugin' tox environment
The 'all-plugin' tox environment was deprecated by this patch [1].
Instead of the 'all-plugin' it is recommended to use the 'all' tox
environment.

This patch removes any reference to 'all-plugin' tox environment and
updates the documentation so that the installation steps work with
the 'all' venv.

[1] https://review.opendev.org/c/openstack/tempest/+/543974

Change-Id: Ic9c5cc65611c12211be35d9d65c75d67ab717302
2022-10-07 16:35:21 +02:00

1.3 KiB

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 and run:

$ cd /opt/stack/tempest
$ tox -e venv-tempest -- pip install (path to the solum-tempest-plugin directory)

To run all tests from the solumn-tempest-plugin, run this command:

$ tox -e all -- solum_tempest_plugin

To run a single test case, run with the test case name, for example:

$ tox -e all -- solum_tempest_plugin.camp.v1_1.test_plans.TestPlansController.test_create_camp_plan