Commit ebf646f8 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed issue #181 #183

parent d3034d75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ GET Individual Subscription
    ...    Post-Conditions: none 
    Get Individual Subscription
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    Subscription
    Check HTTP Response Body Json Schema Is    subscription

PUT an individual subscription - Method not implemented
    [Documentation]    Test ID: 6.3.5.18.3
+8 −8
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ POST Create a new subscription
    ...    POST Cancel operation task
    Post Create subscription
    Check HTTP Response Status Code Is    201
    Check HTTP Response Body Json Schema Is    Subscription
    Check HTTP Response Body Json Schema Is    subscription
POST Create a new Subscription - DUPLICATION
    [Documentation]    Test ID: 6.3.5.17.2
    ...    Test title: POST Create a new subscription - DUPLICATION
@@ -35,7 +35,7 @@ POST Create a new Subscription - DUPLICATION
    ...    POST Cancel operation task
    Post Create subscription - DUPLICATION
    Check HTTP Response Status Code Is    201
    Check HTTP Response Body Json Schema Is    Subscription
    Check HTTP Response Body Json Schema Is    subscription

POST Create a new Subscription - NO-DUPLICATION
    [Documentation]    Test ID: 6.3.5.17.3
@@ -62,7 +62,7 @@ GET Subscriptions
    ...    Post-Conditions: none 
    Get subscriptions
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    Subscriptions
    Check HTTP Response Body Json Schema Is    subscriptions

GET Subscription - Filter
    [Documentation]    Test ID: 6.3.5.17.5
@@ -75,7 +75,7 @@ GET Subscription - Filter
    ...    Post-Conditions: none 
    Get subscriptions - filter
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    Subscriptions
    Check HTTP Response Body Json Schema Is    subscriptions
    
GET subscriptions - Bad Request Invalid attribute-based filtering parameters
    [Documentation]    Test ID: 6.3.5.17.6
@@ -100,7 +100,7 @@ GET subscriptions - Bad Request Invalid attribute-based filtering parameters
    ...    Post-Conditions: none 
    Get subscriptions with all_fields attribute selector
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    Subscriptions
    Check HTTP Response Body Json Schema Is    subscriptions

GET subscriptions with exclude_default attribute selector
     [Documentation]    Test ID: 6.3.5.17.8
@@ -113,7 +113,7 @@ GET subscriptions with exclude_default attribute selector
    ...    Post-Conditions: none 
    Get subscriptions with exclude_default attribute selector
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    Subscriptions
    Check HTTP Response Body Json Schema Is    subscriptions

GET subscriptions with fields attribute selector
     [Documentation]    Test ID: 6.3.5.17.9
@@ -126,7 +126,7 @@ GET subscriptions with fields attribute selector
    ...    Post-Conditions: none 
    Get subscriptions with fields attribute selector
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    Subscriptions
    Check HTTP Response Body Json Schema Is    subscriptions

GET subscriptions with exclude_fields attribute selector
     [Documentation]    Test ID: 6.3.5.17.10
@@ -139,7 +139,7 @@ GET subscriptions with exclude_fields attribute selector
    ...    Post-Conditions: none 
    Get subscriptions with exclude_fields attribute selector
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    Subscriptions
    Check HTTP Response Body Json Schema Is    subscriptions
   
PUT subscriptions - Method not implemented
    [Documentation]    Test ID: 6.3.5.17.11
+0 −7
Original line number Diff line number Diff line
{
  "filter": {
    "vnfInstanceSubscriptionFilter": {
      "vnfdIds": [
        "6fc3539c-e602-4afa-8e13-962fb5a7d81f"
      ]
    }
  },
  "callbackUri": "{callback_uri}{callback_endpoint}"
}
 No newline at end of file