diff options
author | Yu Yang (Gabriel) <Gabriel.yuyang@huawei.com> | 2017-02-07 02:22:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-07 02:22:30 +0000 |
commit | cb7f830d3e4a2a5665ff95687838c80a353687bf (patch) | |
tree | e523c9d8ddea4600ef798d668554051a16ee8afa /testsuites/posca/testcase_cfg | |
parent | 1616f4d418695ab7db1d18293f0ac4ccb71b79e1 (diff) | |
parent | c6755e612b322facefc4edc32e948ab2b00bb3b0 (diff) |
Merge "Bottlenecks POSCA testing code reconstruction"
Diffstat (limited to 'testsuites/posca/testcase_cfg')
-rwxr-xr-x | testsuites/posca/testcase_cfg/posca_factor_system_bandwidth.yaml | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/testsuites/posca/testcase_cfg/posca_factor_system_bandwidth.yaml b/testsuites/posca/testcase_cfg/posca_factor_system_bandwidth.yaml index 8235d5b4..217bff3e 100755 --- a/testsuites/posca/testcase_cfg/posca_factor_system_bandwidth.yaml +++ b/testsuites/posca/testcase_cfg/posca_factor_system_bandwidth.yaml @@ -1,11 +1,15 @@ -[config]
-test_ip:
-dashboard: y
-ES_ip:
-tool: netperf
-protocol: tcp
-test_time: 60
-tx_pkt_sizes: 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072
-rx_pkt_sizes: 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072
-cpu_load: 0.9
-latency: 100000
+test_config: + tool: netperf + protocol: tcp + test_time: 60 + tx_pkt_sizes: 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072 + rx_pkt_sizes: 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072 + cpu_load: 0.9 + latency: 100000 +runner_config: + dashboard: y + dashboard_ip: + stack_create: yardstick + yardstick_test_ip: + yardstick_test_dir: "samples" + yardstick_testcase: "netperf_bottlenecks" |