Skip to content

Commit

Permalink
Merge pull request #302 from mohamuni/qos_and_recovery_test_update
Browse files Browse the repository at this point in the history
Updating Test cases for vnic_fc_qos_policy and recovery_schedule_config_policy
  • Loading branch information
the-akhil-nair authored Oct 24, 2024
2 parents d95d353 + 63c7fb5 commit 4fd410a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/common/recovery_schedule_config_policy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion tests/common/vnic_fc_qos_policy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4fd410a

Please sign in to comment.