Skip to content

Commit

Permalink
Merge pull request kubevirt#741 from Ahmad-Hafe/add_polarion_id_for_V…
Browse files Browse the repository at this point in the history
…irtualMachineCRCErrors

adding polarion Id for VirtualMachineCRCErrors test
  • Loading branch information
kubevirt-bot authored Nov 23, 2023
2 parents b6e57f8 + e9eb309 commit 161c4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/monitoring_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ var _ = Describe("Prometheus Alerts", func() {
alertShouldNotBeActive("VirtualMachineCRCErrors")
})

It("[test_id:TODO] Should fire VirtualMachineCRCErrors when rxbounce is disabled", func() {
It("[test_id:10549] Should fire VirtualMachineCRCErrors when rxbounce is disabled", func() {
vmName := createResources(true, false)
waitForSeriesToBeDetected(fmt.Sprintf("kubevirt_ssp_vm_rbd_volume{name='%s', rxbounce_enabled='false'}", vmName))
waitForAlertToActivate("VirtualMachineCRCErrors")
Expand Down

0 comments on commit 161c4cc

Please sign in to comment.