Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG UE
Commits
1234644e
Commit
1234644e
authored
Feb 10, 2021
by
Thomas Schlichter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 2 suggestion(s) to 1 file(s)
parent
af489d72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
ci-scripts/runTestOnVM.sh
ci-scripts/runTestOnVM.sh
+3
-2
No files found.
ci-scripts/runTestOnVM.sh
View file @
1234644e
...
...
@@ -2215,7 +2215,8 @@ function run_test_on_vm {
local
try_cnt
=
0
NR_STATUS
=
0
while
[
$try_cnt
-lt
1
]
while
[
$try_cnt
-lt
5
]
#5 because it hardly succeed within CI
do
SYNC_STATUS
=
0
RA_STATUS
=
0
...
...
@@ -2295,7 +2296,7 @@ function run_test_on_vm {
fi
try_cnt
=
0
while
[
$try_cnt
-lt
1
]
while
[
$try_cnt
-lt
4
]
do
rm
-f
$ARCHIVES_LOC
/
${
TMODE
}
_
${
PRB
}
prb_
${
CN_CONFIG
}
_gnb.log
$ARCHIVES_LOC
/
${
TMODE
}
_
${
PRB
}
prb_
${
CN_CONFIG
}
_ue.log
rm
-f
$ARCHIVES_LOC
/
${
TMODE
}
_
${
PRB
}
prb_
${
CN_CONFIG
}
_ping_gnb_from_nrue.log
$ARCHIVES_LOC
/
${
TMODE
}
_
${
PRB
}
prb_
${
CN_CONFIG
}
_ping_from_gnb_nrue.log
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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