Loading etc/AtsCise/AtsCise_Cnit.cf_ +15 −0 Original line number Diff line number Diff line Loading @@ -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 Loading ttcn/AtsCise/AtsCise_TestCases.ttcn +933 −165 File changed.Preview size limit exceeded, changes collapsed. Show changes ttcn/LibCise/ttcn/LibCise_Pics.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -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"; /** Loading Loading
etc/AtsCise/AtsCise_Cnit.cf_ +15 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
ttcn/AtsCise/AtsCise_TestCases.ttcn +933 −165 File changed.Preview size limit exceeded, changes collapsed. Show changes
ttcn/LibCise/ttcn/LibCise_Pics.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -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"; /** Loading