From 4e9396fe5b4b8a46708310da92a5be877d2eff01 Mon Sep 17 00:00:00 2001 From: Cedric Ollivier Date: Tue, 30 May 2017 15:02:06 +0000 Subject: Update git submodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update docs/submodules/functest from branch 'master' - Merge "Define create_snapshot() and clean() in TestCase" - Define create_snapshot() and clean() in TestCase They replace the former calls in run_tests which are not suitable for all test cases. Now any test case can define how to clean its resources. If the snapshot cannot be created, the test case is considered as failed. Only a message is printed if any failure during cleaning. It also defines a new class called OSGCTestCase useful for test cases which don't clean their OpenStack resources. All test cases located in opnfv_tests/openstack inherit from it to keep the global behavior unchanged. It also deletes exit instructions in openstack_clean and openstack_snapshot, removes clean flags in testcases.yaml and updates the related utils. All Docs are modified as well. JIRA: FUNCTEST-438 Change-Id: I8938e6255708012380389763a24059ace4ce45d8 Signed-off-by: Cédric Ollivier --- docs/submodules/functest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/submodules/functest b/docs/submodules/functest index 8628e8f2b..a28e2b408 160000 --- a/docs/submodules/functest +++ b/docs/submodules/functest @@ -1 +1 @@ -Subproject commit 8628e8f2bb97f4528767710ec8fdec5ea3643738 +Subproject commit a28e2b40877f022f6cc8bbc3ad9b586ef3dd126c -- cgit 1.2.3-korg