diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-06-01 23:27:05 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-06-01 23:30:36 -0400 |
commit | 3b9eb0309b2d3fc90506f5e0c8274339ab980a38 (patch) | |
tree | 069a1fa7761630d901a24b5aa061c57de958637c /testsuites/vstf | |
parent | 6ceb95d0aea63e6d3c54b07577330b6566f20192 (diff) |
config info for different testcase in vstf
JIRA: BOTTLENECK-70
Change-Id: I21cf538b7984cbc5036fc6fe897d0c90eec19e55
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'testsuites/vstf')
-rwxr-xr-x | testsuites/vstf/testcase_cfg/vstf_Ti.yaml | 0 | ||||
-rwxr-xr-x | testsuites/vstf/testcase_cfg/vstf_Ti1.yaml | 7 | ||||
-rwxr-xr-x | testsuites/vstf/testcase_cfg/vstf_Ti2.yaml | 7 | ||||
-rwxr-xr-x | testsuites/vstf/testcase_cfg/vstf_Ti3.yaml | 7 | ||||
-rwxr-xr-x | testsuites/vstf/testcase_cfg/vstf_Tn.yaml | 0 | ||||
-rwxr-xr-x | testsuites/vstf/testcase_cfg/vstf_Tn1.yaml | 7 | ||||
-rwxr-xr-x | testsuites/vstf/testcase_cfg/vstf_Tn2.yaml | 7 | ||||
-rwxr-xr-x | testsuites/vstf/testcase_cfg/vstf_Tu1.yaml | 7 | ||||
-rwxr-xr-x | testsuites/vstf/testcase_cfg/vstf_Tu2.yaml | 7 | ||||
-rwxr-xr-x | testsuites/vstf/testcase_cfg/vstf_Tu3.yaml | 7 |
10 files changed, 56 insertions, 0 deletions
diff --git a/testsuites/vstf/testcase_cfg/vstf_Ti.yaml b/testsuites/vstf/testcase_cfg/vstf_Ti.yaml deleted file mode 100755 index e69de29b..00000000 --- a/testsuites/vstf/testcase_cfg/vstf_Ti.yaml +++ /dev/null diff --git a/testsuites/vstf/testcase_cfg/vstf_Ti1.yaml b/testsuites/vstf/testcase_cfg/vstf_Ti1.yaml new file mode 100755 index 00000000..e0e63bb3 --- /dev/null +++ b/testsuites/vstf/testcase_cfg/vstf_Ti1.yaml @@ -0,0 +1,7 @@ +tool: netperf +protocol: udp +type: frameloss +sizes: 64, 128, 512, 1024 +senders: 0 +receivers: -1 +flows: 1 diff --git a/testsuites/vstf/testcase_cfg/vstf_Ti2.yaml b/testsuites/vstf/testcase_cfg/vstf_Ti2.yaml new file mode 100755 index 00000000..c7fc2116 --- /dev/null +++ b/testsuites/vstf/testcase_cfg/vstf_Ti2.yaml @@ -0,0 +1,7 @@ +tool: pktgen +protocol: udp +type: frameloss +sizes: 64, 128, 512, 1024 +senders: -1 +receivers: 0 +flows: 1 diff --git a/testsuites/vstf/testcase_cfg/vstf_Ti3.yaml b/testsuites/vstf/testcase_cfg/vstf_Ti3.yaml new file mode 100755 index 00000000..4ab2bdd0 --- /dev/null +++ b/testsuites/vstf/testcase_cfg/vstf_Ti3.yaml @@ -0,0 +1,7 @@ +tool: pktgen +protocol: udp +type: frameloss +sizes: 64, 128, 512, 1024 +senders: 0, -1 +receivers: -1, 0 +flows: 2 diff --git a/testsuites/vstf/testcase_cfg/vstf_Tn.yaml b/testsuites/vstf/testcase_cfg/vstf_Tn.yaml deleted file mode 100755 index e69de29b..00000000 --- a/testsuites/vstf/testcase_cfg/vstf_Tn.yaml +++ /dev/null diff --git a/testsuites/vstf/testcase_cfg/vstf_Tn1.yaml b/testsuites/vstf/testcase_cfg/vstf_Tn1.yaml new file mode 100755 index 00000000..e0e63bb3 --- /dev/null +++ b/testsuites/vstf/testcase_cfg/vstf_Tn1.yaml @@ -0,0 +1,7 @@ +tool: netperf +protocol: udp +type: frameloss +sizes: 64, 128, 512, 1024 +senders: 0 +receivers: -1 +flows: 1 diff --git a/testsuites/vstf/testcase_cfg/vstf_Tn2.yaml b/testsuites/vstf/testcase_cfg/vstf_Tn2.yaml new file mode 100755 index 00000000..78c49906 --- /dev/null +++ b/testsuites/vstf/testcase_cfg/vstf_Tn2.yaml @@ -0,0 +1,7 @@ +tool: pktgen +protocol: udp +type: frameloss +sizes: 64, 128, 512, 1024 +senders: 0, -1 +receivers: -1, 0 +flows: 2 diff --git a/testsuites/vstf/testcase_cfg/vstf_Tu1.yaml b/testsuites/vstf/testcase_cfg/vstf_Tu1.yaml index e69de29b..e0e63bb3 100755 --- a/testsuites/vstf/testcase_cfg/vstf_Tu1.yaml +++ b/testsuites/vstf/testcase_cfg/vstf_Tu1.yaml @@ -0,0 +1,7 @@ +tool: netperf +protocol: udp +type: frameloss +sizes: 64, 128, 512, 1024 +senders: 0 +receivers: -1 +flows: 1 diff --git a/testsuites/vstf/testcase_cfg/vstf_Tu2.yaml b/testsuites/vstf/testcase_cfg/vstf_Tu2.yaml new file mode 100755 index 00000000..c7fc2116 --- /dev/null +++ b/testsuites/vstf/testcase_cfg/vstf_Tu2.yaml @@ -0,0 +1,7 @@ +tool: pktgen +protocol: udp +type: frameloss +sizes: 64, 128, 512, 1024 +senders: -1 +receivers: 0 +flows: 1 diff --git a/testsuites/vstf/testcase_cfg/vstf_Tu3.yaml b/testsuites/vstf/testcase_cfg/vstf_Tu3.yaml index e69de29b..9e066b16 100755 --- a/testsuites/vstf/testcase_cfg/vstf_Tu3.yaml +++ b/testsuites/vstf/testcase_cfg/vstf_Tu3.yaml @@ -0,0 +1,7 @@ +tool: netperf +protocol: udp +type: frameloss +sizes: 64, 128, 512, 1024 +senders: 0, -1 +receivers: -1, 0 +flows: 2 |