CSIT-675: SRv6 performance tests 45/10145/1
authorJan Gelety <jgelety@cisco.com>
Tue, 19 Dec 2017 08:15:14 +0000 (09:15 +0100)
committerPeter Mikus <pmikus@cisco.com>
Wed, 17 Jan 2018 16:00:52 +0000 (16:00 +0000)
commit8215cf7caa6f6fc1d78971f78a934499f3998a4c
tree2b3705c80191c9676f85dfb750d871e93f491812
parentf13401bd90a789e9a736dfdb7cbe80313f0304fd
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>
(cherry picked from commit 95998a67270ffd72f09ce6f3d43235c723edf36b)
12 files changed:
resources/libraries/python/DUTSetup.py
resources/libraries/python/SRv6.py
resources/libraries/robot/overlay/srv6.robot
resources/libraries/robot/performance/performance_configuration.robot
resources/libraries/robot/performance/performance_setup.robot
resources/libraries/robot/performance/performance_utils.robot
resources/templates/vat/enable_dpdk_traces.vat [new file with mode: 0644]
resources/templates/vat/enable_vhost_user_traces.vat [new file with mode: 0644]
tests/vpp/perf/__init__.robot
tests/vpp/perf/srv6/10ge2p1x520-ethip6ip6-ip6base-srv6enc1sid-ndrpdrdisc.robot [new file with mode: 0644]
tests/vpp/perf/srv6/10ge2p1x520-ethip6srhip6-ip6base-srv6enc2sids-ndrpdrdisc.robot [new file with mode: 0644]
tests/vpp/perf/srv6/10ge2p1x520-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdrdisc.robot [new file with mode: 0644]