diff --git a/tests/common/recovery_schedule_config_policy.tf b/tests/common/recovery_schedule_config_policy.tf index 455b01e76b..66a8ac292e 100644 --- a/tests/common/recovery_schedule_config_policy.tf +++ b/tests/common/recovery_schedule_config_policy.tf @@ -9,6 +9,6 @@ resource "intersight_recovery_schedule_config_policy" "recovery_schedule_config_ object_type = "recovery.BackupSchedule" frequency_unit = "Daily" hours = "8" - execution_time = "Thu, 21 Oct 2024 15:04:05 UTC" + execution_time = "Thu, 26 Oct 2028 15:04:05 UTC" } } diff --git a/tests/common/vnic_fc_qos_policy.tf b/tests/common/vnic_fc_qos_policy.tf index 533438ae6d..69c5c007f8 100644 --- a/tests/common/vnic_fc_qos_policy.tf +++ b/tests/common/vnic_fc_qos_policy.tf @@ -2,7 +2,7 @@ resource "intersight_vnic_fc_qos_policy" "v_fc_qos1" { name = "v_fc_qos1" rate_limit = 10000 - cos = 6 + cos = 3 max_data_field_size = 2112 organization { object_type = "organization.Organization"