enable wily test; add debug output
This commit is contained in:
parent
4b8d5d5206
commit
5f22fbf7a7
0
tests/021-basic-wily-liberty
Normal file → Executable file
0
tests/021-basic-wily-liberty
Normal file → Executable file
@ -949,6 +949,7 @@ class NeutronGatewayBasicDeployment(OpenStackAmuletDeployment):
|
||||
self.neutron.create_network({'network': network})
|
||||
|
||||
networks = self.neutron.list_networks(name=net_name)
|
||||
u.log.debug('Networks: {}'.format(networks))
|
||||
net_len = len(networks['networks'])
|
||||
if net_len != 1:
|
||||
msg = "Expected 1 network, found {}".format(net_len)
|
||||
|
Loading…
x
Reference in New Issue
Block a user