summaryrefslogtreecommitdiffstats
path: root/src/bp_gtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bp_gtest.cpp')
-rwxr-xr-xsrc/bp_gtest.cpp8
1 files changed, 4 insertions, 4 deletions
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";
}