aboutsummaryrefslogtreecommitdiffstats
path: root/tests/func/policer
AgeCommit message (Collapse)AuthorFilesLines
2016-11-07CSIT-465: Common test setup and teardownTibor Frank2-8/+4
This test setup and teardown is aimed to be used with all functional tests. It does not include functionality to manipulate VMs (qemu). Test setup includes: - Setup all DUTs before test - Save VPP PIDs - Setup all TGs before traffic script - Update All Interface Data On All Nodes Test teardown includes: - Show Packet Trace on All DUTs - Show vpp trace dump on all DUTs - Vpp Show Errors On All DUTs - Check VPP PID in Teardown Change-Id: Ifee0bd58b7865442c5b510852908fd8363e3c543 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2016-10-04Update QoS documentationPatrik Hrnciar2-24/+24
Change-Id: I5b77aed98cf10a73abff9e70a69d95534ff2ff3e Signed-off-by: Patrik Hrnciar <phrnciar@cisco.com>
2016-08-26CSIT-377, CSIT-379 QoS policer testsPatrik Hrnciar2-17/+196
Add IPv6 tests: - VPP 1r3c-ca policing packets based on packet classify - VPP 1r3c-cb policing packets based on packet classify - VPP 2r3c-cb policing packets based on packet classify Add IPv4 tests: - VPP 1r3c-ca policing packets based on packet classify - VPP 1r3c-cb policing packets based on packet classify - VPP 2r3c-cb policing packets based on packet classify Change-Id: Iba9674232792fb5b7b90ae6f2ca8fd392595947a Signed-off-by: Patrik Hrnciar <phrnciar@cisco.com>
2016-08-18CSIT-171 CSIT-172 Policer tests initial commitMatus Fabian2-0/+148
policer python library, traffic script and IPv4/IPv6 example tests Change-Id: I6470c86ce1acdcaaff9fdcf81510126836f1135e Signed-off-by: Matus Fabian <matfabia@cisco.com>