aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/clds/templates/op-eNodeB-recipe.json
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-03-05 13:38:34 +0100
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-03-05 13:38:34 +0100
commit912e5e9201bf60169ad39686ba5bd9d9bc6e3579 (patch)
tree2f11bc4045218ef5d9714e607523562d32d6ab16 /src/test/resources/clds/templates/op-eNodeB-recipe.json
parent886191eea29a6a87b891d869e8b3855c95967c49 (diff)
Rework configuration
Move the JSON content from the properties file to json files for all configuration defined in clds-reference.properties Issue-ID: CLAMP-136 Change-Id: Idfb21be729d7260518756e5f585371de78d18944 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/test/resources/clds/templates/op-eNodeB-recipe.json')
-rw-r--r--src/test/resources/clds/templates/op-eNodeB-recipe.json44
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": ""
+ }
+ ]
+}