Skip to content

Commit

Permalink
adding polarion Id for VirtualMachineCRCErrors test
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmad Hafe <ahafe@redhat.com>
  • Loading branch information
Ahmad-Hafe committed Nov 23, 2023
1 parent b6e57f8 commit e9eb309
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 e9eb309

Please sign in to comment.