X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fext%2Fvom_test.cpp;fp=test%2Fext%2Fvom_test.cpp;h=fa51c38215d12880f858fcd4366db0b1f0806a66;hb=cf3ecb1a42c9c40f386ed59964117c3dab15fa5c;hp=f17d749f3f3aefa8abb23be57380774eaedcb288;hpb=11312ef90b334c43966c057591c5a54750d911d2;p=vpp.git diff --git a/test/ext/vom_test.cpp b/test/ext/vom_test.cpp index f17d749f3f3..fa51c38215d 100644 --- a/test/ext/vom_test.cpp +++ b/test/ext/vom_test.cpp @@ -1156,7 +1156,8 @@ BOOST_AUTO_TEST_CASE(test_vxlan) { vxlan_tunnel vxt(ep.src, ep.dst, ep.vni); HW::item hw_vxt(3, rc_t::OK); - ADD_EXPECT(vxlan_tunnel_cmds::create_cmd(hw_vxt, "don't-care", ep)); + ADD_EXPECT(vxlan_tunnel_cmds::create_cmd(hw_vxt, "don't-care", ep, + handle_t::INVALID)); TRY_CHECK_RC(OM::write(franz, vxt));