diff --git a/scenarios/tests/test_scenario.xml b/scenarios/tests/test_scenario.xml index c68efee2c..e41dccff2 100644 --- a/scenarios/tests/test_scenario.xml +++ b/scenarios/tests/test_scenario.xml @@ -7,68 +7,24 @@ testing - - - - 172.16.0.14 + 172.17.0.0 - + + + true + + + IP_addresses + + + + IP_addresses - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/secgen.rb b/secgen.rb index 83773d7ae..0ff4ace33 100644 --- a/secgen.rb +++ b/secgen.rb @@ -172,11 +172,11 @@ def build_vms(scenario, project_dir, options) end else # TODO: elsif vagrant_output[:exception].type == ProcessHelper::TimeoutError >destroy individually broken vms as above? Print.err 'Vagrant up timeout, destroying VMs and retrying...' - GemExec.exe('vagrant', project_dir, 'destroy -f') + # GemExec.exe('vagrant', project_dir, 'destroy -f') end else Print.err 'Error provisioning VMs, destroying VMs and exiting SecGen.' - GemExec.exe('vagrant', project_dir, 'destroy -f') + # GemExec.exe('vagrant', project_dir, 'destroy -f') exit 1 end end