Commit 25f5b23b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 2b721e0d
...@@ -88,7 +88,7 @@ md5sum = 99e66586605c675fee015c293abf61b0 ...@@ -88,7 +88,7 @@ md5sum = 99e66586605c675fee015c293abf61b0
[template-ors-enb] [template-ors-enb]
_update_hash_filename_ = instance-ors-enb.jinja2.cfg _update_hash_filename_ = instance-ors-enb.jinja2.cfg
md5sum = 4679f40aed09c32701c29e4a9b1dc9f5 md5sum = 5c1e80ba030683169f598946eab89bda
[template-ors-gnb] [template-ors-gnb]
_update_hash_filename_ = instance-ors-gnb.jinja2.cfg _update_hash_filename_ = instance-ors-gnb.jinja2.cfg
......
...@@ -14,7 +14,6 @@ enb = request(ors, ...@@ -14,7 +14,6 @@ enb = request(ors,
'testing': True, 'testing': True,
})}) })})
"""
gnb = request(ors, gnb = request(ors,
software_type="gnb", software_type="gnb",
partition_reference="kors_gnb", partition_reference="kors_gnb",
...@@ -22,4 +21,3 @@ gnb = request(ors, ...@@ -22,4 +21,3 @@ gnb = request(ors,
partition_parameter_kw={"_": json.dumps({ partition_parameter_kw={"_": json.dumps({
'testing': True, 'testing': True,
})}) })})
"""
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