Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
f34e735e
Commit
f34e735e
authored
Oct 12, 2018
by
Raphael Defosseux
Browse files
CI: adding a tempo in between UP IP retrieves
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
307ac58a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci-scripts/main.py
View file @
f34e735e
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment