aboutsummaryrefslogtreecommitdiffstats
path: root/samples/vnf_samples/traffic_profiles/http_tests/HTTP_1b-requests_65000_concurrency.yaml
blob: dcc11d55a21ade2dd93dcd9de4e412fd765f2816 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
schema: "nsb:traffic_profile:0.1"

name:            TrafficProfileGenericHTTP
description:     Traffic profile to run HTTP test
traffic_profile:
  traffic_type: TrafficProfileGenericHTTP

uplink_0:
    ip:
        address: "152.16.100.32"          # must be in same subnet with gateway
        subnet_prefix: 24                 # subnet prefix
        mac: "Auto"                       # port mac addr or auto to generate automatically
        gateway: <GATEWAY_ADDR>           # will be taken from pod file

    http_client:
        http_no_requests: "1000"          # number of http iterations
        http_concurency: "65000"          # number of threads to be run
        http_locator:  "/1B.bin"          # http locator to be read
        attacker_tests: "False"           # True : If attacker Test, False : Otherwise

downlink_0:
    ip:
        address: "152.40.40.32"           # must be in same subnet with gateway
        subnet_prefix: 24                 # subnet prefix
        mac: "Auto"                       # port mac addr or auto to generate automatically
        gateway: <GATEWAY_ADDR>           # will be taken from pod file

uplink_1:
    ip:
        address: "12.12.12.32"
        subnet_prefix: 24
        mac: "00:00:00:00:00:01"
        gateway: <GATEWAY_ADDR>

    http_client:
        http_no_requests: "1000"
        http_concurency: "65000"
        http_locator:  "/1B.bin"
        attacker_tests: "False"

downlink_1:
    ip:
        address: "13.13.13.32"
        subnet_prefix: 24
        mac: "00:00:00:00:00:02"
        gateway: <GATEWAY_ADDR>