diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-05-30 15:02:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-30 15:02:06 +0000 |
commit | 4e9396fe5b4b8a46708310da92a5be877d2eff01 (patch) | |
tree | a8d78ef7a9fd9e8f319176a1ef3c16b4d83dda45 /docs | |
parent | 865d6dee03260192aabb5cac7884128adc6c768e (diff) |
Update git submodules
* 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 <cedric.ollivier@orange.com>
Diffstat (limited to 'docs')
m--------- | docs/submodules/functest | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/functest b/docs/submodules/functest -Subproject 8628e8f2bb97f4528767710ec8fdec5ea364373 +Subproject a28e2b40877f022f6cc8bbc3ad9b586ef3dd126 |