From af52e17f717ee272577bcaa3524b272531752423 Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Wed, 15 Feb 2017 17:17:18 +0200 Subject: VLAN keyword in platform config file will now make all traffic be sent over vlan Signed-off-by: Ido Barnea --- src/bp_gtest.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/bp_gtest.cpp') diff --git a/src/bp_gtest.cpp b/src/bp_gtest.cpp index 57cf2ffa..e1bfeeab 100755 --- a/src/bp_gtest.cpp +++ b/src/bp_gtest.cpp @@ -449,8 +449,8 @@ TEST_F(basic, ipv4_vlan) { CParserOption * po =&CGlobalInfo::m_options; po->preview.setVMode(3); po->preview.setFileWrite(true); - po->cfg_file ="cap2/ipv4_vlan.yaml"; - po->out_file ="exp/ipv4_vlan"; + po->cfg_file ="cap2/ipv4_load_balance.yaml"; + po->out_file ="exp/ipv4_load_balance"; bool res=t1.init(); EXPECT_EQ_UINT32(1, res?1:0)<< "pass"; } @@ -462,8 +462,8 @@ TEST_F(basic, ipv6_vlan) { po->preview.setVMode(3); po->preview.set_ipv6_mode_enable(true); po->preview.setFileWrite(true); - po->cfg_file ="cap2/ipv6_vlan.yaml"; - po->out_file ="exp/ipv6_vlan"; + po->cfg_file ="cap2/ipv6_load_balance.yaml"; + po->out_file ="exp/ipv6_load_balance"; bool res=t1.init(); EXPECT_EQ_UINT32(1, res?1:0)<< "pass"; } -- cgit 1.2.3-korg