diff options
author | kishore <kk707x@att.com> | 2017-10-03 11:12:57 -0500 |
---|---|---|
committer | kishore <kk707x@att.com> | 2017-10-03 12:30:44 -0500 |
commit | 6eebdba780e945a2c8b318897dca9b4f09fa132d (patch) | |
tree | b3ccf355d06a8d3537072633642b6b623b947565 /test/csit/tests/portal/testsuites/portal.template | |
parent | 60032a5529c26de6d9c24b3b1f4806f1188c51ce (diff) |
Add updated scripts
Issue-ID:PORTAL-53
Signed-off-by: kishore <kk707x@att.com>
Change-Id: I8a6d65877bbdeee196b187d60af3d0600ea4209f
Diffstat (limited to 'test/csit/tests/portal/testsuites/portal.template')
-rw-r--r-- | test/csit/tests/portal/testsuites/portal.template | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/test/csit/tests/portal/testsuites/portal.template b/test/csit/tests/portal/testsuites/portal.template new file mode 100644 index 000000000..57a3b798b --- /dev/null +++ b/test/csit/tests/portal/testsuites/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"] +} +} |