commit | 2a81edebaaff5a64287c78a0b419804b7733b043 | [log] [tgz] |
---|---|---|
author | Jordan Pittier <jordan.pittier@scality.com> | Fri Oct 28 18:47:00 2016 +0200 |
committer | Jordan Pittier <jordan.pittier@scality.com> | Fri Oct 28 18:47:00 2016 +0200 |
tree | 62221cecbb874f6214964d711c299afa3367a486 | |
parent | c35f712e7a62e5598b61b651000e03d0d51146b5 [diff] |
Fix race in test_networks.py: don't try to get a possibly-deleted network In compute/admin/test_networks.py, acting as admin, we can list all networks created by all projects. *But* we can't get (display details) for one of these networks because by the time we try to GET that network it could have been deleted. The fix tries to GET a known/existing-for-sure/permanent network. Change-Id: If8365dffc84709ad517b40d205729e4a543ceccb