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
06154499
Commit
06154499
authored
Oct 31, 2024
by
Paul Graydon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/simpleran: Disable eNB fluentbit in tests
See merge request
nexedi/slapos!1668
parent
ed44adf8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
software/simpleran/test/test.py
software/simpleran/test/test.py
+1
-0
software/simpleran/test/test_ors.py
software/simpleran/test/test_ors.py
+2
-0
No files found.
software/simpleran/test/test.py
View file @
06154499
...
@@ -332,6 +332,7 @@ class ENBTestCase4(RFTestCase4):
...
@@ -332,6 +332,7 @@ class ENBTestCase4(RFTestCase4):
'1'
:
{
'plmn'
:
'51413'
,
'tac'
:
0x124
},
'1'
:
{
'plmn'
:
'51413'
,
'tac'
:
0x124
},
'2'
:
{
'plmn'
:
'55555'
,
'tac'
:
0x125
,
'ranac'
:
210
,
'reserved'
:
True
},
'2'
:
{
'plmn'
:
'55555'
,
'tac'
:
0x125
,
'ranac'
:
210
,
'reserved'
:
True
},
},
},
'xlog_forwarding_enabled'
:
False
,
})}
})}
@
classmethod
@
classmethod
...
...
software/simpleran/test/test_ors.py
View file @
06154499
...
@@ -104,6 +104,7 @@ enb_param_dict = {
...
@@ -104,6 +104,7 @@ enb_param_dict = {
'tac'
:
2
'tac'
:
2
},
},
},
},
'xlog_forwarding_enabled'
:
False
,
}
}
gnb_param_dict
=
{
gnb_param_dict
=
{
# ors_version for tests is B39, so dl_nr_arfcn needs to be within N39
# ors_version for tests is B39, so dl_nr_arfcn needs to be within N39
...
@@ -148,6 +149,7 @@ gnb_param_dict = {
...
@@ -148,6 +149,7 @@ gnb_param_dict = {
'tac'
:
2
'tac'
:
2
},
},
},
},
'xlog_forwarding_enabled'
:
False
,
}
}
gnb_param_dict1
=
{
gnb_param_dict1
=
{
'plmn_list'
:
{
'plmn_list'
:
{
...
...
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