Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
Léo-Paul Géneau
slapos
Commits
e1fd1df7
Commit
e1fd1df7
authored
Oct 09, 2024
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/e2e: rename ors-amarisoft to simpleran
parent
fe888674
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
software/end-to-end-testing/tests/test_lopcomm.py
software/end-to-end-testing/tests/test_lopcomm.py
+2
-2
software/end-to-end-testing/tests/test_ors.py
software/end-to-end-testing/tests/test_ors.py
+1
-1
No files found.
software/end-to-end-testing/tests/test_lopcomm.py
View file @
e1fd1df7
...
@@ -14,8 +14,8 @@ class WebsocketTestClass(e2e.EndToEndTestCase):
...
@@ -14,8 +14,8 @@ class WebsocketTestClass(e2e.EndToEndTestCase):
cls
.
sim_instance_name
=
time
.
strftime
(
'e2e-cb003-sim-%Y-%B-%d-%H:%M:%S'
)
cls
.
sim_instance_name
=
time
.
strftime
(
'e2e-cb003-sim-%Y-%B-%d-%H:%M:%S'
)
cls
.
ue_instance_name
=
time
.
strftime
(
'e2e-sb005-ue-%Y-%B-%d-%H:%M:%S'
)
cls
.
ue_instance_name
=
time
.
strftime
(
'e2e-sb005-ue-%Y-%B-%d-%H:%M:%S'
)
cls
.
product
=
"/opt/e2e/slapos/software/
ors-amarisoft
/software-fdd-lopcomm.cfg"
cls
.
product
=
"/opt/e2e/slapos/software/
simpleran
/software-fdd-lopcomm.cfg"
cls
.
ue_product
=
"/opt/e2e/slapos/software/
ors-amarisoft
/software-fdd-lopcomm.cfg"
cls
.
ue_product
=
"/opt/e2e/slapos/software/
simpleran
/software-fdd-lopcomm.cfg"
# Component GUIDs and configurations
# Component GUIDs and configurations
cls
.
comp_enb
=
"COMP-3920"
cls
.
comp_enb
=
"COMP-3920"
...
...
software/end-to-end-testing/tests/test_ors.py
View file @
e1fd1df7
...
@@ -14,7 +14,7 @@ class WebsocketTestClass(e2e.EndToEndTestCase):
...
@@ -14,7 +14,7 @@ class WebsocketTestClass(e2e.EndToEndTestCase):
cls
.
sim_instance_name
=
time
.
strftime
(
'e2e-ors84-sim-%Y-%B-%d-%H:%M:%S'
)
cls
.
sim_instance_name
=
time
.
strftime
(
'e2e-ors84-sim-%Y-%B-%d-%H:%M:%S'
)
cls
.
ue_instance_name
=
time
.
strftime
(
'e2e-simbox005-ue-%Y-%B-%d-%H:%M:%S'
)
cls
.
ue_instance_name
=
time
.
strftime
(
'e2e-simbox005-ue-%Y-%B-%d-%H:%M:%S'
)
cls
.
product
=
cls
.
product
.
get
(
'ors-tdd'
)
cls
.
product
=
cls
.
product
.
get
(
'ors-tdd'
)
cls
.
ue_product
=
"/opt/e2e/slapos/software/
ors-amarisoft
/software-fdd-lopcomm.cfg"
cls
.
ue_product
=
"/opt/e2e/slapos/software/
simpleran
/software-fdd-lopcomm.cfg"
# Component GUIDs and configurations
# Component GUIDs and configurations
cls
.
comp_enb
=
"COMP-4057"
cls
.
comp_enb
=
"COMP-4057"
...
...
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