From 00c01aeafab54ec7b9ea376099fb6aaff0da5f5a Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 19 Dec 2017 19:58:15 +0100 Subject: Remove openstack_[clean,snapshot] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also removes the related unit tests and updates docs and cli. Change-Id: Ie11f77402f2b5b7055a0c7c5d931c8ff21124482 Signed-off-by: Cédric Ollivier --- docs/testing/developer/devguide/index.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs/testing/developer/devguide') diff --git a/docs/testing/developer/devguide/index.rst b/docs/testing/developer/devguide/index.rst index 11d541ae2..19a1bdcb8 100644 --- a/docs/testing/developer/devguide/index.rst +++ b/docs/testing/developer/devguide/index.rst @@ -249,7 +249,7 @@ Functest util classes In order to simplify the creation of test cases, Functest develops also some functions that are used by internal test cases. Several features are supported such as logger, configuration management and -Openstack capabilities (snapshot, clean, tacker,..). +Openstack capabilities (tacker,..). These functions can be found under /functest/utils and can be described as follows:: @@ -259,8 +259,6 @@ follows:: |-- decorators.py |-- env.py |-- functest_utils.py - |-- openstack_clean.py - |-- openstack_snapshot.py |-- openstack_tacker.py `-- openstack_utils.py -- cgit 1.2.3-korg