enable wily test; add debug output

This commit is contained in:
Ryan Beisner 2015-10-19 14:50:54 +00:00
parent 4b8d5d5206
commit 5f22fbf7a7
2 changed files with 1 additions and 0 deletions

0
tests/021-basic-wily-liberty Normal file → Executable file
View File

View 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)