Skip to content

Commit 2bfe606

Browse files
committed
fixup test
1 parent fa9d7f8 commit 2bfe606

File tree

1 file changed

+2
-0
lines changed
  • test/case/ietf_system/upgrade

1 file changed

+2
-0
lines changed

test/case/ietf_system/upgrade/test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,11 @@ def set_boot_order(self, order):
102102
}
103103
}
104104
})
105+
netns.must_reach("192.168.0.2")
105106
with srv.FileServer(netns, "192.168.0.1", SRVPORT, BUNDLEDIR):
106107
with test.step("Start installation of selected package"):
107108
print(f"Installing {os.path.basename(env.args.package)}")
109+
108110
target.call_dict("infix-system", {
109111
"install-bundle": {
110112
"url": f"http://192.168.0.1:{SRVPORT}/package",

0 commit comments

Comments
 (0)