Fix the alarm scenario gabbi test
the main problem was that it used a `ceph_account` resource type
that in fact is also created by ceilo itself, and ceilo
can add measures with this resource type when ceph is present,
which throws the test off (e.g. does not let deleting the resource
type).
This patch renames relevant entities created and used by the test
to be named tempest-test-.. or similar,
and adds some checks that the resources, resource type and archive
policy were in fact deleted, as well as polling deleting the archive
policy as it will only be allowed to be deleted once all the measures
that used this archive policy expire.
Closes-Issue: PRODX-26372
Change-Id: Ib027e1f98ec3d8ac9a5d2d5c01c4db08eebda3ee
(cherry picked from commit 90be697ca20569f8f133b13a9287dec2918c5109)
1 file changed