Commit 566e0bb3 authored by Yann Garcia's avatar Yann Garcia
Browse files

Validate ullRequest/Vessel against German CISE node

parent 23122a14
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -2,12 +2,6 @@
	"folders": [
	"folders": [
		{
		{
			"path": "."
			"path": "."
		},
		{
			"path": "../../tmp/xer_decoding_issue"
		},
		{
			"path": "../cise-ais-adaptor"
		}
		}
	],
	],
	"settings": {
	"settings": {
Original line number Original line Diff line number Diff line
Subproject commit 6901c1c381950f308d2b1643e90757248ae99eab
Subproject commit 6959b8be419f3755de6f888e24bfdc8de07383a7
+8 −4
Original line number Original line Diff line number Diff line
@@ -56,7 +56,8 @@ module AtsCise_TestCases {
                                                          in template (omit) Service p_recipient,
                                                          in template (omit) Service p_recipient,
                                                          in template (omit) XmlEntityPayload p_entity_payload := omit,
                                                          in template (omit) XmlEntityPayload p_entity_payload := omit,
                                                          in template (omit) PayloadSelector p_payload_selector := omit,
                                                          in template (omit) PayloadSelector p_payload_selector := omit,
                                                          in template (value) PullRequest_1.discoveryProfiles_list p_discovery_profiles := {}
                                                          in template (value) PullRequest_1.discoveryProfiles_list p_discovery_profiles := {},
                                                          in template (present) XmlEntityPayload p_pull_response_entity_payload := ?
                                                          ) runs on CiseComponent {
                                                          ) runs on CiseComponent {
        // Local variables
        // Local variables
        var boolean v_recv_sync_ack := true;
        var boolean v_recv_sync_ack := true;
@@ -163,8 +164,11 @@ module AtsCise_TestCases {
                                                                                                                                            -, -,
                                                                                                                                            -, -,
                                                                                                                                            success,
                                                                                                                                            success,
                                                                                                                                            -, -, -,
                                                                                                                                            -, -, -,
                                                                                                                                            v_correlation_id
                                                                                                                                            v_correlation_id,
                                   )))))) -> value v_request {
                                                                                                                                            -, -,
                                                                                                                                            mw_core_entity_payload_derivations_payload(
                                                                                                                                                                                       p_pull_response_entity_payload
                                   ))))))) -> value v_request {
            tc_ac.stop;
            tc_ac.stop;
            if (not(f_verify_sign_pull_response(v_request.request.body.xml_body, ""/*v_pull_response_canonicalized*/))) {
            if (not(f_verify_sign_pull_response(v_request.request.body.xml_body, ""/*v_pull_response_canonicalized*/))) {
@@ -1202,7 +1206,7 @@ module AtsCise_TestCases {
      } // End of testcase TC_CDM_NODE_EI_NA_PULL_REQUEST_BO_01_02
      } // End of testcase TC_CDM_NODE_EI_NA_PULL_REQUEST_BO_01_02
      /**
      /**
       * @desc Check that the IUT responds with an HTTP 200 OK Acknowledgment response and an error code when receiving a PullRequest with an inconsistent Service Operation type
       * @desc Check that the IUT responds with an HTTP 200 OK Acknowledgment response and an error code when receiving a PullRequest with an unknown serviceID
       */
       */
      testcase TC_CDM_NODE_EI_NA_PULL_REQUEST_BO_01_03() runs on CiseComponent system CiseTestAdapter {
      testcase TC_CDM_NODE_EI_NA_PULL_REQUEST_BO_01_03() runs on CiseComponent system CiseTestAdapter {
        // Local variables
        // Local variables