Commit 28f71b63 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ac0cf571
...@@ -36,7 +36,8 @@ ienb = kslap.request(kamari, ...@@ -36,7 +36,8 @@ ienb = kslap.request(kamari,
partition_reference="CB5-ENB", partition_reference="CB5-ENB",
filter_kw={"computer_guid": CB5}, filter_kw={"computer_guid": CB5},
partition_parameter_kw={"_": json.dumps({ partition_parameter_kw={"_": json.dumps({
'mme_list': {'1': {'mme_addr': kslap.conn(icore)['core-network-ipv6']}}, 'mme_list': {'1': {'mme_addr': kslap.conn(icore)['core-network-ipv6']}},
'plmn_list': {'1': {'plmn': '31415'}}, # XXX get from icore
})}) })})
# eref returns full reference for ienb's shared instance with given ref. # eref returns full reference for ienb's shared instance with given ref.
......
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