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
cf967d33
Commit
cf967d33
authored
Aug 07, 2025
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Complete run_locally.sh to produce valid HTML
parent
e7ea9ba7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
ci-scripts/run_locally.sh
ci-scripts/run_locally.sh
+12
-0
No files found.
ci-scripts/run_locally.sh
View file @
cf967d33
...
...
@@ -26,8 +26,20 @@ fi
docker tag oai-nr-ue oai-ci/oai-nr-ue:develop-
${
SHORT_COMMIT_SHA
}
docker tag oai-gnb oai-ci/oai-gnb:develop-
${
SHORT_COMMIT_SHA
}
python3 main.py
--mode
=
InitiateHtml
--ranRepository
=
NONE
--ranBranch
=
${
CURRENT_BRANCH
}
\
--ranCommitID
=
${
COMMIT_SHA
}
--ranAllowMerge
=
false
\
--ranTargetBranch
=
NONE
\
--XMLTestFile
=
xml_files/
${
TESTCASE
}
--local
python3 main.py
--mode
=
TesteNB
--ranRepository
=
NONE
--ranBranch
=
${
CURRENT_BRANCH
}
\
--ranCommitID
=
${
COMMIT_SHA
}
--ranAllowMerge
=
false
\
--ranTargetBranch
=
NONE
--eNBIPAddress
=
NONE
--eNBUserName
=
NONE
--eNBPassword
=
NONE
\
--eNBSourceCodePath
=
${
REPO_PATH
}
\
--XMLTestFile
=
xml_files/
${
TESTCASE
}
--local
RET
=
$?
python3 main.py
--mode
=
FinalizeHtml
\
--local
\
--eNBIPAddress
=
NONE
--eNBUserName
=
NONE
--eNBPassword
=
NONE
exit
${
RET
}
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