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
e7ea9ba7
Commit
e7ea9ba7
authored
Aug 07, 2025
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: Clarify HTML message if a (ctest-executed) test fails
parent
47b658ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ci-scripts/cls_cluster.py
ci-scripts/cls_cluster.py
+1
-1
No files found.
ci-scripts/cls_cluster.py
View file @
e7ea9ba7
...
@@ -460,7 +460,7 @@ class Cluster:
...
@@ -460,7 +460,7 @@ class Cluster:
HTML
.
CreateHtmlTestRowPhySimTestResult
(
test_summary
,
test_result
)
HTML
.
CreateHtmlTestRowPhySimTestResult
(
test_summary
,
test_result
)
logging
.
info
(
'
\u001B
[1m Physical Simulator Pass
\u001B
[0m'
)
logging
.
info
(
'
\u001B
[1m Physical Simulator Pass
\u001B
[0m'
)
else
:
else
:
HTML
.
CreateHtmlTestRow
(
'Some test(s) failed!'
,
'KO'
,
CONST
.
OC_PHYSIM_DEPLOY_FAIL
)
HTML
.
CreateHtmlTestRow
Queue
(
'At least one physical simulator test failed!'
,
'KO'
,
[
"See below for details"
]
)
HTML
.
CreateHtmlTestRowPhySimTestResult
(
test_summary
,
test_result
)
HTML
.
CreateHtmlTestRowPhySimTestResult
(
test_summary
,
test_result
)
logging
.
error
(
'
\u001B
[1m Physical Simulator Fail
\u001B
[0m'
)
logging
.
error
(
'
\u001B
[1m Physical Simulator Fail
\u001B
[0m'
)
else
:
else
:
...
...
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