summaryrefslogtreecommitdiffstats
path: root/yardstick/vTC/apexlake/apexlake.conf
blob: 9ebbc5d566b30506bcbaf1f4cbaf945ce57b72e8 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[PacketGen]
packet_generator = dpdk_pktgen
pktgen_directory = /root/programs/Pktgen-DPDK/dpdk/examples/pktgen/
dpdk_directory = /root/programs/Pktgen-DPDK/dpdk/
program_name = app/app/x86_64-native-linuxapp-gcc/pktgen
coremask = 1f
memory_channels = 3
bus_slot_nic_1 = 01:00.0
bus_slot_nic_2 = 01:00.1
name_if_1 = p2p1
name_if_2 = p2p2


[General]
## template_base is the name of the base template from which generate all the others
#template_base_name = vTC.yaml
## Benchmarks to be executed on the VNF under test (uncomment one of the following)
#benchmarks = instantiation_validation_benchmark.InstantiationValidationBenchmark
#benchmarks = instantiation_validation_noisy_neighbors_benchmark.InstantiationValidationNoisyNeighborsBenchmark
#benchmarks = rfc2544_throughput_benchmark.RFC2544ThroughputBenchmark
#benchmarks = multi_tenancy_throughput_benchmark.MultiTenancyThroughputBenchmark
## Number of iterations
#iterations = 1
#debug = true


[OpenStack]
## ip_controller is the IP address of the OpenStack Controller
#ip_controller = 10.2.1.1
## Heat URL is the URL for the Heat endpoint
#heat_url = http://IP_ADDRESS_CONTROLLER:8004/v1/TENANT_ID
## user is the OpenStack user name
#user = admin
## password is the OpenStack password
#password = password
## auth_uri is the authentication URI provided by keystone
#auth_uri = http://IP_ADDRESS_CONTROLLER:5000/v2.0
## project is the name of the project on which create the VNF instances
#project = demo


[Experiment-VNF]
## List of all the variables and the values that will be tested by the framework
#VNIC_TYPE =   @string "direct", "normal"
#VTC_FLAVOR =  @string "m1.small" "m1.medium" "m1.large"


[InfluxDB]
influxdb_ip_address = 192.168.1.1
influxdb_port = 8086
influxdb_db_name = database


[Deployment-parameters]
#default_net =        monitoring
#default_subnet =     monitoring_subnet
#source_net =         inbound_traffic_network
#source_subnet =      inbound_traffic_subnet
#destination_net =    destination_B_network
#destination_subnet = destination_B_subnet
#destination_subnet = destination_B_subnet
#key_name = destination_B_subnet


[Testcase-parameters]
#packet_size = 1280
#throughput = 1
#vlan_sender = 1000
#vlan_receiver = 1001