Skip to content

Commit

Permalink
Enlarge sleep before getting IP
Browse files Browse the repository at this point in the history
I can see that in case of xen we receive an IP with delay

Signed-off-by: Petr Fedchenkov <giggsoff@gmail.com>
  • Loading branch information
giggsoff committed Oct 5, 2023
1 parent ae5c700 commit 2006fa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/eclient/testdata/nw_switch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ message 'Waiting of running'
test eden.app.test -test.v -timewait 20m RUNNING ping1 ping2 pong

message 'Getting "pong" IP'
exec sleep 5
exec sleep 60
eden pod ps
cp stdout pod_ps
exec bash pong_ip.sh
Expand All @@ -55,7 +55,7 @@ eden pod modify pong --networks n2
test eden.app.test -test.v -timewait 15m RUNNING pong

message 'Getting new "pong" IP'
exec sleep 5
exec sleep 60
eden pod ps
cp stdout pod_ps
exec bash pong_ip.sh
Expand All @@ -73,7 +73,7 @@ eden pod modify pong --networks n1
test eden.app.test -test.v -timewait 15m RUNNING pong

message 'Getting new "pong" IP'
exec sleep 5
exec sleep 60
eden pod ps
cp stdout pod_ps
exec bash pong_ip.sh
Expand Down

0 comments on commit 2006fa6

Please sign in to comment.