Commit c7683a3d authored by Najam UI Hassan's avatar Najam UI Hassan
Browse files

deltas for 2.7.1 SOl005 NSFM added

parent 052c2162
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ Create a new alarm subscription
    Check Operation Occurrence Id
    Check HTTP Response Body Json Schema Is  FmSubscription
  

Create a new alarm subscription - DUPLICATION
     [Documentation]    Test ID: 5.3.3.3.2
    ...    Test title: Create a new alarm subscription - DUPLICATION
@@ -286,3 +285,16 @@ Retrieve a list of alarm subscriptions with filter "filter.probableCauses"
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    FmSubscriptions
    Check PostCondition HTTP Response Body Subscriptions Matches the requested attribute-based filter "filter_probableCauses"
    
Create a new alarm subscription - Unprocessable Entity
    [Documentation]    Test ID: 5.3.3.3.22
    ...    Test title: Create a new alarm subscription- Unprocessable Entity
    ...    Test objective: The objective is to test that creation of a new Fault management alarm subscriptions fials when content type of the payload body is supported and the payload body of a request contains syntactically correct data but the data cannot be processed.
    ...    Pre-conditions: 
    ...    Reference: Clause 8.4.4.3.1 - ETSI GS NFV-SOL 005 [3] v2.7.1
    ...    Config ID: Config_prod_NFVO 
    ...    Applicability: none
    ...    Post-Conditions: none
    POST Subscription
    Check HTTP Response Status Code Is    422
    Check HTTP Response Body Json Schema Is  ProblemDetails
 No newline at end of file
+175 −172
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
      "id",
      "managedObjectId",
      "alarmRaisedTime",
    "rootCauseFaultyComponent",
      "ackState",
      "perceivedSeverity",
      "eventTime",
@@ -97,6 +96,10 @@
        "description": "Date-time stamp. Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.\n",
        "format": "date-time"
      },
      "alarmAcknowledgedTime": {
        "description": "Date-time stamp. Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.\n",
        "format": "date-time"
      },
      "ackState": {
        "description": "Acknowledgment state of the alarm. Permitted values: UNACKNOWLEDGED ACKNOWLEDGED\n",
        "type": "string",
+4 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
      "id",
      "managedObjectId",
      "alarmRaisedTime",
      "rootCauseFaultyComponent",
      "ackState",
      "perceivedSeverity",
      "eventTime",
@@ -99,6 +98,10 @@
        "description": "Date-time stamp. Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.\n",
        "format": "date-time"
      },
      "alarmAcknowledgedTime": {
        "description": "Date-time stamp. Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.\n",
        "format": "date-time"
      },
      "ackState": {
        "description": "Acknowledgment state of the alarm. Permitted values: UNACKNOWLEDGED ACKNOWLEDGED\n",
        "type": "string",