Commit 83924fee authored by Yann Garcia's avatar Yann Garcia
Browse files

Finalyze Node I1 TCs

parent db6ecc3a
Loading
Loading
Loading
Loading
+1743 −153

File changed.

Preview size limit exceeded, changes collapsed.

+29 −23
Original line number Original line Diff line number Diff line
@@ -2,30 +2,34 @@ Package CISE_Common {
  
  
  Domain {
  Domain {
    pics:
    pics:
      - PICS_IUT_CDM_NODE         // Set to true if the IUT is acting as a CISE node
      - IUT_CDM_NODE         // Set to true if the IUT is acting as a CISE node
      - PICS_IUT_CDM_ADAPTOR      // Set to true if the IUT is acting as a CISE adaptor
      - IUT_CDM_ADAPTOR      // Set to true if the IUT is acting as a CISE adaptor
      - PICS_CDM_PULL_REQUEST     // Set to true if the IUT supports PullRequest
      - CDM_PULL_REQUEST     // Set to true if the IUT supports PullRequest
      - PICS_CISE_SHA1            // Set to true if signature with SHA-1 is supported
      - CDM_PUSH_REQUEST
      - PICS_CISE_SHA256          // Set to true if signature with SHA-256 is supported
      - CDM_SUBSCRIBE_REQUEST
      - PICS_CISE_SHA384          // Set to true if signature with SHA-384 is supported
      - CDM_FEEDBACK_REQUEST
      - PICS_CDM_VESSEL_SERVICE   // Set to true if Vessel service is supported by the ServiceRegistry
      - CISE_SHA1            // Set to true if signature with SHA-1 is supported
      - PICS_CDM_ACTION_SERVICE   // Set to true if Action service is supported by the ServiceRegistry
      - CISE_SHA256          // Set to true if signature with SHA-256 is supported
      - PICS_CDM_ANOMALY_SERVICE  // Set to true if Anomaly service is supported by the ServiceRegistry
      - CISE_SHA384          // Set to true if signature with SHA-384 is supported
      - PICS_CDM_CERTIFICATE_DOCUMENT_SERVICE // Set to true if Document service is supported by the ServiceRegistry
      - CDM_VESSEL_SERVICE   // Set to true if Vessel service is supported by the ServiceRegistry
      - PICS_CDM_INCIDENT_SERVICE // Set to true if Document service is supported by the ServiceRegistry
      - CDM_ACTION_SERVICE   // Set to true if Action service is supported by the ServiceRegistry
      - PICS_CDM_METEO_SERVICE    // Set to true if MeteoCondition service is supported by the ServiceRegistry
      - CDM_ANOMALY_SERVICE  // Set to true if Anomaly service is supported by the ServiceRegistry
      - PICS_CDM_ORGANIZATION_SERVICE
      - CDM_CERTIFICATE_DOCUMENT_SERVICE // Set to true if Document service is supported by the ServiceRegistry
      - PICS_CDM_IRREGULAR_MIGRATION_INCIDENT_SERVICE
      - CDM_INCIDENT_SERVICE // Set to true if Document service is supported by the ServiceRegistry
      - PICS_CDM_LAW_INFRINGEMENT_INCIDENT_SERVICE
      - CDM_METEO_SERVICE    // Set to true if MeteoCondition service is supported by the ServiceRegistry
      - PICS_CDM_RISK_SERVICE     // Set to true if Risk service is supported by the ServiceRegistry
      - CDM_ORGANIZATION_SERVICE
      - PICS_CDM_CARGO_SERVICE    // Set to true if Cargo service is supported by the ServiceRegistry
      - CDM_IRREGULAR_MIGRATION_INCIDENT_SERVICE
      - CDM_LAW_INFRINGEMENT_INCIDENT_SERVICE
      - CDM_RISK_SERVICE     // Set to true if Risk service is supported by the ServiceRegistry
      - CDM_CARGO_SERVICE    // Set to true if Cargo service is supported by the ServiceRegistry
      // TODO Add PICS for other services
      // TODO Add PICS for other services
      - PICS_CDM_FILTERING         // Set to true if filtering in PullRequest is supported
      - CDM_FILTERING         // Set to true if filtering in PullRequest is supported
      - PICS_ROOT_API              // CISE root API URL
      - ROOT_API              // CISE root API URL
    ;
    ;


    entities: // ETSI GS CDM 004 V1.0.0  Clause 5.1 Overview
    entities: // ETSI GS CDM 004 V1.0.0  Clause 5.1 Overview
      - NODE             // CISE Node as IUT
      - NODE             // CISE Node as IUT
      - GATEWAY_PROVIDER // A GATEWAY_PROVIDER accessible from secured network
      - ADAPTER          // CISE LIS Adapter as IUT
      - ADAPTER          // CISE LIS Adapter as IUT
      - NETWORK          // CISE NETWORK
      - NETWORK          // CISE NETWORK
      - IUT              // Implementation under test
      - IUT              // Implementation under test
@@ -39,6 +43,7 @@ Package CISE_Common {
      - sends             // component sends an HTTP response
      - sends             // component sends an HTTP response
      - sendsBeforeResponseTimerExpiry
      - sendsBeforeResponseTimerExpiry
      - having
      - having
      - havingReceived
      - isInIdleState     // component is in its idle state
      - isInIdleState     // component is in its idle state
      - havingRegistered
      - havingRegistered
      - isTriggeredToSend
      - isTriggeredToSend
@@ -193,6 +198,7 @@ Package CISE_Common {
    STRING URI_SUBSCRIBE_POST;    // TODO
    STRING URI_SUBSCRIBE_POST;    // TODO
    STRING URI_UNSUBSCRIBE_POST;  // TODO
    STRING URI_UNSUBSCRIBE_POST;  // TODO
    STRING URI_NOTIFY_POST;       // TODO
    STRING URI_NOTIFY_POST;       // TODO
    STRING URI_FEEDBACK_POST;       // TODO


    // Timers
    // Timers
    Integer RESPONSE_TIMEOUT;     // Response timeout
    Integer RESPONSE_TIMEOUT;     // Response timeout