Commit 2bee3ff8 authored by YannGarcia's avatar YannGarcia
Browse files

Review current TPs during STF#7

parent 9f9b1f1e
Loading
Loading
Loading
Loading
+1242 −1283

File changed.

Preview size limit exceeded, changes collapsed.

+5 −2
Original line number Diff line number Diff line
@@ -2,12 +2,14 @@ Package CISE_Common {
  
  Domain {
    pics:
      - PICS_IUT_NODE           // Set to true if the IUT is acting as a CISE node
      - PICS_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
      - PICS_CDM_PULL_REQUEST   // Set to true if the IUT supports PullRequest
      - PICS_CISE_SHA1          // Set to true if signature with SHA-1 is supported
      - PICS_CISE_SHA256        // Set to true if signature with SHA-256 is supported
      - PICS_CISE_SHA384        // Set to true if signature with SHA-384 is supported
      - PICS_CDM_VESSEL_SERVICE // Set to true if Vessel service is supported by the ServiceRegistry
      - PICS_CDM_CARGO_SERVICE  // Set to true if Cargo service is supported by the ServiceRegistry
      // TODO Add PICS for other services
      - PICS_CDM_FILTERING      // Set to true if filtering in PullRequest is supported
      - PICS_ROOT_API      // CISE root API URL
@@ -28,6 +30,7 @@ Package CISE_Common {
      - sends         // component sends an HTTP response
      - having
      - isInIdleState // component is in its idle state
      - isTriggeredToSend
    ;
  }