diff options
author | Neale Ranns <nranns@cisco.com> | 2019-06-26 06:59:53 -0700 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2019-06-27 01:00:46 +0000 |
commit | 22d009b4f7243c5c934421b4294ca2a58d870043 (patch) | |
tree | b5b608f04fc71d73dff85ae212a22c38fd29927c /test/ext/vom_test.cpp | |
parent | a37810dcf4bf3028992abc249bf1f8e96e24a678 (diff) |
vom: get the tests working again
Type: fix
Fixes: 097fa66b
Change-Id: Ib73714665e3325c7e1e8f939275933a4d219f96b
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'test/ext/vom_test.cpp')
-rw-r--r-- | test/ext/vom_test.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ext/vom_test.cpp b/test/ext/vom_test.cpp index 4ae3db14578..77fbf014231 100644 --- a/test/ext/vom_test.cpp +++ b/test/ext/vom_test.cpp @@ -1864,6 +1864,11 @@ BOOST_AUTO_TEST_CASE(test_routing) { delete path_11; delete path_12; delete path_13; + pl_9_10.clear(); + pl_10.clear(); + pl_13.clear(); + pl_11_12.clear(); + pl_11.clear(); ADD_EXPECT(l3_binding_cmds::unbind_cmd(hw_l3_10_unbind, hw_ifh.data(), pfx_10)); ADD_EXPECT(l3_binding_cmds::unbind_cmd(hw_l3_11_unbind, hw_ifh2.data(), pfx_11)); |