Adding vFirewall HTTP Traffic Profiles.
[yardstick.git] / samples / vnf_samples / traffic_profiles / http_tests / HTTP_256K-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 #http client specific values
9 uplink_0:
10     http_no_requests: "1000"                # number of http iterations
11     http_concurency: "65000"                  # number of threads to be run
12     http_locator:  "/256K.bin"              # http locator to be read
13     http_peer_address: "152.40.40.20"       # address range of the servers
14     http_peer_port: "9004"                  # port range of the server
15     http_client_address: "152.16.100.20"    # address range of the servers
16     private_subnet_mask: "255.255.255.0"
17     attacker_tests: "False"                 # True : If attacker Test, False : Otherwise
18
19 #http server side
20 downlink_0:
21     http_locator_image_size: "256KB"      # image size requested by http client
22     http_bind_address: "152.40.40.20"   # where address is bound
23     http_bind_port: "9004"              # when port is bound
24     public_subnet_mask: "255.255.255.0"