Commit 06154499 authored by Paul Graydon's avatar Paul Graydon

software/simpleran: Disable eNB fluentbit in tests

See merge request nexedi/slapos!1668
parent ed44adf8
......@@ -332,6 +332,7 @@ class ENBTestCase4(RFTestCase4):
'1': {'plmn': '51413', 'tac': 0x124},
'2': {'plmn': '55555', 'tac': 0x125, 'ranac': 210, 'reserved': True},
},
'xlog_forwarding_enabled': False,
})}
@classmethod
......
......@@ -104,6 +104,7 @@ enb_param_dict = {
'tac': 2
},
},
'xlog_forwarding_enabled': False,
}
gnb_param_dict = {
# ors_version for tests is B39, so dl_nr_arfcn needs to be within N39
......@@ -148,6 +149,7 @@ gnb_param_dict = {
'tac': 2
},
},
'xlog_forwarding_enabled': False,
}
gnb_param_dict1 = {
'plmn_list': {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment