diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2016-11-08 10:06:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-08 10:06:33 +0000 |
commit | aa374b2bac23a89442ef59f3757d40cdf66c3814 (patch) | |
tree | db070ceb0a85ee0cd20f1ac4f43d6cff7567d870 /test_plan/dell-us-deploying-bm3/compute/dpi_vm.yaml | |
parent | 3dff5b4dc848147235120f7befd5b5de29461846 (diff) | |
parent | 6105c711e5d83d30b5733e7fec49d29a91520c26 (diff) |
Merge "rename test_cases/ to test_plan/"
Diffstat (limited to 'test_plan/dell-us-deploying-bm3/compute/dpi_vm.yaml')
-rw-r--r-- | test_plan/dell-us-deploying-bm3/compute/dpi_vm.yaml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/test_plan/dell-us-deploying-bm3/compute/dpi_vm.yaml b/test_plan/dell-us-deploying-bm3/compute/dpi_vm.yaml new file mode 100644 index 00000000..10e86993 --- /dev/null +++ b/test_plan/dell-us-deploying-bm3/compute/dpi_vm.yaml @@ -0,0 +1,35 @@ +Scenario: + benchmark: dpi + 1Run : virtualmachine_1, virtualmachine_2 + +Context: + Host_Machines: + + + Virtual_Machines: + virtualmachine_1: + availability_zone: compute1 + OS_image: QTIP_CentOS + public_network: 'net04_ext' + role: 1Run + flavor: m1.large + virtualmachine_2: + availability_zone: compute2 + OS_image: QTIP_CentOS + public_network: 'net04_ext' + role: 1Run + flavor: m1.large + +Test_Description: + Test_category: "Compute" + Benchmark: "dpi" + Overview: > + '''This test will run the DPI benchmark in parallel on virutalmachine_1 and virtualmachine_2.\n + if you wish to add a host machine add the following information under the Host_Machine tag + + machine_1: + ip: + pw: + role: + ''' + |