Commit f34e735e authored by Raphael Defosseux's avatar Raphael Defosseux

CI: adding a tempo in between UP IP retrieves

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 307ac58a
...@@ -629,6 +629,7 @@ class SSHConnection(): ...@@ -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)) 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: if result is None:
logging.debug('\u001B[1;37;41m UE IP Address Not Found! \u001B[0m') logging.debug('\u001B[1;37;41m UE IP Address Not Found! \u001B[0m')
time.sleep(1)
count += 1 count += 1
else: else:
count = 10 count = 10
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment