-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.yaml
36 lines (36 loc) · 1.34 KB
/
config.yaml
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
tft:
- name: "Test 1"
namespace: "default"
# "test_cases" can be specified individually i.e "1,2,3,6" or as a range
# i.e. "1-9,15-19" or using the pretty names.
test_cases: "1"
duration: "30"
# "logs": location of test results. Defaults to "<working-dir>/ft-logs/".
# It is better to pass "--output-base" to ./tft.py.
connections:
- name: "Connection_1"
# supported "type": iperf-tcp, iperf-udp, netperf-tcp-stream,
# netperf-tcp-rr, http, simple.
type: "iperf-tcp"
instances: 1
server:
- name: "worker-229"
persistent: "false"
sriov: "true"
client:
- name: "worker-230"
sriov: "true"
plugins:
- name: measure_cpu
- name: measure_power
- name: validate_offload
# "secondary_network_nad" is always used for tests 27-29.
# For these tests, it defaults to "tft-secondary". For other tests,
# leaving "secondary_network_nad" unset means to use the primary
# network.
# "resource_name" is the resource name for SRIOV pods, where
# the resource requests and limits are configured. If unset and a
# "secondary_network_nad" is used, the "resource_name" is detected.
# Otherwise, no resource name is used.
kubeconfig:
kubeconfig_infra: