diff options
author | wu.zhihui <wu.zhihui1@zte.com.cn> | 2016-08-19 08:40:12 +0800 |
---|---|---|
committer | wu.zhihui <wu.zhihui1@zte.com.cn> | 2016-08-24 08:52:33 +0800 |
commit | 012bae528a6981f6d7fb2be3b46756d3fad0239f (patch) | |
tree | df9fbdb81f689b89e25f0e8882b83884b6b946fe /test_cases/default/network | |
parent | 2c042759aa4288dce2d9682768f603518b76bfe3 (diff) |
Use test_case/default instead of the directory named with a pod's name.
1. For qtip ci job, use test_cases/default for all pods.
2. It needn't to specify ip in test case files.
3. Remove customized configurations in test case files.
Change-Id: I4fb6210c024aacc4d1ed915939c0aabcfa60bb57
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'test_cases/default/network')
-rw-r--r-- | test_cases/default/network/iperf_bm.yaml | 8 | ||||
-rw-r--r-- | test_cases/default/network/netperf.yaml | 42 |
2 files changed, 4 insertions, 46 deletions
diff --git a/test_cases/default/network/iperf_bm.yaml b/test_cases/default/network/iperf_bm.yaml index b0410d4e..3aa8310d 100644 --- a/test_cases/default/network/iperf_bm.yaml +++ b/test_cases/default/network/iperf_bm.yaml @@ -11,13 +11,13 @@ Scenario: Context: Host_Machines: machine_1: - ip: 10.20.0.5 + ip: pw: - role: 2-host + role: 1-server machine_2: - ip: 10.20.0.6 + ip: pw: - role: 1-server + role: 2-host Virtual_Machines: diff --git a/test_cases/default/network/netperf.yaml b/test_cases/default/network/netperf.yaml deleted file mode 100644 index f4ce396b..00000000 --- a/test_cases/default/network/netperf.yaml +++ /dev/null @@ -1,42 +0,0 @@ -Scenario: - benchmark: netperf - topology: Client and Server on ONE compute - server : virtualmachine_1 - client: virtualmachine_2 - benchmark_details: - duration: 10 - teststream: udp_stream - -Context: - Host_Machines: - - - Virtual_Machines: - virtualmachine_1: - availability_zone: compute2 - OS_image: QTIP_CentOS - public_network: 'net04_ext' - role: 1-server - flavor: m1.large - - virtualmachine_2: - availability_zone: compute2 - OS_image: QTIP_CentOS - public_network: 'net04_ext' - role: 2-host - flavor: m1.large - -Test_Description: - Test_category: "network" - Benchmark: "netperf" - Overview: > - '''This test will run the NETPERF benchmark on virutalmachine_1 and virtualmachine_2. On the\n - same compute node - if you wish to add a host machine add the following information under the Host_Machine tag - - machine_1: - ip: - pw: - role: - ''' - |