Skip to content

Commit

Permalink
Added issue Init a failed controller #13 testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
ralequi committed Apr 27, 2023
1 parent 5ab025e commit b5c841e
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
40 changes: 40 additions & 0 deletions tests/datatest/controllerSet/test03/_show_J.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"Controllers": [
{
"Command Status": {
"CLI Version": "007.2309.0000.0000 Sep 16, 2022",
"Operating system": "Linux 5.4.0-99-generic",
"Controller": 0,
"Status": "Failure",
"Description": "None",
"Detailed Status": [
{
"Ctrl": 0,
"Status": "Failed",
"ErrCd": 59,
"ErrMsg": "Incomplete foreign configuration"
}
]
},
"Response Data": {
"Number of Controllers": 1,
"Host Name": "ubuntu20-cuda",
"Operating System ": "Linux 5.4.0-99-generic",
"StoreLib IT Version": "07.2400.0200.0100",
"StoreLib IR3 Version": "16.14-0",
"IT System Overview": [
{
"Ctl": 0,
"Model": "HBA 9400-16i",
"AdapterType": " SAS3416(B0)",
"VendId": 4096,
"DevId": 172,
"SubVendId": 4096,
"SubDevId": 12288,
"PCI Address": "00:3b:00:00"
}
]
}
}
]
}
5 changes: 5 additions & 0 deletions tests/datatest/controllerSet/test03/device.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"Controller_ids": [
0
]
}

0 comments on commit b5c841e

Please sign in to comment.