summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-09-11 10:56:35 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-09-11 10:57:59 +0200
commitd6a1469eaf3764b1c379c330b50e54dd21509e41 (patch)
tree54961032ccc0d9157149d10e820b85c51aa412cd /tools
parentcd6cfd499192f89a1b0e36e757ed1f0b805b8e8c (diff)
Precise BLOCK_MIGRATION=False in env
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
Diffstat (limited to 'tools')
-rwxr-xr-xtools/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test.sh b/tools/test.sh
index 4566e42..a41977c 100755
--- a/tools/test.sh
+++ b/tools/test.sh
@@ -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