Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lathrop committed May 28, 2024
1 parent 08de551 commit 00a669e
Showing 1 changed file with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,3 @@
- name: assert that event was not changed
ansible.builtin.assert:
that: zbxevent_sev_existing is not changed

- name: close event
community.zabbix.zabbix_host_events_update:
params:
eventids: "{{ zabbix_eventid }}"
action: close

- name: wait for zabbix to close event
ansible.builtin.wait_for:
timeout: 5

- name: get events updated status
community.zabbix.zabbix_host_events_info:
host_identifier: ExampleHost
host_id_type: hostname
trigger_severity: warning
register: zabbix_host_events_closed

- name: assert no active events
ansible.builtin.assert:
that: zabbix_host_events_closed.triggers_problem | length == 0

0 comments on commit 00a669e

Please sign in to comment.