Comment 0 for bug 1963119

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

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.