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
Lu Xu
slapos
Commits
74c31e19
Commit
74c31e19
authored
Apr 17, 2024
by
Lu Xu
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup
parent
915ca4fb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
20 deletions
+27
-20
software/end-to-end-testing/tests/test_master_lopcomm.py
software/end-to-end-testing/tests/test_master_lopcomm.py
+14
-10
software/end-to-end-testing/tests/test_ors_fix_lopcomm.py
software/end-to-end-testing/tests/test_ors_fix_lopcomm.py
+13
-10
No files found.
software/end-to-end-testing/tests/test_master_lopcomm.py
View file @
74c31e19
...
@@ -131,11 +131,13 @@ class WebsocketTestClass(e2e.EndToEndTestCase):
...
@@ -131,11 +131,13 @@ class WebsocketTestClass(e2e.EndToEndTestCase):
json_ru1_parameters
=
json
.
dumps
(
ru1_parameters
)
json_ru1_parameters
=
json
.
dumps
(
ru1_parameters
)
for
i
in
range
(
5
):
i
+=
1
cls
.
request
(
cls
.
product
,
cls
.
eru1_instance_name
,
cls
.
request
(
cls
.
product
,
cls
.
eru1_instance_name
,
filter_kw
=
{
"instance_guid"
:
cls
.
enb_instance_guid
},
filter_kw
=
{
"instance_guid"
:
cls
.
enb_instance_guid
},
partition_parameter_kw
=
{
'_'
:
json_ru1_parameters
},
partition_parameter_kw
=
{
'_'
:
json_ru1_parameters
},
shared
=
True
,
shared
=
True
,
software_type
=
'enb'
)
software_type
=
'enb'
)
@
classmethod
@
classmethod
def
request_cell1
(
cls
):
def
request_cell1
(
cls
):
...
@@ -157,6 +159,8 @@ class WebsocketTestClass(e2e.EndToEndTestCase):
...
@@ -157,6 +159,8 @@ class WebsocketTestClass(e2e.EndToEndTestCase):
json_cell1_parameters
=
json
.
dumps
(
cell1_parameters
)
json_cell1_parameters
=
json
.
dumps
(
cell1_parameters
)
for
i
in
range
(
5
):
i
+=
1
cls
.
request
(
cls
.
product
,
cls
.
ecell1_instance_name
,
cls
.
request
(
cls
.
product
,
cls
.
ecell1_instance_name
,
partition_parameter_kw
=
{
'_'
:
json_cell1_parameters
},
partition_parameter_kw
=
{
'_'
:
json_cell1_parameters
},
software_type
=
'enb'
,
software_type
=
'enb'
,
...
...
software/end-to-end-testing/tests/test_ors_fix_lopcomm.py
View file @
74c31e19
...
@@ -131,11 +131,12 @@ class WebsocketTestClass(e2e.EndToEndTestCase):
...
@@ -131,11 +131,12 @@ class WebsocketTestClass(e2e.EndToEndTestCase):
json_ru1_parameters
=
json
.
dumps
(
ru1_parameters
)
json_ru1_parameters
=
json
.
dumps
(
ru1_parameters
)
for
i
in
range
(
5
):
i
+=
1
cls
.
request
(
cls
.
product
,
cls
.
eru1_instance_name
,
cls
.
request
(
cls
.
product
,
cls
.
eru1_instance_name
,
filter_kw
=
{
"instance_guid"
:
cls
.
enb_instance_guid
},
filter_kw
=
{
"instance_guid"
:
cls
.
enb_instance_guid
},
partition_parameter_kw
=
{
'_'
:
json_ru1_parameters
},
partition_parameter_kw
=
{
'_'
:
json_ru1_parameters
},
shared
=
True
,
shared
=
True
,
software_type
=
'enb'
)
software_type
=
'enb'
)
@
classmethod
@
classmethod
def
request_cell1
(
cls
):
def
request_cell1
(
cls
):
...
@@ -157,6 +158,8 @@ class WebsocketTestClass(e2e.EndToEndTestCase):
...
@@ -157,6 +158,8 @@ class WebsocketTestClass(e2e.EndToEndTestCase):
json_cell1_parameters
=
json
.
dumps
(
cell1_parameters
)
json_cell1_parameters
=
json
.
dumps
(
cell1_parameters
)
for
i
in
range
(
5
):
i
+=
1
cls
.
request
(
cls
.
product
,
cls
.
ecell1_instance_name
,
cls
.
request
(
cls
.
product
,
cls
.
ecell1_instance_name
,
partition_parameter_kw
=
{
'_'
:
json_cell1_parameters
},
partition_parameter_kw
=
{
'_'
:
json_cell1_parameters
},
software_type
=
'enb'
,
software_type
=
'enb'
,
...
...
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