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
ZhouShuya
OpenXG-RAN
Commits
cbcf6a28
Commit
cbcf6a28
authored
May 02, 2019
by
Boris Djalal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build, Run and Terminate in the same xml file.
Signed-off-by:
Boris Djalal
<
boris.djalal@eurecom.fr
>
parent
d16110af
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
2 deletions
+26
-2
ci-scripts/test-boris-Jenkinsfile
ci-scripts/test-boris-Jenkinsfile
+1
-1
ci-scripts/xml_files/gnb_nr_ue_usrp_run.xml
ci-scripts/xml_files/gnb_nr_ue_usrp_run.xml
+25
-1
No files found.
ci-scripts/test-boris-Jenkinsfile
View file @
cbcf6a28
...
@@ -56,7 +56,7 @@ def PROJECT_NAME = "test-boris"
...
@@ -56,7 +56,7 @@ def PROJECT_NAME = "test-boris"
def
GIT_COMMIT_AUTHORi
def
GIT_COMMIT_AUTHORi
def
GIT_COMMIT_EMAIL
def
GIT_COMMIT_EMAIL
// Reversing list because pop() will take the last (right-most) element
// Reversing list because pop() will take the last (right-most) element
def
modeList
=
[
'TesteNB'
,
'TestUE'
,
'TesteNB'
,
'TestUE'
,
'TesteNB'
].
reverse
()
def
modeList
=
[
'TesteNB'
,
'TestUE'
,
'TesteNB'
].
reverse
()
// Global Parameters not to break the main.py command line and code.
// Global Parameters not to break the main.py command line and code.
def
ADB_IPAddress
=
"none"
def
ADB_IPAddress
=
"none"
...
...
ci-scripts/xml_files/gnb_nr_ue_usrp_run.xml
View file @
cbcf6a28
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<htmlTabName>
run-OAI-gNB-NR-UE-USRP
</htmlTabName>
<htmlTabName>
run-OAI-gNB-NR-UE-USRP
</htmlTabName>
<htmlTabIcon>
tasks
</htmlTabIcon>
<htmlTabIcon>
tasks
</htmlTabIcon>
<TestCaseRequestedList>
<TestCaseRequestedList>
090101 000001 090102 000001
090101 000001 090102 000001
090103 000001 090109 000001
</TestCaseRequestedList>
</TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList>
<TestCaseExclusionList></TestCaseExclusionList>
...
@@ -55,4 +55,28 @@
...
@@ -55,4 +55,28 @@
<idle_sleep_time_in_sec>
30
</idle_sleep_time_in_sec>
<idle_sleep_time_in_sec>
30
</idle_sleep_time_in_sec>
</testCase>
</testCase>
<testCase
id=
"090103"
>
<class>
Terminate_OAI_UE
</class>
<desc>
Terminate NR UE
</desc>
<air_interface>
NR
</air_interface>
</testCase>
<testCase
id=
"000001"
>
<class>
IdleSleep
</class>
<desc>
Sleep
</desc>
<idle_sleep_time_in_sec>
30
</idle_sleep_time_in_sec>
</testCase>
<testCase
id=
"090109"
>
<class>
Terminate_eNB
</class>
<desc>
Terminate gNB
</desc>
<air_interface>
NR
</air_interface>
</testCase>
<testCase
id=
"000001"
>
<class>
IdleSleep
</class>
<desc>
Sleep
</desc>
<idle_sleep_time_in_sec>
30
</idle_sleep_time_in_sec>
</testCase>
</testCaseList>
</testCaseList>
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