Code Review
/
fds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ec5d1ea
)
removed duplicate creation of test-vm1 in functest sim script
49/27849/1
author
juraj.linkes
<jlinkes@cisco.com>
Wed, 1 Feb 2017 12:37:21 +0000
(13:37 +0100)
committer
juraj.linkes
<jlinkes@cisco.com>
Wed, 1 Feb 2017 12:37:21 +0000
(13:37 +0100)
Change-Id: I41a11b71bdf8ed0318259be2e8588db1a5f9c94b
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
scripts/functest_sim.sh
patch
|
blob
|
history
diff --git
a/scripts/functest_sim.sh
b/scripts/functest_sim.sh
index
6b36367
..
e328b50
100755
(executable)
--- a/
scripts/functest_sim.sh
+++ b/
scripts/functest_sim.sh
@@
-27,7
+27,6
@@
sleep 7
# SECOND VM
echo "Creating second VM in the network and adding the security group to it"
-nova boot --image cirros-0.3.4 --flavor 1 --nic net-id=$net_id test-vm1
nova boot --image cirros-0.3.4 --flavor 1 --nic net-id=$net_id test-vm2
nova add-secgroup test-vm2 test-secgroup