Commit d94d3366 authored by Yann Garcia's avatar Yann Garcia
Browse files

Finalyze Subscriber TCs

parent f841a1a8
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -148,6 +148,21 @@ system.utPort.params := "HTTP(codecs=xml:xml_codec;json:json_codec)/TCP(debug=1,

# Check that the IUT responds with an HTTP 200 OK Acknowledgment response when receiving a subscription for VesselService
AtsCise_TestCases.TC_CDM_NODE_SUB_BV_01
# Check that the IUT responds with an HTTP 200 OK Acknowledgment response and an error code when receiving a subscription ending in past
#AtsCise_TestCases.TC_CDM_NODE_SUB_BO_01

# Check that the IUT responds with an HTTP 200 OK Acknowledgment response when receiving a request of subcribers list for VesselService
#AtsCise_TestCases.TC_CDM_NODE_SUB_LOOK_BV_01_01
# Check that the IUT responds with an HTTP 200 OK Acknowledgment response with an empty list when no subscription was done for VesselService
#AtsCise_TestCases.TC_CDM_NODE_SUB_LOOK_BV_01_02

# Check that the IUT responds with an HTTP 200 OK Acknowledgment response when receiving a request to delete subscription for VesselService
#AtsCise_TestCases.TC_CDM_NODE_SUB_DELETE_BV_01_01
# Check that the IUT responds with an HTTP 200 OK Acknowledgment response with an error code when receiving a request to delete an unknown subscription for VesselService
#AtsCise_TestCases.TC_CDM_NODE_SUB_DELETE_BV_01_02

#Check that the IUT responds with an HTTP 200 OK Acknowledgment response when receiving a Push for notification for VesselService
#AtsCise_TestCases.TC_CDM_NODE_PUSH_NOT_BV_01

## cise_node_i2
# Check that the IUT sends a PullRequest to the GatewayProvider when receiving a PullRequest for a VesselService
+933 −165

File changed.

Preview size limit exceeded, changes collapsed.

+2 −0
Original line number Diff line number Diff line
@@ -75,6 +75,8 @@ module LibCise_Pics {
   */
  modulepar charstring PICS_PULL_RESPONSE_URI := "api/messages";

  modulepar charstring PICS_PUSH_REQUEST_URI := "api/subscribes";

  modulepar charstring PICS_CISE_ADAPTOR_URI := "/api/v1/messages";

  /**