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