Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
api-tests
Commits
433833ce
Commit
433833ce
authored
Dec 24, 2018
by
Giacomo Bernini
Browse files
deleted old file
parent
14a6ebac
Changes
1
Hide whitespace changes
Inline
Side-by-side
SOL003/VNFPackageManagement-API/SOL003-VNFPackageManagement_pending.robot
deleted
100644 → 0
View file @
14a6ebac
*** 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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment