aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_srv6.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-03tests: refactor asf framework codeDave Wallace1-2/+3
2023-02-10sr: support define src ipv6 per encap policyTakeru Hayasaka1-0/+116
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-499/+650
2022-04-29tests: fix assert_nothing_capturedKlement Sekera1-4/+4
2021-05-13tests: move test source to vpp/testDave Wallace1-0/+2147
2019-08-22tests: move plugin tests to src/plugins/*/testDave Wallace1-2141/+0
2019-06-18fib: fib api updatesNeale Ranns1-44/+20
2019-04-10Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.Paul Vinciguerra1-2/+6
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-1/+1
2019-03-11VPP-1508: Use scapy.compat to manage packet level library differences.Paul Vinciguerra1-7/+8
2019-03-07Tests: Refactor payload_to_info()Paul Vinciguerra1-1/+1
2019-03-07VPP-1508: Python3 tests. Explicitly specify string formatting.Paul Vinciguerra1-2/+2
2019-02-04VTL Cleanup: Fix missing calls to setUpClass/tearDownClass, fix numerous Type...Paul Vinciguerra1-6/+6
2018-12-05VPP-1508: Python3 compatible printPaul Vinciguerra1-1/+0
2018-06-19Fixed bugs in SRv6 APIPablo Camarillo1-18/+27
2018-05-18IP table bind allowed only if table existsNeale Ranns1-1/+7
2018-03-19Scapy upgrade to 2.4.0.rc5Neale Ranns1-0/+4
2017-11-10add classify session action set-sr-policy-indexGabriel Ganne1-0/+145
2017-10-15Revert "Enforce FIB table creation before use"Florin Coras1-17/+2
2017-10-13Enforce FIB table creation before useNeale Ranns1-2/+17
2017-08-22SRv6 testsKris Michielsen1-0/+1997