Public source validation / validate (push) Failing after 3m8s
37 lines
807 B
JSON
37 lines
807 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "array-degraded",
|
|
"name": "Array degraded fixture",
|
|
"description": "Read-only captured/simulated array membership fault.",
|
|
"initialState": {
|
|
"array": {
|
|
"status": "operational",
|
|
"missingDisks": 0
|
|
}
|
|
},
|
|
"timeline": [
|
|
{
|
|
"atSeconds": 30,
|
|
"action": "set-entity-status",
|
|
"payload": {
|
|
"entity": "fixture-array",
|
|
"status": "critical",
|
|
"facts": {
|
|
"missingDisks": 1,
|
|
"emulatedDisk": "disk3"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"expectedOutcomes": [
|
|
{
|
|
"bySeconds": 60,
|
|
"assertion": "Array and global status become critical with the missing/emulated disk reason."
|
|
},
|
|
{
|
|
"bySeconds": 60,
|
|
"assertion": "No repair/start/stop/correct action is offered."
|
|
}
|
|
]
|
|
}
|