Comment 0 for bug 1518268

Revision history for this message
Valentin Kaplov (vkaplov) wrote :

Next test
nailgun.test.integration.test_network_manager.TestNetworkManager#test_assign_ip_multiple_groups fails if run integration tests. If run the test separately, then it passed successfully.

....
            self.assertIn(
                IPAddress(ip.ip_addr),
> IPNetwork(mgmt_net.cidr)
            )
E AssertionError: IPAddress('9.9.9.1') not found in IPNetwork('192.168.0.0/24')
....