aboutsummaryrefslogtreecommitdiffstats
path: root/tests/optf-cmso/cmso/resources/assets/templates/FailureCasesChangeManagement/OneVnfOneChangeWindowEmptyScheduleName.json.template
diff options
context:
space:
mode:
authorJerry Flood <jflood@att.com>2019-06-03 21:34:09 -0400
committerJerry Flood <jflood@att.com>2019-06-04 07:06:24 -0400
commit4412d8e365bf7c3485eb5b90ba20d913797b6000 (patch)
treecc1728d7b32bd24763e0c753e05bd1acf412e750 /tests/optf-cmso/cmso/resources/assets/templates/FailureCasesChangeManagement/OneVnfOneChangeWindowEmptyScheduleName.json.template
parentfffb18083b967e82c2dcb746a1fd51961500ddbe (diff)
Remove obsolete files for optf/cmso
Issue-ID: OPTFRA-517 Change-Id: I34adbe4284c39041c44b70fce9677e9a64f5b3da Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'tests/optf-cmso/cmso/resources/assets/templates/FailureCasesChangeManagement/OneVnfOneChangeWindowEmptyScheduleName.json.template')
-rw-r--r--tests/optf-cmso/cmso/resources/assets/templates/FailureCasesChangeManagement/OneVnfOneChangeWindowEmptyScheduleName.json.template30
1 files changed, 0 insertions, 30 deletions
diff --git a/tests/optf-cmso/cmso/resources/assets/templates/FailureCasesChangeManagement/OneVnfOneChangeWindowEmptyScheduleName.json.template b/tests/optf-cmso/cmso/resources/assets/templates/FailureCasesChangeManagement/OneVnfOneChangeWindowEmptyScheduleName.json.template
deleted file mode 100644
index 9d827bd5..00000000
--- a/tests/optf-cmso/cmso/resources/assets/templates/FailureCasesChangeManagement/OneVnfOneChangeWindowEmptyScheduleName.json.template
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "domain" : "ChangeManagement",
- "scheduleId" : "${uuid}",
- "scheduleName" : "",
- "userId" : "${userId}",
- "domainData" : [{
- "CallbackUrl" : "${callbackUrl}",
- "CallbackData" : "${callbackData}",
- "WorkflowName" : "Replace"
- }
- ],
- "schedulingInfo" : {
- "normalDurationInSeconds" : 100,
- "additionalDurationInSeconds" : 10,
- "concurrencyLimit" : 10,
- "policyId" : "SNIRO.TimeLimitAndVerticalTopology",
- "vnfDetails" : [{
- "groupId" : "",
- "node" : [
- "ZRDM1MMSC04${testid}"
- ],
- "changeWindow" : [{
- "startTime" : "${start_time1}",
- "endTime" : "${end_time1}"
- }
- ]
- }
- ]
- }
-}