CSIT-1205 Create AVF driver test 87/13587/47
authorPeter Mikus <pmikus@cisco.com>
Fri, 20 Jul 2018 13:07:12 +0000 (13:07 +0000)
committerPeter Mikus <pmikus@cisco.com>
Wed, 5 Sep 2018 13:49:38 +0000 (13:49 +0000)
commit89620b26d6bbf3dd9d9707851d8d140471d40b56
treecd22606feabb7190d6a612b46e8132fcda1d0f04
parentb456176a07ae1a3721407693d75931db6b1cd14e
CSIT-1205 Create AVF driver test

- Add L1 KWs for SR-IOV handling (init Vfs, remove Vfs, ...)
- Cleanup L1 KWs for SR-IOV bind/unbind/pci_get/...
- Add L2 KWs for Test Setup/Teardown, L2patch, Create AVF interface
- Add sample L2patch test fox x710, xxv710

Change-Id: If17077877455a14043617d8ea0d06cbe47b469e3
Signed-off-by: Peter Mikus <pmikus@cisco.com>
13 files changed:
resources/libraries/python/DUTSetup.py
resources/libraries/python/InterfaceUtil.py
resources/libraries/python/VppConfigGenerator.py
resources/libraries/python/ssh.py
resources/libraries/python/topology.py
resources/libraries/robot/performance/performance_configuration.robot
resources/libraries/robot/performance/performance_setup.robot
resources/libraries/robot/shared/default.robot
resources/templates/vat/create_avf_interface.vat [new file with mode: 0644]
tests/vpp/perf/l2/10ge2p1x710-avf-eth-l2patch-mrr.robot [new file with mode: 0644]
tests/vpp/perf/l2/10ge2p1x710-avf-eth-l2patch-ndrpdr.robot [new file with mode: 0644]
tests/vpp/perf/l2/25ge2p1xxv710-avf-eth-l2patch-mrr.robot [new file with mode: 0644]
tests/vpp/perf/l2/25ge2p1xxv710-avf-eth-l2patch-ndrpdr.robot [new file with mode: 0644]