blob: a39e04e53523b120a98997b77ed1f5ee4027b1f1 [file] [log] [blame]
{
"constants": {
"phase": "PROTO"
},
"options": {
"phase": "eval! constants.phase"
},
"definitions": {
"FactoryTest": {
"inherit": "FactoryTest"
},
"FlattenGroup": {
"inherit": "FlattenGroup"
},
"FullRebootStep": {
"inherit": "ShutdownStep",
"label": "Full Reboot",
"args": {
"operation": "full_reboot"
}
},
"HaltStep": {
"inherit": "ShutdownStep",
"label": "Halt",
"args": {
"operation": "halt"
}
},
"RebootStep": {
"inherit": "ShutdownStep",
"label": "Reboot",
"args": {
"operation": "reboot"
}
},
"ShutdownStep": {
"inherit": "ShutdownStep"
},
"TestGroup": {
"inherit": "TestGroup"
}
}
}