feat(telemetry): Add telemetry export
[csit.git] / resources / libraries / robot / performance / performance_actions.robot
index 40f0bc9..0404ce2 100644 (file)
@@ -95,6 +95,7 @@
 | | ... | ramp_up_rate=${ramp_up_rate}
 | | Run Telemetry On All DUTs
 | | ... | ${nodes} | profile=vppctl_runtime.yaml
+| | ... | oload=${telemetry_oload} | export=${True}
 | | Stop traffic on tg
 
 | Additional Statistics Action For bpf-runtime
 | | ... | ramp_up_rate=${ramp_up_rate}
 | | Run Telemetry On All DUTs
 | | ... | ${nodes} | profile=bpf_runtime.yaml
+| | ... | oload=${telemetry_oload} | export=${False}
 | | Stop traffic on tg
 
 | Additional Statistics Action For perf-stat-runtime
 | | ... | ramp_up_rate=${ramp_up_rate}
 | | Run Telemetry On All DUTs
 | | ... | ${nodes} | profile=perf_stat_runtime.yaml
+| | ... | oload=${telemetry_oload} | export=${False}
 | | Stop traffic on tg
 
 | Additional Statistics Action For vpp-runtime-iperf3
 | | | ... | affinity=${iperf_client_affinity}
 | | Run Telemetry On All DUTs
 | | ... | ${nodes} | profile=vppctl_runtime.yaml
+| | ... | oload=${telemetry_oload} | export=${True}
 | | iPerf Client Stop Remote Exec | ${nodes['${iperf_client_node}']} | ${pids}
 
 | Additional Statistics Action For noop
 | |
 | | Run Telemetry On All DUTs
 | | ... | ${nodes} | profile=vppctl_clear_stats.yaml
+| | ... | export=${False}
 
 | Additional Statistics Action For vpp-enable-packettrace
 | | [Documentation]
 | |
 | | Run Telemetry On All DUTs
 | | ... | ${nodes} | profile=vppctl_show_stats.yaml
+| | ... | export=${False}