Code Review
/
airship.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
cd6cfd4
)
Precise BLOCK_MIGRATION=False in env
66/68466/1
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Wed, 11 Sep 2019 08:56:35 +0000
(10:56 +0200)
committer
Cé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
patch
|
blob
|
history
diff --git
a/tools/test.sh
b/tools/test.sh
index
4566e42
..
a41977c
100755
(executable)
--- 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