From d24b76c6d47b383e8bafb734e88a84d70ad4e4e2 Mon Sep 17 00:00:00 2001 From: licanwei Date: Thu, 30 May 2019 15:33:14 +0800 Subject: [PATCH] Add watcherclient tempest readme Change-Id: Idb431b81c81eeaf8a12552fca782e1bd6b53608b --- watcher_tempest_plugin/README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/watcher_tempest_plugin/README.rst b/watcher_tempest_plugin/README.rst index 1fd805f..01ca775 100644 --- a/watcher_tempest_plugin/README.rst +++ b/watcher_tempest_plugin/README.rst @@ -156,3 +156,15 @@ And, to run a specific test:: $ export TEMPEST_CONFIG_DIR=/watcher-cloud/etc/ $ tox -eall-plugin watcher_tempest_plugin.tests.api.admin.test_audit_template.TestCreateDeleteAuditTemplate.test_create_audit_template + + +Watcherclient Tempest tests execution +------------------------------- + +To run Watcherclient functional tests you need to execute ``tempest run`` command:: + + $ tempest run --regex watcher_tempest_plugin.tests.client_functional + +You can run specified test(s) by using regular expression:: + + $ tempest run --regex watcher_tempest_plugin.tests.client_functional.v1.test_action.ActionTests.test_action_list