diff options
author | Jan Gelety <jgelety@cisco.com> | 2018-01-22 09:06:03 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-01-22 09:00:03 +0000 |
commit | a7354e15437a25bb43556d7ca756a25bf218aa28 (patch) | |
tree | dcf0ec0f7251c227009f84cd0e8bc4f1b27f732a /tests/dpdk | |
parent | 0f06aa38489e4242ee2b51bc23f79682a8f658f9 (diff) |
FIX: Set pkt_variable in init file of dpdk and ligato perf tests
Change-Id: I6b63ce03adc28dcab68f6791eae5158ab4305740
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'tests/dpdk')
-rw-r--r-- | tests/dpdk/perf/__init__.robot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dpdk/perf/__init__.robot b/tests/dpdk/perf/__init__.robot index 5801fd1b25..9f8c09e4d8 100644 --- a/tests/dpdk/perf/__init__.robot +++ b/tests/dpdk/perf/__init__.robot @@ -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} |