X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_bond.py;h=9926d230564810356bc3ee6f712a69a6177a4d4c;hb=8006c6a;hp=e354601ca910737dc58f8a749c5344b352e00f4b;hpb=0d88301a576191a0e330e539cf1dcb3837ee1bf6;p=vpp.git diff --git a/test/test_bond.py b/test/test_bond.py index e354601ca91..9926d230564 100644 --- a/test/test_bond.py +++ b/test/test_bond.py @@ -7,8 +7,8 @@ from framework import VppTestCase, VppTestRunner from scapy.packet import Raw from scapy.layers.l2 import Ether from scapy.layers.inet import IP, UDP -from util import mactobinary from vpp_bond_interface import VppBondInterface +from vpp_papi import MACAddress class TestBondInterface(VppTestCase): @@ -56,7 +56,7 @@ class TestBondInterface(VppTestCase): # create interface (BondEthernet0) # self.logger.info("create bond") bond0_mac = "02:fe:38:30:59:3c" - mac = mactobinary(bond0_mac) + mac = MACAddress(bond0_mac).packed bond0 = VppBondInterface(self, mode=3, lb=1,