Skip to content

Commit 43e9e83

Browse files
committed
Add Storage HBA Firmware Update fix
1. Add Storage HBA Firmware Update fix 2. Remove "Storage HBA Firmware Update" from reject_test_names for vioscsi Signed-off-by: menli <menli@redhat.com>
1 parent c941fd1 commit 43e9e83

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

lib/engines/hcktest/drivers/vioscsi.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"reject_test_names": [
4444
"DF - Embedded Signature Verification Test (Certification)",
4545
"DF - Embedded Signature Verification Test (Tuning and Validation)",
46-
"Storage HBA Firmware Update",
4746
"DF - Reboot Restart with IO During (Reliability)",
4847
"Hardware-enforced Stack Protection Compatibility Test"
4948
]

lib/engines/hcktest/hcktest.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@
3535
"value": "161"
3636
}
3737
]
38+
},
39+
{
40+
"tests": [
41+
"Storage HBA Firmware Update"
42+
],
43+
"parameters": [
44+
{
45+
"name": "FirmwareImageFile",
46+
"value": "C:\\Windows\\mib.bin"
47+
}
48+
]
3849
}
3950
]
4051
}

0 commit comments

Comments
 (0)