diff options
author | liyin <liyin11@huawei.com> | 2017-01-24 17:26:21 +0800 |
---|---|---|
committer | Ace Lee <liyin11@huawei.com> | 2017-02-07 02:00:00 +0000 |
commit | c6755e612b322facefc4edc32e948ab2b00bb3b0 (patch) | |
tree | f3796ea159c10c9e9690c8b9072f37ebc0ea1f9c /testsuites/posca/testcase_cfg | |
parent | ca641fcdaa919afb072a9625eb9ba3848b9e3805 (diff) |
Bottlenecks POSCA testing code reconstruction
JIRA:BOTTLENECK-103
This is the foundation of adding stack samples.
This code change a lot code.
but it's a basic.
Those code will be changed in the furture.
Change-Id: I8d5bbb9cc401b1aaac54ec4dffc4c005a42d17ac
Signed-off-by: liyin <liyin11@huawei.com>
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" |