X-Git-Url: https://gerrit.fd.io/r/gitweb?p=govpp.git;a=blobdiff_plain;f=codec%2Fmarshaler_test.go;fp=codec%2Fmarshaler_test.go;h=9600c5565b3a5c46d74dbb6ac914b074a0e6cc8a;hp=985dd3167cbe41ad7ad3caa495d9320b82666f5f;hb=e9567fa8c853dda16c54afbd2ba99b7263fa37f1;hpb=4102c72bce694babd94a481b1201d33895a6f9c5 diff --git a/codec/marshaler_test.go b/codec/marshaler_test.go index 985dd31..9600c55 100644 --- a/codec/marshaler_test.go +++ b/codec/marshaler_test.go @@ -23,7 +23,8 @@ import ( "git.fd.io/govpp.git/binapi/ip_types" "git.fd.io/govpp.git/binapi/sr" "git.fd.io/govpp.git/codec" - interfaces "git.fd.io/govpp.git/internal/testbinapi/binapi2001/interface" + interfaces "git.fd.io/govpp.git/binapi/interface" + "git.fd.io/govpp.git/binapi/interface_types" ) // CliInband represents VPP binary API message 'cli_inband'. @@ -101,7 +102,7 @@ func TestWrapperDecode(t *testing.T) { func TestNewCodecEncodeDecode4(t *testing.T) { m := &interfaces.SwInterfaceSetRxMode{ - Mode: interfaces.RX_MODE_API_POLLING, + Mode: interface_types.RX_MODE_API_POLLING, QueueID: 70000, QueueIDValid: true, SwIfIndex: 300,