Skip to content

Commit

Permalink
updated example config
Browse files Browse the repository at this point in the history
Signed-off-by: Salvatore Daniele <[email protected]>
  • Loading branch information
SalDaniele committed Aug 30, 2023
1 parent 0d2ef13 commit fdb259e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
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"
test_cases: "1"
duration: "10"
#logs: "/tmp/ft-logs" # default ft-logs/
# Location of artifacts from run can be specified: default <working-dir>/ft-logs/
# logs: "/tmp/ft-logs"
connections:
- name: "Connection 1"
# supported types: iperf-tcp, iperf-udp
type: "iperf-tcp"
# type: "iperf-udp"
# type: "http"
instances: 1
server:
- name: "worker-229"
Expand Down

0 comments on commit fdb259e

Please sign in to comment.