Increase attempts to delete archive policy
We have suspected autoscaling tests failing, because the "gabbilive" archive policy can't be
deleted in time. Yet the recent experiments does not support it. This bumps the number of
retries from 360 to 1000 attempts to avoid this happening in the gate where the environment
can be slightly different.
Change-Id: I0936c9c6a12af0ea8ca2d8cb24f0807132125d45
diff --git a/telemetry_tempest_plugin/scenario/gnocchi_gabbits/live.yaml b/telemetry_tempest_plugin/scenario/gnocchi_gabbits/live.yaml
index 9dd7347..c62c012 100644
--- a/telemetry_tempest_plugin/scenario/gnocchi_gabbits/live.yaml
+++ b/telemetry_tempest_plugin/scenario/gnocchi_gabbits/live.yaml
@@ -724,7 +724,7 @@
- name: delete single archive policy cleanup
DELETE: $ENVIRON['GNOCCHI_SERVICE_URL']/v1/archive_policy/gabbilive
poll:
- count: 360
+ count: 1000
delay: 1
status: 204