Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bin He
openairinterface5G
Commits
91480dcc
Commit
91480dcc
authored
4 years ago
by
Remi Hardy
Browse files
Options
Downloads
Patches
Plain Diff
support for ocp enb build and test (unit test ok)
parent
42ab797a
No related branches found
Branches containing commit
Tags
2019.w23
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ci-scripts/ran.py
+1
-1
1 addition, 1 deletion
ci-scripts/ran.py
ci-scripts/xml_files/enb_ocp_usrp210_build.xml
+1
-1
1 addition, 1 deletion
ci-scripts/xml_files/enb_ocp_usrp210_build.xml
ci-scripts/xml_files/fr1_multi_node_build.xml
+67
-0
67 additions, 0 deletions
ci-scripts/xml_files/fr1_multi_node_build.xml
with
69 additions
and
2 deletions
ci-scripts/ran.py
+
1
−
1
View file @
91480dcc
...
@@ -440,7 +440,7 @@ class RANManagement():
...
@@ -440,7 +440,7 @@ class RANManagement():
logging
.
info
(
'
\u001B
[1m Building OAI
'
+
self
.
air_interface
+
'
Pass
\u001B
[0m
'
)
logging
.
info
(
'
\u001B
[1m Building OAI
'
+
self
.
air_interface
+
'
Pass
\u001B
[0m
'
)
if
self
.
htmlObj
is
not
None
:
if
self
.
htmlObj
is
not
None
:
self
.
htmlObj
.
CreateHtmlTestRow
(
self
.
Build_eNB_args
,
'
OK
'
,
CONST
.
ALL_PROCESSES_OK
)
self
.
htmlObj
.
CreateHtmlTestRow
(
self
.
Build_eNB_args
,
'
OK
'
,
CONST
.
ALL_PROCESSES_OK
)
else
else
:
logging
.
error
(
'
\u001B
[1m Building OAI
'
+
self
.
air_interface
+
'
Failed
\u001B
[0m
'
)
logging
.
error
(
'
\u001B
[1m Building OAI
'
+
self
.
air_interface
+
'
Failed
\u001B
[0m
'
)
if
self
.
htmlObj
is
not
None
:
if
self
.
htmlObj
is
not
None
:
self
.
htmlObj
.
CreateHtmlTestRow
(
self
.
Build_eNB_args
,
'
KO
'
,
CONST
.
ALL_PROCESSES_OK
)
self
.
htmlObj
.
CreateHtmlTestRow
(
self
.
Build_eNB_args
,
'
KO
'
,
CONST
.
ALL_PROCESSES_OK
)
...
...
This diff is collapsed.
Click to expand it.
ci-scripts/xml_files/enb_ocp_usrp210_build.xml
+
1
−
1
View file @
91480dcc
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<testCase
id=
"010101"
>
<testCase
id=
"010101"
>
<class>
Build_eNB
</class>
<class>
Build_eNB
</class>
<desc>
Build eNB OCP (USRP)
</desc>
<desc>
Build eNB OCP (USRP)
</desc>
<Build_eNB_args>
-I
-w USRP -c --eNBocp
--ninja
</Build_eNB_args>
<Build_eNB_args>
-w USRP -c --eNBocp
</Build_eNB_args>
</testCase>
</testCase>
</testCaseList>
</testCaseList>
This diff is collapsed.
Click to expand it.
ci-scripts/xml_files/fr1_multi_node_build.xml
0 → 100644
+
67
−
0
View file @
91480dcc
<!--
Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The OpenAirInterface Software Alliance licenses this file to You under
the OAI Public License, Version 1.1 (the "License"); you may not use this file
except in compliance with the License.
You may obtain a copy of the License at
http://www.openairinterface.org/?page_id=698
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
For more information about the OpenAirInterface (OAI) Software Alliance:
contact@openairinterface.org
-->
<testCaseList>
<htmlTabRef>
build-tab
</htmlTabRef>
<htmlTabName>
Build
</htmlTabName>
<htmlTabIcon>
wrench
</htmlTabIcon>
<TestCaseRequestedList>
010101 010102
000101 000102
</TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList>
<testCase
id=
"010101"
>
<class>
Build_eNB
</class>
<desc>
Build eNB
</desc>
<Build_eNB_args>
-w USRP -c --eNB --ninja
</Build_eNB_args>
<eNB_instance>
0
</eNB_instance>
<eNB_serverId>
0
</eNB_serverId>
<backgroundBuild>
True
</backgroundBuild>
</testCase>
<testCase
id=
"000101"
>
<class>
WaitEndBuild_eNB
</class>
<desc>
Wait for end of Build eNB
</desc>
<Build_eNB_args>
-w USRP -c --eNB --ninja
</Build_eNB_args>
<eNB_instance>
0
</eNB_instance>
<eNB_serverId>
0
</eNB_serverId>
</testCase>
<testCase
id=
"010102"
>
<class>
Build_eNB
</class>
<desc>
Build gNB
</desc>
<Build_eNB_args>
-w USRP -c --gNB --ninja
</Build_eNB_args>
<eNB_instance>
1
</eNB_instance>
<eNB_serverId>
1
</eNB_serverId>
<backgroundBuild>
True
</backgroundBuild>
</testCase>
<testCase
id=
"000102"
>
<class>
WaitEndBuild_eNB
</class>
<desc>
Wait for end of Build gNB
</desc>
<Build_eNB_args>
-w USRP -c --gNB --ninja
</Build_eNB_args>
<eNB_instance>
1
</eNB_instance>
<eNB_serverId>
1
</eNB_serverId>
</testCase>
</testCaseList>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment