Skip to content

Commit

Permalink
Fix TOSCA Configure interface
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Oct 21, 2021
1 parent dcac49c commit ae699ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/unit/Tosca.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ def test_tosca_to_radl(self):
tosca_data = read_file_as_string('../files/tosca_long.yml')
tosca = Tosca(tosca_data)
_, radl = tosca.to_radl()
print(radl)
self.assertFalse(True)
radl = parse_radl(str(radl))
net = radl.get_network_by_id('public_net')
net1 = radl.get_network_by_id('public_net_1')
Expand Down

0 comments on commit ae699ef

Please sign in to comment.