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
36f70db5
Commit
36f70db5
authored
Dec 13, 2018
by
Elian Kraja
Browse files
Refactoring directories. Fix on the robot files
parent
c8286333
Changes
81
Hide whitespace changes
Inline
Side-by-side
SOL002/VNFConfiguration-API/Configuration.robot
View file @
36f70db5
*** Settings ***
Resource
variables.txt
Resource
environments/
variables.txt
Library
REST
${VNF_SCHEMA}
://
${VNF_HOST}
:
${VNF_PORT}
...
spec=SOL002-VNFConfiguration-API.yaml
Library
JSONLibrary
...
...
SOL002/VNFConfiguration-API/variables.txt
→
SOL002/VNFConfiguration-API/
environment/
variables.txt
View file @
36f70db5
File moved
SOL002/VNFFaultManagement-API/Alarms.robot
View file @
36f70db5
*** Settings ***
# Suite setup Expect spec SOL003-VNFLifecycleManagement-API.yaml
Resource
variables.txt
Resource
environment/
variables.txt
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
...
spec=SOL002-VNFFaultManagement-API.yaml
Library
JSONLibrary
...
...
SOL002/VNFFaultManagement-API/EscalatePerceivedSeverityTask.robot
View file @
36f70db5
*** Settings ***
Resource
variables.txt
Resource
environment/
variables.txt
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
...
spec=SOL002-VNFFaultManagement-API.yaml
Suite setup
Check resource existance
...
...
SOL002/VNFFaultManagement-API/IndividualAlarm.robot
View file @
36f70db5
*** Settings ***
# Suite setup Expect spec SOL003-VNFLifecycleManagement-API.yaml
Resource
variables.txt
Resource
environment/
variables.txt
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
...
spec=SOL002-VNFFaultManagement-API.yaml
Library
OperatingSystem
...
...
SOL002/VNFFaultManagement-API/IndividualSubscription.robot
View file @
36f70db5
*** Settings ***
Resource
variables.txt
Resource
environment/
variables.txt
Library
JSONLibrary
Library
JSONSchemaLibrary
schemas/
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
...
...
SOL002/VNFFaultManagement-API/NotificationEndpoint.robot
View file @
36f70db5
*** Settings ***
Resource
variables.txt
Resource
environment/
variables.txt
Suite Setup
Create Sessions
Suite Teardown
Terminate All Processes
kill=true
Library
MockServerLibrary
...
...
SOL002/VNFFaultManagement-API/Subscriptions.robot
View file @
36f70db5
*** Settings ***
Resource
variables.txt
Resource
environment/
variables.txt
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
...
spec=SOL002-VNFFaultManagement-API.yaml
Library
OperatingSystem
...
...
SOL002/VNFFaultManagement-API/variables.txt
→
SOL002/VNFFaultManagement-API/
environment/
variables.txt
View file @
36f70db5
File moved
SOL002/VNFIndicatorNotification-API/VnfIndicatorNotification.robot
View file @
36f70db5
*** Setting ***
Resource
environment/variables.txt
Suite Setup
Create Sessions
Suite Teardown
Terminate All Processes
kill=true
Library
MockServerLibrary
...
...
@@ -8,12 +9,6 @@ Library BuiltIn
Library
Collections
Library
String
*** Variable ***
${callback_uri}
http://localhost
${callback_port}
9091
${callback_endpoint}
/endpoint
${callback_endpoint_error}
/endpoint_404
${sleep_interval}
20s
*** Test Cases ***
Check Notification Endpoint
...
...
SOL002/VNFIndicatorNotification-API/environment/variables.txt
0 → 100644
View file @
36f70db5
*** Variables ***
${callback_uri} http://localhost
${callback_port} 9091
${callback_endpoint} /endpoint
${callback_endpoint_error} /endpoint_404
${sleep_interval} 20s
\ No newline at end of file
SOL002/VNFLifecycleManagement-API/CancelOperationTask.robot
View file @
36f70db5
*** Settings ***
Resource
variables.txt
Resource
environment/
variables.txt
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
...
spec=SOL002-VNFLifecycleManagement-API.yaml
Library
DependencyLibrary
...
...
SOL002/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityTask.robot
View file @
36f70db5
*** Settings ***
Resource
variables.txt
Resource
environment/
variables.txt
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
...
spec=SOL003-VNFLifecycleManagement-API.yaml
Library
OperatingSystem
...
...
SOL002/VNFLifecycleManagement-API/ChangeVNFFlavourTask.robot
View file @
36f70db5
*** Settings ***
Resource
variables.txt
Resource
environment/
variables.txt
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
...
spec=SOL002-VNFLifecycleManagement-API.yaml
Library
OperatingSystem
...
...
SOL002/VNFLifecycleManagement-API/FailOperationTask.robot
View file @
36f70db5
*** Settings ***
Resource
variables.txt
Resource
environment/
variables.txt
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
...
spec=SOL002-VNFLifecycleManagement-API.yaml
Library
DependencyLibrary
...
...
SOL002/VNFLifecycleManagement-API/HealVNFTask.robot
View file @
36f70db5
*** Settings ***
Resource
variables.txt
Resource
environment/
variables.txt
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
...
spec=SOL002-VNFLifecycleManagement-API.yaml
Library
OperatingSystem
...
...
SOL002/VNFLifecycleManagement-API/IndividualSubscription.robot
View file @
36f70db5
*** Settings ***
Resource
variables.txt
Resource
environment/
variables.txt
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
...
spec=SOL003-VNFLifecycleManagement-API.yaml
Library
JSONLibrary
...
...
SOL002/VNFLifecycleManagement-API/IndividualVNFInstance.robot
View file @
36f70db5
*** Settings ***
# Suite setup Expect spec SOL003-VNFLifecycleManagement-API.yaml
Resource
variables.txt
Resource
environment/
variables.txt
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
...
spec=SOL002-VNFLifecycleManagement-API.yaml
Library
OperatingSystem
...
...
SOL002/VNFLifecycleManagement-API/IndividualVnfLcmOperationOccurence.robot
View file @
36f70db5
*** Settings ***
Resource
variables.txt
Resource
environment/
variables.txt
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
...
spec=SOL002-VNFLifecycleManagement-API.yaml
Library
JSONLibrary
...
...
SOL002/VNFLifecycleManagement-API/InstantiateVNFTask.robot
View file @
36f70db5
*** Settings ***
Resource
variables.txt
Resource
environment/
variables.txt
Library
REST
${VNFM_SCHEMA}
://
${VNFM_HOST}
:
${VNFM_PORT}
...
spec=SOL002-VNFLifecycleManagement-API.yaml
Library
DependencyLibrary
...
...
Prev
1
2
3
4
5
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