File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
nix/package-sets/scale-nixos-tests Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 148148 expo.wait_for_unit("frr.service")
149149
150150 # border can reach conference-expo link
151- border.succeed ("ping -c 5 172.20.3.2")
152- border.succeed ("ping -c 5 172.20.3.3")
151+ border.wait_until_succeeds ("ping -c 5 172.20.3.2", timeout=60 )
152+ border.wait_until_succeeds ("ping -c 5 172.20.3.3", timeout=60 )
153153
154154 # conference can reach border-expo link
155- conference.succeed ("ping -c 5 172.20.2.1")
156- conference.succeed ("ping -c 5 172.20.2.3")
155+ conference.wait_until_succeeds ("ping -c 5 172.20.2.1", timeout=60 )
156+ conference.wait_until_succeeds ("ping -c 5 172.20.2.3", timeout=60 )
157157
158158 # expo can reach conference-border link
159- expo.succeed ("ping -c 5 172.20.1.1")
160- expo.succeed ("ping -c 5 172.20.1.2")
159+ expo.wait_until_succeeds ("ping -c 5 172.20.1.1", timeout=60 )
160+ expo.wait_until_succeeds ("ping -c 5 172.20.1.2", timeout=60 )
161161
162162 # NAT
163163 print("NETCAT")
You can’t perform that action at this time.
0 commit comments