Comment 3 for bug 1963119

Revision history for this message
Mitya Eremeev (mitos) wrote :

Hello,

I didn't write in bug description: "some tests are against pre-provisioned networks and hence do require pre-provisioned creditial provider".
I wrote that some tests require projects without networks if used static accounts.

- Which tests are against the pre-provioned networks?
Listed in bug description: tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest.test_server_multi_create_auto_allocate or test_server_create_no_allocate

- What failures are we observing because of the above issues?
Tests don't pass checks and are not launched.
https://github.com/openstack/tempest/blob/7e96c8e854386f43604ad098a6ec7606ee676145/tempest/api/compute/admin/test_auto_allocate_network.py#L79

Tempest finds pre-provisioned networks and fails tests

- If the failures are happening and they are consistent then how do pre-provisioned credential provider address these?
Again, bug description describes that if static accounts are used and a project has network then tests fail. I believe all tests should work correct if static or dynamic accounts are used.

- Please attach the relevant traceback of the failures so that it becomes easy for us to understand the issue.
- Please attach enough logs of relevant failures

From code it's obvious that occurs exception: lib_excs.TempestException because network was found.
https://github.com/openstack/tempest/blob/7e96c8e854386f43604ad098a6ec7606ee676145/tempest/api/compute/admin/test_auto_allocate_network.py#L80

Thank you.