From fdb259e6e1b2ce70fa1f5c53eef6b5a381fc24a2 Mon Sep 17 00:00:00 2001 From: Salvatore Daniele Date: Wed, 30 Aug 2023 13:07:39 -0400 Subject: [PATCH] updated example config Signed-off-by: Salvatore Daniele --- config.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index 86a0f2c5..69db8b92 100644 --- a/config.yaml +++ b/config.yaml @@ -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 /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"