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
zzha zzha
OpenXG-RAN
Commits
361d1b40
Commit
361d1b40
authored
Sep 19, 2022
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename testcase groups to make them human-understandable
parent
0333a528
Changes
13
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
69 additions
and
69 deletions
+69
-69
charts/physims/charts/dlsim/templates/deployment.yaml
charts/physims/charts/dlsim/templates/deployment.yaml
+1
-1
charts/physims/charts/ldpctest/templates/deployment.yaml
charts/physims/charts/ldpctest/templates/deployment.yaml
+1
-1
charts/physims/charts/nr-dlschsim/templates/deployment.yaml
charts/physims/charts/nr-dlschsim/templates/deployment.yaml
+1
-1
charts/physims/charts/nr-dlsim/templates/deployment.yaml
charts/physims/charts/nr-dlsim/templates/deployment.yaml
+1
-1
charts/physims/charts/nr-pbchsim/templates/deployment.yaml
charts/physims/charts/nr-pbchsim/templates/deployment.yaml
+1
-1
charts/physims/charts/nr-prachsim/templates/deployment.yaml
charts/physims/charts/nr-prachsim/templates/deployment.yaml
+1
-1
charts/physims/charts/nr-pucchsim/templates/deployment.yaml
charts/physims/charts/nr-pucchsim/templates/deployment.yaml
+1
-1
charts/physims/charts/nr-ulschsim/templates/deployment.yaml
charts/physims/charts/nr-ulschsim/templates/deployment.yaml
+1
-1
charts/physims/charts/nr-ulsim/templates/deployment.yaml
charts/physims/charts/nr-ulsim/templates/deployment.yaml
+1
-1
charts/physims/charts/polartest/templates/deployment.yaml
charts/physims/charts/polartest/templates/deployment.yaml
+1
-1
charts/physims/charts/smallblocktest/templates/deployment.yaml
...s/physims/charts/smallblocktest/templates/deployment.yaml
+1
-1
charts/physims/charts/ulsim/templates/deployment.yaml
charts/physims/charts/ulsim/templates/deployment.yaml
+1
-1
cmake_targets/autotests/test_case_list.xml
cmake_targets/autotests/test_case_list.xml
+57
-57
No files found.
charts/physims/charts/dlsim/templates/deployment.yaml
View file @
361d1b40
...
...
@@ -37,7 +37,7 @@ spec:
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
cmake_targets/autotests/run_exec_autotests.bash -g "
015100" -q -np -b
-d bin/ &&
cmake_targets/autotests/run_exec_autotests.bash -g "
dlsim"
-d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
...
...
charts/physims/charts/ldpctest/templates/deployment.yaml
View file @
361d1b40
...
...
@@ -37,7 +37,7 @@ spec:
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
cmake_targets/autotests/run_exec_autotests.bash -g
015102 -q -np -b
-d bin/ &&
cmake_targets/autotests/run_exec_autotests.bash -g
"ldpctest"
-d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
...
...
charts/physims/charts/nr-dlschsim/templates/deployment.yaml
View file @
361d1b40
...
...
@@ -37,7 +37,7 @@ spec:
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
cmake_targets/autotests/run_exec_autotests.bash -g "
015106" -q -np -b
-d bin/ &&
cmake_targets/autotests/run_exec_autotests.bash -g "
nr_dlschsim"
-d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
...
...
charts/physims/charts/nr-dlsim/templates/deployment.yaml
View file @
361d1b40
...
...
@@ -37,7 +37,7 @@ spec:
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
cmake_targets/autotests/run_exec_autotests.bash -g "
015105" -q -np -b
-d bin/ &&
cmake_targets/autotests/run_exec_autotests.bash -g "
nr_dlsim"
-d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
...
...
charts/physims/charts/nr-pbchsim/templates/deployment.yaml
View file @
361d1b40
...
...
@@ -37,7 +37,7 @@ spec:
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
cmake_targets/autotests/run_exec_autotests.bash -g "
015104" -q -np -b
-d bin/ &&
cmake_targets/autotests/run_exec_autotests.bash -g "
nr_pbchsim"
-d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
...
...
charts/physims/charts/nr-prachsim/templates/deployment.yaml
View file @
361d1b40
...
...
@@ -37,7 +37,7 @@ spec:
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
cmake_targets/autotests/run_exec_autotests.bash -g "
015112" -q -np -b
-d bin/ &&
cmake_targets/autotests/run_exec_autotests.bash -g "
nr_prachsim"
-d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
...
...
charts/physims/charts/nr-pucchsim/templates/deployment.yaml
View file @
361d1b40
...
...
@@ -37,7 +37,7 @@ spec:
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
cmake_targets/autotests/run_exec_autotests.bash -g "
015109" -q -np -b
-d bin/ &&
cmake_targets/autotests/run_exec_autotests.bash -g "
nr_pucchsim"
-d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
...
...
charts/physims/charts/nr-ulschsim/templates/deployment.yaml
View file @
361d1b40
...
...
@@ -37,7 +37,7 @@ spec:
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
cmake_targets/autotests/run_exec_autotests.bash -g "
015108" -q -np -b
-d bin/ &&
cmake_targets/autotests/run_exec_autotests.bash -g "
nr_ulschsim"
-d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
...
...
charts/physims/charts/nr-ulsim/templates/deployment.yaml
View file @
361d1b40
...
...
@@ -37,7 +37,7 @@ spec:
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
cmake_targets/autotests/run_exec_autotests.bash -g "
015111" -q -np -b
-d bin/ &&
cmake_targets/autotests/run_exec_autotests.bash -g "
nr_ulsim"
-d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
...
...
charts/physims/charts/polartest/templates/deployment.yaml
View file @
361d1b40
...
...
@@ -37,7 +37,7 @@ spec:
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
cmake_targets/autotests/run_exec_autotests.bash -g "
015103" -q -np -b
-d bin/ &&
cmake_targets/autotests/run_exec_autotests.bash -g "
polartest"
-d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
...
...
charts/physims/charts/smallblocktest/templates/deployment.yaml
View file @
361d1b40
...
...
@@ -37,7 +37,7 @@ spec:
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
cmake_targets/autotests/run_exec_autotests.bash -g "
015107" -q -np -b
-d bin/ &&
cmake_targets/autotests/run_exec_autotests.bash -g "
smallblocktest"
-d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
...
...
charts/physims/charts/ulsim/templates/deployment.yaml
View file @
361d1b40
...
...
@@ -37,7 +37,7 @@ spec:
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
cmake_targets/autotests/run_exec_autotests.bash -g "
015101" -q -np -b
-d bin/ &&
cmake_targets/autotests/run_exec_autotests.bash -g "
ulsim"
-d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
...
...
cmake_targets/autotests/test_case_list.xml
View file @
361d1b40
This diff is collapsed.
Click to expand it.
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