Commit 9c7a1243 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

reverted bad fix of issue #164 on v2.6.1

parent c2a43680
Loading
Loading
Loading
Loading
+2 −6
Original line number Original line Diff line number Diff line
@@ -16,11 +16,6 @@ Library Process
Library    String
Library    String


*** Keywords ***        
*** Keywords ***        
Setup environment
    Run Keyword If    ${NFVO_DUPLICATION} == 0    Set Tags    no-duplicated-subs    
    Run Keyword If    ${NFVO_DUPLICATION} == 1    Set Tags    duplicated-subs
    Create Sessions
        
GET all Network Service Descriptors Information
GET all Network Service Descriptors Information
    Log    The GET method queries multiple NS descriptors
    Log    The GET method queries multiple NS descriptors
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
@@ -849,6 +844,7 @@ Send Post Request for NSD Management Subscription


Send Post Request for Duplicated NSD Management Subscription
Send Post Request for Duplicated NSD Management Subscription
    Log    Trying to create a subscription with an already created content
    Log    Trying to create a subscription with an already created content
    Pass Execution If    ${NFVO_DUPLICATION} == 0    NFVO is not permitting duplication. Skipping the test
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"${AUTHORIZATION_HEADER}":"${AUTHORIZATION_TOKEN}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"${AUTHORIZATION_HEADER}":"${AUTHORIZATION_TOKEN}"}
+3 −3
Original line number Original line Diff line number Diff line
@@ -7,7 +7,7 @@ Library OperatingSystem
Library           JSONLibrary
Library           JSONLibrary
Library           Process
Library           Process
Library           REST    ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT}    ssl_verify=false
Library           REST    ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT}    ssl_verify=false
Suite Setup       Create Sessions    Create Tag
Suite Setup       Create Sessions
Suite Teardown    Terminate All Processes    kill=true
Suite Teardown    Terminate All Processes    kill=true


*** Test Cases ***
*** Test Cases ***