diff options
Diffstat (limited to 'tests/vpp/perf/__init__.robot')
-rw-r--r-- | tests/vpp/perf/__init__.robot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/vpp/perf/__init__.robot b/tests/vpp/perf/__init__.robot index 3d25ebdb8d..67611cc21d 100644 --- a/tests/vpp/perf/__init__.robot +++ b/tests/vpp/perf/__init__.robot @@ -38,6 +38,7 @@ | | ... | - perf_qemu_qsz - QEMU virtio queue size | | ... | - use_tuned_cfs - Switch to set scheduler policy | | ... | - qemu_built - Information if QEMU build is already prepared +| | ... | - pkt_trace - Switch to enable packet trace for test | | ... | | Set Global Variable | ${perf_trial_duration} | 10 | | Set Global Variable | ${perf_pdr_loss_acceptance} | 0.5 @@ -48,3 +49,4 @@ | | Set Global Variable | ${perf_qemu_qsz} | 1024 | | Set Global Variable | ${use_tuned_cfs} | ${False} | | Set Global Variable | ${qemu_built} | ${False} +| | Set Global Variable | ${pkt_trace} | ${False} |