what is the use case of having multiple accounts from the same project? Based on the tempest's documentation [1], tempest expects that all accounts with preprovisioned credentials belong to different projects:
"""
It is worth pointing out that each set of credentials in the accounts.yaml should have a unique project. This is required to provide proper isolation to the tests using the credentials, and failure to do this will likely cause unexpected failures in some tests.
""" [1]
Hi Mitya,
what is the use case of having multiple accounts from the same project? Based on the tempest's documentation [1], tempest expects that all accounts with preprovisioned credentials belong to different projects:
"""
It is worth pointing out that each set of credentials in the accounts.yaml should have a unique project. This is required to provide proper isolation to the tests using the credentials, and failure to do this will likely cause unexpected failures in some tests.
""" [1]
[1] https:/ /docs.openstack .org/tempest/ latest/ configuration. html#pre- provisioned- credentials