Skip to content
Snippets Groups Projects
Commit 433833ce authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

deleted old file

parent 14a6ebac
No related branches found
No related tags found
No related merge requests found
*** Settings ***
Library HttpLibrary.HTTP
Resource ../variables.txt
Library JSONSchemaLibrary schemas/
VNFD of an individual VNF package
Log Request that will generate a 409 Error. As prerequisite is needed a VNF Package in PROCESSING onboardingState
Create HTTP Context ${NFVO_HOST}:${NFVO_PORT} ${NFVO_SCHEMA}
Run Keyword If ${AUTH_USAGE} == 1 Set Request Header Authorization ${AUTHORIZATION}
Set Request Header Accept ${ACCEPT_PLAIN}
Set Request Header Accept ${ACCEPT_ZIP}
GET ${apiRoot}/vnfpkgm/v1/vnf_packages/${vnfPkgId_processing}/vnfd
Response Status Code Should Equal 409
Log Received 409 Conflict
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment