Comment 0 for bug 1658837

Revision history for this message
Curtis Hovey (sinzui) wrote : CI maas cleanup script selected network instead of hostname

As seen at
   http://reports.vapour.ws/releases/issue/57c721c7749a5615669b72dc

The mass cleanup script that resets networks in the bindings test failed to match the hostname (machine=) to look up the system id that needs reseting. the test failed to setup.

++ grep 10.0.40.0/24@
++ cut -d @ -f2
+ system_id=
+ maas env20 machine release

^ We expected the grep to be for name like juju-qa-maas-node-40 but
machine=10.0.40.0/24
was selected previously