From d6a1469eaf3764b1c379c330b50e54dd21509e41 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 11 Sep 2019 10:56:35 +0200 Subject: Precise BLOCK_MIGRATION=False in env MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Change-Id: I94d353f1f024ee32fb33c7effaf8bb44e8f8349b --- tools/test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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 -- cgit 1.2.3-korg