Skip to content

Commit

Permalink
Fix missing FQCN cloudwatch_metric_alarm (#2380)
Browse files Browse the repository at this point in the history
SUMMARY

Add some missing FQCN on cloudwatch_metric_alarm integration tests,
and fix failure on downstream integration test run.

Refer: https://issues.redhat.com/browse/ACA-1961
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis
Reviewed-by: Helen Bailey <[email protected]>
(cherry picked from commit cbf4d8a)
  • Loading branch information
brahmanim authored and patchback[bot] committed Nov 6, 2024
1 parent a550783 commit e5e9eaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- cloudwatch_metric_alarm - Fix missing FQCN for integration tests cloudwatch_metric_alarm.
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
- '"parameters are mutually exclusive" in ec2_instance_metric_mutually_exclusive.msg'

- name: create alarm without dimensions
cloudwatch_metric_alarm:
amazon.aws.cloudwatch_metric_alarm:
state: present
name: '{{ alarm_full_name }}'
metric: CPUUtilization
Expand Down Expand Up @@ -539,7 +539,7 @@
- alarm_info_metrics_alarm_no_dimensions.metric_alarms[0].dimensions | length == 0

- name: create alarm without dimensions (idempotent)
cloudwatch_metric_alarm:
amazon.aws.cloudwatch_metric_alarm:
state: present
name: '{{ alarm_full_name }}'
metric: CPUUtilization
Expand Down

0 comments on commit e5e9eaa

Please sign in to comment.