Skip to content

Commit

Permalink
fixup test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaswal committed Dec 5, 2024
1 parent fa9d7f8 commit 2bfe606
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/case/ietf_system/upgrade/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,11 @@ def set_boot_order(self, order):
}
}
})
netns.must_reach("192.168.0.2")
with srv.FileServer(netns, "192.168.0.1", SRVPORT, BUNDLEDIR):
with test.step("Start installation of selected package"):
print(f"Installing {os.path.basename(env.args.package)}")

target.call_dict("infix-system", {
"install-bundle": {
"url": f"http://192.168.0.1:{SRVPORT}/package",
Expand Down

0 comments on commit 2bfe606

Please sign in to comment.