Activity log for bug #1963119

Date Who What changed Old value New value Message
2022-03-03 14:07:36 Mitya Eremeev bug added bug
2022-03-03 14:08:02 Mitya Eremeev tempest: assignee Mitya Eremeev (mitos)
2022-03-03 14:08:11 Mitya Eremeev tempest: status New In Progress
2022-03-15 09:34:10 Mitya Eremeev description 1. setup tempest config to use static accounts 2. setup static accounts in projects. Some projects have pre-provisioned networks and some projects do not have pre-provisioned networks. 3. launch tests tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest.test_server_multi_create_auto_allocate or test_server_create_no_allocate 4. tempest picks random project from static accounts file and the project appears to have network 5. tests fail because they expect the project does not have networks My suggestion is to fix tempest in the way it would be able to separate projects w/o networks for tests which require networks or not. 1. setup tempest config to use static accounts 2. setup static accounts in projects. Some projects have pre-provisioned networks and some projects do not have pre-provisioned networks. 3. launch tests tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest.test_server_multi_create_auto_allocate or test_server_create_no_allocate 4. tempest picks random project from static accounts file and the project appears to have network 5. tests fail because they expect the project does not have networks https://github.com/openstack/tempest/blob/7e96c8e854386f43604ad098a6ec7606ee676145/tempest/api/compute/admin/test_auto_allocate_network.py#L79 My suggestion is to fix tempest in the way it would be able to separate projects w/o networks for tests which require networks or not.