aboutsummaryrefslogtreecommitdiffstats
path: root/conf/kubernetes/01_testcases.conf
blob: 25eea362b097b35f83d97ed86b13edf0ef1fe16d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
K8SPERFORMANCE_TESTS = [
    {
        "Name": "pcp_tput",
        "Deployment": "p2p",
        "Description": "LTD.Throughput.RFC2544.Throughput",
        "Parameters" : {
            "TRAFFIC" : {
                "traffic_type" : "rfc2544_throughput",
            },
        },
    },
    {
        "Name": "pcp_evs_tput",
        "Deployment": "pcp",
        "Description": "LTD.Throughput.RFC2544.Throughput",
        "Parameters" : {
            "TRAFFIC" : {
                "traffic_type" : "rfc2544_throughput",
            },
        },
    },
    {
        "Name": "pccp_evs_tput",
        "Deployment": "pccp",
        "Description": "LTD.Throughput.RFC2544.Throughput",
        "Parameters" : {
            "TRAFFIC" : {
                "traffic_type" : "rfc2544_throughput",
            },
        },
    },
]