Update git submodules
authorCedric Ollivier <cedric.ollivier@orange.com>
Tue, 30 May 2017 15:02:06 +0000 (15:02 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 30 May 2017 15:02:06 +0000 (15:02 +0000)
commit4e9396fe5b4b8a46708310da92a5be877d2eff01
treea8d78ef7a9fd9e8f319176a1ef3c16b4d83dda45
parent865d6dee03260192aabb5cac7884128adc6c768e
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>
docs/submodules/functest