aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_bond.py
AgeCommit message (Expand)AuthorFilesLines
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
"kt">void *vlib_stats_push_heap (void *) __attribute__ ((weak)); void * vlib_stats_push_heap (void *unused) { return 0; }; void vlib_stats_pop_heap (void *, void *, u32, int) __attribute__ ((weak)); void vlib_stats_pop_heap (void *notused, void *notused2, u32 i, int type) { }; void vlib_stats_register_error_index (void *, u8 *, u64 *, u64) __attribute__ ((weak)); void vlib_stats_register_error_index (void * notused, u8 * notused2, u64 * notused3, u64 notused4) { }; void vlib_stats_pop_heap2 (void *, u32, void *, int) __attribute__ ((weak)); void vlib_stats_pop_heap2 (void *notused, u32 notused2, void *notused3, int notused4) { }; void vlib_stat_segment_lock (void) __attribute__ ((weak)); void vlib_stat_segment_lock (void) { } void vlib_stat_segment_unlock (void) __attribute__ ((weak)); void vlib_stat_segment_unlock (void) { } #endif