diff options
author | Jan Gelety <jgelety@cisco.com> | 2017-12-19 09:15:14 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2018-01-17 16:27:20 +0100 |
commit | 95998a67270ffd72f09ce6f3d43235c723edf36b (patch) | |
tree | 4e56b84fee35fcfb5a84538ec73caeb80eeae007 /resources/templates/vat | |
parent | e81d599029f31fb433089eecf0d160ab01719383 (diff) |
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 <jgelety@cisco.com>
Diffstat (limited to 'resources/templates/vat')
-rw-r--r-- | resources/templates/vat/enable_dpdk_traces.vat | 1 | ||||
-rw-r--r-- | resources/templates/vat/enable_vhost_user_traces.vat | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/templates/vat/enable_dpdk_traces.vat b/resources/templates/vat/enable_dpdk_traces.vat new file mode 100644 index 0000000000..38af76a5b5 --- /dev/null +++ b/resources/templates/vat/enable_dpdk_traces.vat @@ -0,0 +1 @@ +exec trace add dpdk-input 100
\ No newline at end of file diff --git a/resources/templates/vat/enable_vhost_user_traces.vat b/resources/templates/vat/enable_vhost_user_traces.vat new file mode 100644 index 0000000000..9b5c6465dc --- /dev/null +++ b/resources/templates/vat/enable_vhost_user_traces.vat @@ -0,0 +1 @@ +exec trace add vhost-user-input 100
\ No newline at end of file |