Commit b7a3f5d5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 23b99d51
......@@ -346,8 +346,22 @@ class TestENB_SDR(ENBTestCase):
] + ho_inter,
},
])
# XXX + NR
assertMatch(self, nr_cell_list, [
{ # CELL3
'ncell_list': [
dict(rat='eutra', cell_id= 0x1701, n_id_cell=0x11, dl_earfcn= 100, tac=0x101), # CELL1
dict(rat='eutra', cell_id= 0x1702, n_id_cell=0x12, dl_earfcn=36100, tac=0x102), # CELL2
dict(rat='nr', cell_id= 0x04), # CELL4
] + ho_inter,
},
{ # CELL4
'ncell_list': [
dict(rat='eutra', cell_id= 0x1701, n_id_cell=0x11, dl_earfcn= 100, tac=0x101), # CELL1
dict(rat='eutra', cell_id= 0x1702, n_id_cell=0x12, dl_earfcn=36100, tac=0x102), # CELL2
dict(rat='nr', cell_id= 0x03), # CELL3
] + ho_inter,
},
])
# XXX not possible to test Lopcomm nor Sunwave because on "slapos standalone" there is no slaptap.
......
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