Prox standalone test case changes:
[yardstick.git] / samples / vnf_samples / traffic_profiles / http_tests / HTTP_1b-requests_65000_concurrency.yaml
1 schema: "nsb:traffic_profile:0.1"
2
3 name:            TrafficProfileGenericHTTP
4 description:     Traffic profile to run HTTP test
5 traffic_profile:
6   traffic_type: TrafficProfileGenericHTTP
7
8 uplink_0:
9     ip:
10         address: "152.16.100.32"          # must be in same subnet with gateway
11         subnet_prefix: 24                 # subnet prefix
12         mac: "Auto"                       # port mac addr or auto to generate automatically
13         gateway: <GATEWAY_ADDR>           # will be taken from pod file
14
15     http_client:
16         http_no_requests: "1000"          # number of http iterations
17         http_concurency: "65000"          # number of threads to be run
18         http_locator:  "/1B.bin"          # http locator to be read
19         attacker_tests: "False"           # True : If attacker Test, False : Otherwise
20
21 downlink_0:
22     ip:
23         address: "152.40.40.32"           # must be in same subnet with gateway
24         subnet_prefix: 24                 # subnet prefix
25         mac: "Auto"                       # port mac addr or auto to generate automatically
26         gateway: <GATEWAY_ADDR>           # will be taken from pod file
27
28 uplink_1:
29     ip:
30         address: "12.12.12.32"
31         subnet_prefix: 24
32         mac: "00:00:00:00:00:01"
33         gateway: <GATEWAY_ADDR>
34
35     http_client:
36         http_no_requests: "1000"
37         http_concurency: "65000"
38         http_locator:  "/1B.bin"
39         attacker_tests: "False"
40
41 downlink_1:
42     ip:
43         address: "13.13.13.32"
44         subnet_prefix: 24
45         mac: "00:00:00:00:00:02"
46         gateway: <GATEWAY_ADDR>