diff options
Diffstat (limited to 'test/test_bond.py')
-rw-r--r-- | test/test_bond.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_bond.py b/test/test_bond.py index 03f0eea4c7e..d1ae77ad3f5 100644 --- a/test/test_bond.py +++ b/test/test_bond.py @@ -65,6 +65,7 @@ class TestBondInterface(VppTestCase): bond0 = VppBondInterface(self, mode=3, lb=1, + numa_only=0, use_custom_mac=1, mac_address=mac) bond0.add_vpp_config() |