From 95998a67270ffd72f09ce6f3d43235c723edf36b Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Tue, 19 Dec 2017 09:15:14 +0100 Subject: CSIT-675: SRv6 performance tests - update L1 KWs - update L2 KWs - tests with one SID (no SRH insertion) - tests with two SIDs (SRH inserted) and decapsulation - tests with two SIDs (SRH inserted) without decapsulation - enabled packet traces and logged packet traces in the test case tear down if test failed Change-Id: I3a0f4c350eed3f42509c6d49e832faa78fe64dbb Signed-off-by: Jan Gelety --- tests/vpp/perf/__init__.robot | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/vpp/perf/__init__.robot') 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} -- cgit 1.2.3-korg