diff options
author | juraj.linkes <jlinkes@cisco.com> | 2017-02-01 13:37:21 +0100 |
---|---|---|
committer | juraj.linkes <jlinkes@cisco.com> | 2017-02-01 13:37:21 +0100 |
commit | be53da165264c30c5fb5034563cf04dbdafa90de (patch) | |
tree | 5668064f1703c4bdc0d37b22889a48ec47f49e1f /scripts | |
parent | ec5d1ea5c5ceb379f7b1eb4332f29a1dcc3d40ac (diff) |
removed duplicate creation of test-vm1 in functest sim script
Change-Id: I41a11b71bdf8ed0318259be2e8588db1a5f9c94b
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/functest_sim.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/functest_sim.sh b/scripts/functest_sim.sh index 6b36367..e328b50 100755 --- 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 |