From 2006fa6afb76a20dc6aa73a2cd536ed13b21fb17 Mon Sep 17 00:00:00 2001 From: Petr Fedchenkov Date: Wed, 4 Oct 2023 19:26:56 +0300 Subject: [PATCH] Enlarge sleep before getting IP I can see that in case of xen we receive an IP with delay Signed-off-by: Petr Fedchenkov --- tests/eclient/testdata/nw_switch.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/eclient/testdata/nw_switch.txt b/tests/eclient/testdata/nw_switch.txt index e33c6d91d..2ea8ba58e 100644 --- a/tests/eclient/testdata/nw_switch.txt +++ b/tests/eclient/testdata/nw_switch.txt @@ -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 @@ -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 @@ -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