Skip to content

Commit 410547e

Browse files
committed
[test_alerts] Remove duplicate testcase
1 parent 68161ee commit 410547e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/test_alerts/tasks/test_creating_a_standard_alert_route_in_alert_manager.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- name: "Do the test procedure"
1414
block:
1515
# TODO: put the patch into a file. and use --patch-file instead of -p OR slurp the file from files/
16-
- name: "RHELOSP-144965 Patch the ServiceTelemetry object for the STF deployment"
16+
- name: "Patch the ServiceTelemetry object for the STF deployment"
1717
ansible.builtin.shell:
1818
cmd: |
1919
oc patch stf default --type merge -p '{"spec": {"alertmanagerConfigManifest": "apiVersion: v1\nkind: Secret\nmetadata:\n name: 'alertmanager-default'\n namespace: 'service-telemetry'\ntype: Opaque\nstringData:\n alertmanager.yaml: |-\n global:\n resolve_timeout: 10m\n route:\n group_by: ['job']\n group_wait: 30s\n group_interval: 5m\n repeat_interval: 12h\n receiver: 'null'\n receivers:\n - name: 'null'\n"}}'

0 commit comments

Comments
 (0)