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
6f04c462
Commit
6f04c462
authored
Sep 19, 2019
by
Elian Kraja
Browse files
Fixing bug
#45
parent
d214a6e0
Changes
43
Hide whitespace changes
Inline
Side-by-side
SOL003/VNFPerformanceManagement-API/IndividualSubscription.robot
View file @
6f04c462
*** Settings ***
Library
JSONSchemaLibrary
schemas/
Resource
environment/variables.txt
# Generic Parameters
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
ssl_verify=false
Library
OperatingSystem
Library
JSONLibrary
Resource
environment/individualSubscription.txt
...
...
SOL003/VNFPerformanceManagement-API/IndividualThreshold.robot
View file @
6f04c462
...
...
@@ -2,7 +2,7 @@
Library
JSONSchemaLibrary
schemas/
Resource
environment/variables.txt
# Generic Parameters
Library
JSONLibrary
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
ssl_verify=false
Library
OperatingSystem
Resource
environment/individualThresholds.txt
...
...
SOL003/VNFPerformanceManagement-API/PMJobs.robot
View file @
6f04c462
...
...
@@ -4,7 +4,7 @@ Resource environment/variables.txt # Generic Parameters
Library
JSONLibrary
Library
OperatingSystem
Resource
environment/pmJobs.txt
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
ssl_verify=false
Library
MockServerLibrary
*** Test Cases ***
...
...
SOL003/VNFPerformanceManagement-API/Subscriptions.robot
View file @
6f04c462
*** Settings ***
Library
JSONSchemaLibrary
schemas/
Resource
environment/variables.txt
# Generic Parameters
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
ssl_verify=false
Library
OperatingSystem
Library
JSONLibrary
Resource
VNFPerformanceManagementKeywords.robot
...
...
SOL003/VNFPerformanceManagement-API/Thresholds.robot
View file @
6f04c462
...
...
@@ -2,7 +2,7 @@
Library
JSONSchemaLibrary
schemas/
Resource
environment/variables.txt
# Generic Parameters
Library
JSONLibrary
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
ssl_verify=false
Resource
environment/thresholds.txt
Library
OperatingSystem
...
...
SOL005/NSDManagement-API/IndividualNSDescriptor.robot
View file @
6f04c462
...
...
@@ -6,7 +6,7 @@ Resource environment/nsDescriptors.txt # Specific nsDescriptors Para
Resource
NSDManagementKeywords.robot
Library
OperatingSystem
Library
JSONLibrary
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
ssl_verify=false
Library
JSONSchemaLibrary
schemas/
*** Test Cases ***
...
...
SOL005/NSDManagement-API/IndividualPnfDescriptor.robot
View file @
6f04c462
...
...
@@ -5,7 +5,7 @@ Resource environment/variables.txt # Generic Parameters
Resource
environment/pnfDescriptors.txt
# Specific nsDescriptors Parameters
Resource
NSDManagementKeywords.robot
Library
JSONLibrary
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
ssl_verify=false
Library
OperatingSystem
*** Test Cases ***
...
...
SOL005/NSDManagement-API/IndividualSubscription.robot
View file @
6f04c462
...
...
@@ -5,7 +5,7 @@ Resource environment/individualSubscription.txt
Resource
NSDManagementKeywords.robot
Library
OperatingSystem
Library
JSONLibrary
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
ssl_verify=false
*** Test Cases ***
GET Individual NSD Management Subscription
...
...
SOL005/NSDManagement-API/NSDContent.robot
View file @
6f04c462
...
...
@@ -5,7 +5,7 @@ Resource environment/variables.txt # Generic Parameters
Resource
environment/nsDescriptors.txt
# Specific nsDescriptors Parameters
Resource
NSDManagementKeywords.robot
Library
JSONLibrary
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
ssl_verify=false
Library
OperatingSystem
*** Test Cases ***
...
...
SOL005/NSDManagement-API/PNFDescriptors.robot
View file @
6f04c462
...
...
@@ -5,7 +5,7 @@ Resource environment/variables.txt # Generic Parameters
Resource
environment/pnfDescriptors.txt
# Specific nsDescriptors Parameters
Resource
NSDManagementKeywords.robot
Library
JSONLibrary
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
ssl_verify=false
Library
OperatingSystem
*** Test Cases ***
...
...
SOL005/NSPerformanceManagement-API/IndividualPmJob.robot
View file @
6f04c462
...
...
@@ -4,7 +4,7 @@ Resource environment/variables.txt # Generic Parameters
Library
JSONLibrary
Resource
environment/IndividualPmJob.txt
Resource
NSPerformanceManagementKeywords.robot
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
ssl_verify=false
*** Test Cases ***
GET individual NS Performance Job
...
...
SOL005/NSPerformanceManagement-API/IndividualReport.robot
View file @
6f04c462
...
...
@@ -4,7 +4,7 @@ Resource environment/variables.txt # Generic Parameters
Resource
environment/reports.txt
Resource
NSPerformanceManagementKeywords.robot
Library
JSONLibrary
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
ssl_verify=false
*** Test Cases ***
Get Individual Performance Report
...
...
SOL005/NSPerformanceManagement-API/IndividualSubscription.robot
View file @
6f04c462
...
...
@@ -5,7 +5,7 @@ Documentation This resource represents an individual subscription for notifi
Library
JSONSchemaLibrary
schemas/
Resource
environment/variables.txt
# Generic Parameters
Resource
NSPerformanceManagementKeywords.robot
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
ssl_verify=false
Library
OperatingSystem
Library
JSONLibrary
Resource
environment/individualSubscription.txt
...
...
SOL005/NSPerformanceManagement-API/IndividualThreshold.robot
View file @
6f04c462
...
...
@@ -4,7 +4,7 @@ Library JSONSchemaLibrary schemas/
Resource
environment/variables.txt
# Generic Parameters
Resource
NSPerformanceManagementKeywords.robot
Library
JSONLibrary
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
ssl_verify=false
Library
OperatingSystem
Resource
environment/individualThresholds.txt
...
...
SOL005/NSPerformanceManagement-API/PMJobs.robot
View file @
6f04c462
...
...
@@ -5,7 +5,7 @@ Resource NSPerformanceManagementKeywords.robot
Library
JSONLibrary
Library
OperatingSystem
Resource
environment/pmJobs.txt
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
ssl_verify=false
Library
MockServerLibrary
*** Test Cases ***
...
...
SOL005/NSPerformanceManagement-API/Thresholds.robot
View file @
6f04c462
...
...
@@ -4,7 +4,7 @@ Library JSONSchemaLibrary schemas/
Resource
environment/variables.txt
# Generic Parameters
Resource
NSPerformanceManagementKeywords.robot
Library
JSONLibrary
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
ssl_verify=false
Resource
environment/thresholds.txt
Library
OperatingSystem
...
...
SOL005/VNFPackageManagement-API/IndividualSubscription.robot
View file @
6f04c462
...
...
@@ -5,7 +5,7 @@ Resource environment/individualSubscription.txt
Resource
VNFPackageManagementKeywords.robot
Library
OperatingSystem
Library
JSONLibrary
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
ssl_verify=false
*** Test Cases ***
GET Individual VNF Package Subscription
...
...
SOL005/VNFPackageManagement-API/IndividualVNFPackage.robot
View file @
6f04c462
...
...
@@ -4,7 +4,7 @@ Resource environment/variables.txt # Generic Parameters
Resource
environment/individualVnfPackage.txt
Resource
VNFPackageManagementKeywords.robot
Library
JSONLibrary
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
ssl_verify=false
*** Test Cases ***
GET Individual VNF Package
...
...
SOL005/VNFPackageManagement-API/VNFDInIndividualVNFPackage.robot
View file @
6f04c462
...
...
@@ -4,7 +4,7 @@ Resource environment/variables.txt # Generic Parameters
Resource
environment/vnfdInIndividualVnfPackage.txt
Resource
VNFPackageManagementKeywords.robot
Library
JSONLibrary
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
ssl_verify=false
*** Test Cases ***
Get single file VNFD in Individual VNF Package in Plain Format
...
...
SOL005/VNFPackageManagement-API/VNFPackageArtifacts.robot
View file @
6f04c462
...
...
@@ -4,7 +4,7 @@ Resource environment/variables.txt # Generic Parameters
Resource
environment/vnfPackageArtifacts.txt
Resource
VNFPackageManagementKeywords.robot
Library
JSONLibrary
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
Library
REST
${NFVO_SCHEMA}
://
${NFVO_HOST}
:
${NFVO_PORT}
ssl_verify=false
*** Test Cases ***
GET Individual VNF Package Artifact
...
...
Prev
1
2
3
Next
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