diff options
author | Daniel Rose <dr695h@att.com> | 2018-08-27 21:40:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-27 21:40:58 +0000 |
commit | 216cf70376974e9e1e1434a55537b0c28bbbe7fc (patch) | |
tree | 407f643d88af37f44fa513559d232226468146a7 /robot/assets/templates | |
parent | 48a1ab8d1cf0167058bb28a6a09ef6481dcea2d5 (diff) | |
parent | dadbef3c86836c8102a4aa720f8a71bcd440c556 (diff) |
Merge "Adding Portal CSIT test cases"
Diffstat (limited to 'robot/assets/templates')
-rw-r--r-- | robot/assets/templates/portal-sdk/portal.template | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/robot/assets/templates/portal-sdk/portal.template b/robot/assets/templates/portal-sdk/portal.template new file mode 100644 index 00000000..57a3b798 --- /dev/null +++ b/robot/assets/templates/portal-sdk/portal.template @@ -0,0 +1,34 @@ +{ +"application" : "${jira_id}", +"event" : { +"body" : { +"ticketStatePhrase" : "We recently detected a problem with the equipment at your site. The event is in queue for immediate work.", +"ivrNotificationFlag" : "1", +"expectedRestoreDate" : 0, +"bridgeTransport" : "AOTS", +"reptRequestType" : 0, +"ticketNum" : "PORTAL-104", +"assetID" : "JIRA notification from demo", +"eventAbstract" : "This is the place to enter notification contents!!! ", +"severity" : "2 - Major", +"ticketPriority" : "3", +"reportedCustomerImpact" : 0, +"testAutoIndicator" : 0, +"supportGroupName" : "US-TEST-ORT", +"messageGroup" : "SNMP", +"csi" : 0, +"mfabRestoredTime" : 0 +}, +"header" : { +"timestamp" : "2017-04-10T14:35:05.219+0000", +"eventSource" : "JIRA", +"entityId" : "000002000857405", +"sequenceNumber" : 2 +}, +"blinkMsgId" : "f38c071e-1a47-4b55-9e72-1db830100a61", +"sourceIP" : "130.4.165.158" +}, +"SubscriberInfo" : { +"UserList" : ["demo"] +} +} |