aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pppoe.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-03tests: refactor asf framework codeDave Wallace1-2/+3
2023-08-16tests docs: update python3 venv packagesDave Wallace1-1/+0
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-137/+175
2021-05-13tests: move test source to vpp/testDave Wallace1-0/+611
2019-08-22tests: move plugin tests to src/plugins/*/testDave Wallace1-606/+0
2019-04-11Tests: Refactor tearDown show command logging, add lifecycle markers.Paul Vinciguerra1-4/+5
2019-04-10Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.Paul Vinciguerra1-0/+4
2019-03-01Tests: Remove all wildcard imports.Paul Vinciguerra1-10/+6
2018-12-18PAPI: Add MACAddress object wrapper for vl_api_mac_address_tOle Troan1-1/+0
2018-12-10Test framework: StringIO fixes for Python3Ole Troan1-2/+2
2018-04-18Fix PPPoE test case issuesHongjun Ni1-1/+1
2017-11-17Replace tap interface using general interfaceHongjun Ni1-2/+2
2017-08-21PPPoE usses a midchain adjacency stack on an interface-tx DPONeale Ranns1-1/+2
2017-08-09Add PPPoE PluginHongjun Ni1-0/+605