Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
zzha zzha
OpenXG-RAN
Commits
0995a991
Commit
0995a991
authored
Mar 04, 2019
by
Boris Djalal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add HTML report for noS1 test.
Signed-off-by:
Boris Djalal
<
boris.djalal@eurecom.fr
>
parent
c02cb8ef
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
231 additions
and
6 deletions
+231
-6
ci-scripts/reportTestLocally.sh
ci-scripts/reportTestLocally.sh
+231
-2
ci-scripts/runTestOnVM.sh
ci-scripts/runTestOnVM.sh
+0
-4
No files found.
ci-scripts/reportTestLocally.sh
View file @
0995a991
This diff is collapsed.
Click to expand it.
ci-scripts/runTestOnVM.sh
View file @
0995a991
...
...
@@ -149,8 +149,6 @@ function ping_ue_ip_addr {
}
function
ping_nos1_ue_ip_addr
{
echo
"CALL ping_nos1_ue_ip_addr"
#echo '$@' $@
echo
"echo
\"
COMMAND IS: ping -I oai0 -c 20
$3
\"
>
$4
"
>
$1
echo
"rm -f
$4
"
>>
$1
echo
"ping -I oai0 -c 20
$UE_REAL_IP_ADDR
| tee -a
$4
"
>>
$1
...
...
@@ -163,8 +161,6 @@ function ping_nos1_ue_ip_addr {
}
function
ping_nos1_enb_ip_addr
{
echo
"CALL ping_nos1_enb_ip_addr"
#echo '$@' $@
echo
"echo
\"
COMMAND IS: ping -I oai0 -c 20
$3
\"
>
$4
"
>
$1
echo
"rm -f
$4
"
>>
$1
echo
"ping -I oai0 -c 20
$ENB_REAL_IP_ADDR
| tee -a
$4
"
>>
$1
...
...
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