diff options
author | CHINTAMANI <sireesh.ch@in.ibm.com> | 2018-08-14 21:22:59 -0400 |
---|---|---|
committer | CHINTAMANI <sireesh.ch@in.ibm.com> | 2018-08-27 12:35:40 -0400 |
commit | dadbef3c86836c8102a4aa720f8a71bcd440c556 (patch) | |
tree | 6182d881c7e891da805ea33840cc8f8bc163d2ed /robot/assets/templates/portal-sdk/portal.template | |
parent | 052e8846150f39c1e9fa32edf9d2564d6bb44d40 (diff) |
Adding Portal CSIT test cases
Change-Id: I13dcd818851188a47e82315550fe644eee576e9e
Issue-ID: PORTAL-343
Signed-off-by: Sireesh <sireesh.ch@in.ibm.com>
Diffstat (limited to 'robot/assets/templates/portal-sdk/portal.template')
-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"] +} +} |