FIX: Set pkt_variable in init file of dpdk and ligato perf tests 81/10181/2
authorJan Gelety <jgelety@cisco.com>
Mon, 22 Jan 2018 08:06:03 +0000 (09:06 +0100)
committerPeter Mikus <pmikus@cisco.com>
Mon, 22 Jan 2018 09:00:03 +0000 (09:00 +0000)
Change-Id: I6b63ce03adc28dcab68f6791eae5158ab4305740
Signed-off-by: Jan Gelety <jgelety@cisco.com>
tests/dpdk/perf/__init__.robot
tests/kubernetes/perf/__init__.robot

index 5801fd1..9f8c09e 100644 (file)
@@ -36,3 +36,4 @@
 | | Set Global Variable | ${perf_pdr_loss_acceptance} | 0.5
 | | Set Global Variable | ${perf_pdr_loss_acceptance_type} | percentage
 | | Set Global Variable | ${perf_vm_image} | /var/lib/vm/csit-nested-1.6.img
+| | Set Global Variable | ${pkt_trace} | ${False}
index 9b58f3d..8f06daa 100644 (file)
@@ -45,3 +45,4 @@
 | | Set Global Variable | ${perf_trial_duration} | 10
 | | Set Global Variable | ${perf_pdr_loss_acceptance} | 0.5
 | | Set Global Variable | ${perf_pdr_loss_acceptance_type} | percentage
+| | Set Global Variable | ${pkt_trace} | ${False}