Go to file
zhurong c45e04b5f1 Python 2/3 compatible
Change-Id: I7bb56f0ea924c1cfc6fcc341df17a44e62d9c45f
2018-12-26 15:49:57 +08:00
2018-07-30 10:23:07 +08:00
2017-08-28 11:27:28 +08:00
2017-08-28 11:27:28 +08:00
2018-07-18 09:53:48 +07:00
2017-08-23 08:03:35 +00:00
2017-08-28 11:27:28 +08:00
2017-08-28 11:27:28 +08:00
2017-08-28 11:27:28 +08:00
2017-08-28 11:27:28 +08:00
2017-08-28 11:27:28 +08:00
2018-07-30 10:16:29 +08:00
2017-08-28 11:27:28 +08:00
2018-01-22 11:18:12 +00:00
2018-07-18 09:53:48 +07:00

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
Description
RETIRED, Tempest plugin for the solum project.
Readme 357 KiB