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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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-RAN
Commits
025a6dbd
Commit
025a6dbd
authored
Aug 05, 2025
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused testCase_Id
parent
65ec00c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
ci-scripts/cls_containerize.py
ci-scripts/cls_containerize.py
+0
-4
No files found.
ci-scripts/cls_containerize.py
View file @
025a6dbd
...
@@ -255,8 +255,6 @@ class Containerize():
...
@@ -255,8 +255,6 @@ class Containerize():
self
.
services
=
[
''
,
''
,
''
]
self
.
services
=
[
''
,
''
,
''
]
self
.
deploymentTag
=
''
self
.
deploymentTag
=
''
self
.
testCase_id
=
''
self
.
cli
=
''
self
.
cli
=
''
self
.
cliBuildOptions
=
''
self
.
cliBuildOptions
=
''
self
.
dockerfileprefix
=
''
self
.
dockerfileprefix
=
''
...
@@ -347,7 +345,6 @@ class Containerize():
...
@@ -347,7 +345,6 @@ class Containerize():
imageNames
.
append
((
'oai-nr-ue'
,
'nrUE'
,
'oai-nr-ue'
,
''
))
imageNames
.
append
((
'oai-nr-ue'
,
'nrUE'
,
'oai-nr-ue'
,
''
))
imageNames
.
append
((
'oai-gnb-aerial'
,
'gNB.aerial'
,
'oai-gnb-aerial'
,
''
))
imageNames
.
append
((
'oai-gnb-aerial'
,
'gNB.aerial'
,
'oai-gnb-aerial'
,
''
))
self
.
testCase_id
=
HTML
.
testCase_id
cmd
.
cd
(
lSourcePath
)
cmd
.
cd
(
lSourcePath
)
# if asterix, copy the entitlement and subscription manager configurations
# if asterix, copy the entitlement and subscription manager configurations
if
self
.
host
==
'Red Hat'
:
if
self
.
host
==
'Red Hat'
:
...
@@ -502,7 +499,6 @@ class Containerize():
...
@@ -502,7 +499,6 @@ class Containerize():
logging
.
debug
(
'Building on server: '
+
lIpAddr
)
logging
.
debug
(
'Building on server: '
+
lIpAddr
)
ssh
=
cls_cmd
.
getConnection
(
lIpAddr
)
ssh
=
cls_cmd
.
getConnection
(
lIpAddr
)
self
.
testCase_id
=
HTML
.
testCase_id
oldRanCommidID
=
self
.
ranCommitID
oldRanCommidID
=
self
.
ranCommitID
oldRanRepository
=
self
.
ranRepository
oldRanRepository
=
self
.
ranRepository
oldRanAllowMerge
=
self
.
ranAllowMerge
oldRanAllowMerge
=
self
.
ranAllowMerge
...
...
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