Remove traces of panko
followup to I8bc2981f01a4b068272cddfa2026860c97a3355e
Since we have the gabbit file renamed, we missed updates to it,
in particular removal of Panko.
Change-Id: I4296df756bc5ffae2077a19e641181435d993e52
Closes-Issue: PRODX-26460
diff --git a/telemetry_tempest_plugin/scenario/telemetry_integration_gabbits/autoscaling_smoke.yaml b/telemetry_tempest_plugin/scenario/telemetry_integration_gabbits/autoscaling_smoke.yaml
index 900aa76..025c3c4 100644
--- a/telemetry_tempest_plugin/scenario/telemetry_integration_gabbits/autoscaling_smoke.yaml
+++ b/telemetry_tempest_plugin/scenario/telemetry_integration_gabbits/autoscaling_smoke.yaml
@@ -67,30 +67,6 @@
response_json_paths:
$.`len`: 2
- - name: check event
- desc: Check panko for new instance.create.end event
- url: $ENVIRON['PANKO_SERVICE_URL']/v2/events
- method: GET
- request_headers:
- content-type: application/json
- data:
- q:
- - field: event_type
- op: eq
- type: string
- value: compute.instance.create.end
- - field: resource_id
- op: eq
- type: string
- value: $HISTORY['list servers grow'].$RESPONSE['$.servers[0].id']
- poll:
- count: 30
- delay: 1
- response_json_paths:
- $.`len`: 1
- $[0].event_type: compute.instance.create.end
- $[0].traits[?(@.name='resource_id')].value: $HISTORY['list servers grow'].$RESPONSE['$.servers[0].id']
-
- name: check alarm
desc: Check the aodh alarm and its state
url: $ENVIRON['AODH_SERVICE_URL']/v2/alarms