diff options
author | Eddy Hautot <eh552t@intl.att.com> | 2018-03-05 12:53:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-05 12:53:44 +0000 |
commit | c1006c29c8d9566f7157e84891abb69190ae2efb (patch) | |
tree | dfc10cce1123d7cd902e03b55e52a1319efc81c2 /src/test/resources/clds/templates/op-eNodeB-recipe.json | |
parent | 356fc5f8f9f0b075fba54da19df2de0fb9c0c69f (diff) | |
parent | 912e5e9201bf60169ad39686ba5bd9d9bc6e3579 (diff) |
Merge "Rework configuration"
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": "" + } + ] +} |