From f34e735edd54d85fbb690ce85d48b3f13cb86d4b Mon Sep 17 00:00:00 2001 From: Raphael Defosseux <raphael.defosseux@eurecom.fr> Date: Fri, 12 Oct 2018 16:16:05 +0200 Subject: [PATCH] CI: adding a tempo in between UP IP retrieves Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr> --- ci-scripts/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-scripts/main.py b/ci-scripts/main.py index a12c2bbfcbc..be0c9b44627 100644 --- a/ci-scripts/main.py +++ b/ci-scripts/main.py @@ -629,6 +629,7 @@ class SSHConnection(): result = re.search('inet (?P<ueipaddress>[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)\/[0-9]+[0-9a-zA-Z\.\s]+', str(self.ssh.before)) if result is None: logging.debug('\u001B[1;37;41m UE IP Address Not Found! \u001B[0m') + time.sleep(1) count += 1 else: count = 10 -- GitLab