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

Rename configuration files; Bug fixed for ServiceOperationType in case of Subscribe

parent 9ec7703e
Loading
Loading
Loading
Loading
+35 −2
Original line number Original line Diff line number Diff line
@@ -241,7 +241,7 @@ 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
# Check that the IUT responds with an HTTP 200 OK Acknowledgment response when receiving a subscription for VesselService
#AtsCise_TestCases.TC_CDM_NODE_EI_NA_SUB_BV_01
#AtsCise_TestCases.TC_CDM_NODE_EI_NA_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
# 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_EI_NA_SUB_BO_01
#AtsCise_TestCases.TC_CDM_NODE_EI_NA_SUB_BO_01


# Check that the IUT sends a request of subcribers list for ActionService when triggered
# Check that the IUT sends a request of subcribers list for ActionService when triggered
#AtsCise_TestCases.TC_CDM_NODE_EI_NA_SUB_BV_02
#AtsCise_TestCases.TC_CDM_NODE_EI_NA_SUB_BV_02
@@ -274,7 +274,7 @@ AtsCise_TestCases.TC_CDM_NODE_EI_NA_SUB_BO_01
#AtsCise_TestCases.TC_CDM_NODE_EI_NA_SUB_BV_11
#AtsCise_TestCases.TC_CDM_NODE_EI_NA_SUB_BV_11


# Check that the IUT responds with an HTTP 200 OK Acknowledgment response when receiving a request of subcribers list for VesselService
# 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_EI_NA_SUB_LOOK_BV_01_01
AtsCise_TestCases.TC_CDM_NODE_EI_NA_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
# 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_EI_NA_SUB_LOOK_BV_01_02
#AtsCise_TestCases.TC_CDM_NODE_EI_NA_SUB_LOOK_BV_01_02


@@ -420,6 +420,39 @@ AtsCise_TestCases.TC_CDM_NODE_EI_NA_SUB_BO_01
# Check that the IUT sends a PullRequest for ActionService when triggered
# Check that the IUT sends a PullRequest for ActionService when triggered
#AtsCise_TestCases.TC_CDM_ADAPTOR_PULL_REQUEST_BV_02
#AtsCise_TestCases.TC_CDM_ADAPTOR_PULL_REQUEST_BV_02


# Check that the IUT sends a PullRequest for AnomalyService when triggered
#AtsCise_TestCases.TC_CDM_ADAPTOR_PULL_REQUEST_BV_03

# Check that the IUT sends a PullRequest for CertificateDocumentService when triggered
#AtsCise_TestCases.TC_CDM_ADAPTOR_PULL_REQUEST_BV_04

# Check that the IUT sends a PullRequest for IncidentService when triggered
#AtsCise_TestCases.TC_CDM_ADAPTOR_PULL_REQUEST_BV_05

# Check that the IUT sends a PullRequest for IrregularMigrationIncident when triggered
#AtsCise_TestCases.TC_CDM_ADAPTOR_PULL_REQUEST_BV_06

# Check that the IUT sends a PullRequest for LawInfringementIncident when triggered
#AtsCise_TestCases.TC_CDM_ADAPTOR_PULL_REQUEST_BV_07

# Check that the IUT sends a PullRequest for MeteoOceanographicConditionService when triggered
#AtsCise_TestCases.TC_CDM_ADAPTOR_PULL_REQUEST_BV_08

# Check that the IUT sends a PullRequest for OrganizationService when triggered
#AtsCise_TestCases.TC_CDM_ADAPTOR_PULL_REQUEST_BV_09

# Check that the IUT sends a PullRequest for RiskService when triggered
#AtsCise_TestCases.TC_CDM_ADAPTOR_PULL_REQUEST_BV_10

# Check that the IUT sends a PullRequest for CargoService when triggered
#AtsCise_TestCases.TC_CDM_ADAPTOR_PULL_REQUEST_BV_11

# Check that the IUT sends a PullRequest for VesselService discovery when triggered
#AtsCise_TestCases.TC_CDM_ADAPTOR_PULL_DISC_BV_01






## security
## security
# Check that the IUT responds with an HTTP 200 OK Acknowledgment with Success when it receives a sign message
# Check that the IUT responds with an HTTP 200 OK Acknowledgment with Success when it receives a sign message
Original line number Original line Diff line number Diff line
Subproject commit f69933a762635155275283e4f8594f0f3aff9a24
Subproject commit 6901c1c381950f308d2b1643e90757248ae99eab
+124 −108

File changed.

Preview size limit exceeded, changes collapsed.

+12 −12
Original line number Original line Diff line number Diff line
@@ -362,10 +362,6 @@ module LibCise_TypesAndValues {
        variant (longitude) "name as capitalized";
        variant (longitude) "name as capitalized";
      }
      }


    } with {
      encode "JSON";
    } // End of group json_encoded

      type record UtTrigger {
      type record UtTrigger {
        charstring message_id,
        charstring message_id,
        charstring context_id,
        charstring context_id,
@@ -378,6 +374,10 @@ module LibCise_TypesAndValues {
        UtDescription desc
        UtDescription desc
      } // End of type UtTrigger
      } // End of type UtTrigger


    } with {
      encode "JSON";
    } // End of group json_encoded

  } // End of group utPrimitives
  } // End of group utPrimitives


} // End of module LibCise_TypesAndValues
} // End of module LibCise_TypesAndValues