Precise BLOCK_MIGRATION=False in env 66/68466/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 11 Sep 2019 08:56:35 +0000 (10:56 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 11 Sep 2019 08:57:59 +0000 (10:57 +0200)
It takes Ceph into account in Functest inputs.
It completes the previous patch modifying tempest configuration [1].

[1] https://git.opnfv.org/airship/commit/?id=8ffc8773c0b66123a2d24ba477e684ebebd2cc53

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I94d353f1f024ee32fb33c7effaf8bb44e8f8349b

tools/test.sh

index 4566e42..a41977c 100755 (executable)
@@ -15,6 +15,7 @@ trap "{ sudo rm -rf $TMP_DIR; }" EXIT
 
 cat > env << EOF
 EXTERNAL_NETWORK=public
+BLOCK_MIGRATION=False
 EOF
 
 cat > tempest_conf.yaml << EOF