diff options
Diffstat (limited to 'src/test/resources/clds/templates/op-eNodeB-recipe.json')
-rw-r--r-- | src/test/resources/clds/templates/op-eNodeB-recipe.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/src/test/resources/clds/templates/op-eNodeB-recipe.json b/src/test/resources/clds/templates/op-eNodeB-recipe.json new file mode 100644 index 000000000..7098987a2 --- /dev/null +++ b/src/test/resources/clds/templates/op-eNodeB-recipe.json @@ -0,0 +1,44 @@ +{ + "eNodeBRecipes": [ + { + "Actor": "AOTS", + "Recipe": "checkENodeBTicketHours", + "ParentPolicy": "", + "PPConditions": "", + "Retry": "0", + "TimeLimit": "120" + }, + { + "Actor": "AOTS", + "Recipe": "checkEquipmentStatus", + "ParentPolicy": "checkENodeBTicketHours", + "PPConditions": "Success", + "Retry": "0", + "TimeLimit": "120" + }, + { + "Actor": "AOTS", + "Recipe": "checkEimStatus", + "ParentPolicy": "checkEquipmentStatus", + "PPConditions": "Success", + "Retry": "0", + "TimeLimit": "120" + }, + { + "Actor": "AOTS", + "Recipe": "checkMaintenanceWindow", + "ParentPolicy": "checkEimStatus", + "PPConditions": "Success", + "Retry": "0", + "TimeLimit": "120" + }, + { + "Actor": "SDNR", + "Recipe": "Reset", + "ParentPolicy": "checkMaintenanceWindow", + "PPConditions": "Success", + "Retry": "", + "TimeLimit": "" + } + ] +} |