removed duplicate creation of test-vm1 in functest sim script 49/27849/1
authorjuraj.linkes <jlinkes@cisco.com>
Wed, 1 Feb 2017 12:37:21 +0000 (13:37 +0100)
committerjuraj.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

index 6b36367..e328b50 100755 (executable)
@@ -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