diff options
author | 2017-12-19 05:34:56 +0000 | |
---|---|---|
committer | 2017-12-19 05:34:56 +0000 | |
commit | 25ffc7091ffe7069e6b4aeed9a5a69aa034c58f9 (patch) | |
tree | b6e484c20b5575a292a1012000b33d45651dd359 /VNFs/DPPD-PROX/helper-scripts/openstackrapid/basicrapid.test | |
parent | 6401ebd2b472a2402b640f4e8c773cc3d097093f (diff) | |
parent | c10781eecde9452a477d7c9fa1f1fc0c63df559e (diff) |
Merge "Adding Security gateway testing"
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/openstackrapid/basicrapid.test')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/openstackrapid/basicrapid.test | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/basicrapid.test b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/basicrapid.test new file mode 100644 index 00000000..e1180039 --- /dev/null +++ b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/basicrapid.test @@ -0,0 +1,26 @@ +[DEFAULT] +name = BasicSwapTesting +number_of_tests = 3 +total_number_of_vms = 2 +init_code=init_test() +dest_vm = not_used +gw_vm = not_used +script_control = false + + +[VM1] +name = Generator +config_file = gen.cfg +dest_vm = 2 + +[VM2] +name = Swap +config_file = swap.cfg + +[test1] +cmd=run_speedtest(sock[0],sock[1],sutstatcores,genstatcores,gencontrolcores) +[test2] +cmd=run_sizetest(sock[0],sock[1],sutstatcores,genstatcores,gencontrolcores) +[test3] +cmd=run_flowtest(sock[0],sock[1],sutstatcores,genstatcores,gencontrolcores) + |