aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_bond.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-03tests: refactor asf framework codeDave Wallace1-2/+2
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-48/+58
2021-05-13tests: move test source to vpp/testDave Wallace1-0/+321
2021-01-08tests: move bond tests to src/vnet/bonding/testDave Wallace1-321/+0
2020-09-02bonding: add bond_create2 API to include gso optionSteven Luong1-9/+15
2020-07-28bonding: toggle bond admin state may cause hw link state to downSteven Luong1-2/+37
2020-07-28bonding lacp: replace slave string with memberSteven Luong1-30/+33
2020-05-29bonding: Revert adjust link stateMatthew Smith1-58/+1
2020-05-27bonding: adjust link state based on active slavesMatthew Smith1-1/+58
2020-02-05stats: fix state counter removalVladimir Isaev1-40/+41
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-3/+3
2019-11-15tests: Remove the unrequired VPP IP address/prefix class wrappersNeale Ranns1-2/+1
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-10-21bonding: tests support python3Ole Troan1-2/+2
2019-09-06bonding: add weight support for active-backup modeSteven Luong1-6/+3
2019-08-20api: Cleanup APIs interface.apiJakub Grajciar1-4/+4
2019-07-19bonding: add support for numa-only in lacp modeZhiyong Yang1-0/+1
2019-04-11Tests: Refactor tearDown show command logging, add lifecycle markers.Paul Vinciguerra1-2/+3
2019-04-10Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.Paul Vinciguerra1-0/+4
2019-03-15Revert "API: Cleanup APIs interface.api"Ole Trøan1-4/+4
2019-03-15API: Cleanup APIs interface.apiJakub Grajciar1-4/+4
2019-03-11Tests: use self.assertNotIn().Paul Vinciguerra1-5/+5
2019-03-06test framework: vpp_papi_provider.py - further cleanupOle Troan1-3/+3
2018-12-18PAPI: Add MACAddress object wrapper for vl_api_mac_address_tOle Troan1-2/+2
2018-12-10Test framework: StringIO fixes for Python3Ole Troan1-1/+1
2018-05-25bond: performance harvestingSteven1-11/+3
2018-03-21bond: Add bonding driver and LACP protocolSteven1-0/+282