Skip to content
Snippets Groups Projects
Commit 340acfeb authored by AHMADABB's avatar AHMADABB
Browse files

Bug Fixes SOL005

parent 39ecb40e
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@ Library REST ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT}
Library OperatingSystem
Library JSONLibrary
Library JSONSchemaLibrary schemas/
Suite Setup Check resource existance
Suite Setup Initialize System
Suite Teardown Terminate All Processes kill=true
......
......@@ -5,12 +5,12 @@ Library REST ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT}
Library OperatingSystem
Library JSONLibrary
Library JSONSchemaLibrary schemas/
Suite Setup Check resource existance
Suite Setup Initialize System
Suite Teardown Terminate All Processes kill=true
*** Test Cases ***
Instantiate Flow of NS lifecycle management operations
Check resource existance
Check resource not_instantiated
Do POST Instatiate nsInstance
Check HTTP Response Status Code Is 202
......
......@@ -9,12 +9,12 @@ Library MockServerLibrary
*** Keywords ***
Initialize System
Start Process java -jar ${MOCK_SERVER_JAR} -serverPort ${callback_port} alias=mockInstance
Start Process java -jar ../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar -serverPort ${callback_port} alias=mockInstance
Wait For Process handle=mockInstance timeout=5s on_timeout=continue
Create Mock Session ${callback_uri}:${callback_port}
Create Mock Session ${callback_uri}:${callback_port}
Check Operation Occurrence Id
${occid}= Get Value From Json ${response[0]['headers']['Location']}
${occid}= Get Value From Json ${response[0]['headers']['Location']} ${response}
Set Global Variable @{nsLcmOpOccId} ${occid}
Should Not Be Empty ${nsLcmOpOccId}
......
......@@ -5,12 +5,12 @@ Library REST ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT}
Library OperatingSystem
Library JSONLibrary
Library JSONSchemaLibrary schemas/
Suite Setup Check resource existance
Suite Setup Initialize System
Suite Teardown Terminate All Processes kill=true
*** Test Cases ***
Scale Flow of NS lifecycle management operations
Check resource existance
Check resource instantiated
Do POST scale nsInstance
Check HTTP Response Status Code Is 202
......
......@@ -5,12 +5,12 @@ Library REST ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT}
Library OperatingSystem
Library JSONLibrary
Library JSONSchemaLibrary schemas/
Suite Setup Check resource existance
Suite Setup Initialize System
Suite Teardown Terminate All Processes kill=true
*** Test Cases ***
Terminate Flow of NS lifecycle management operations
Check resource existance
Check resource instantiated
Do POST Terminate NSInstance
Check HTTP Response Status Code Is 202
......
......@@ -5,12 +5,12 @@ Library REST ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT}
Library OperatingSystem
Library JSONLibrary
Library JSONSchemaLibrary schemas/
Suite Setup Check resource existance
Suite Setup Initialize System
Suite Teardown Terminate All Processes kill=true
*** Test Cases ***
Update Flow of NS lifecycle management operations
Check resource existance
Check resource instantiated
Do POST Update NSInstance
Check HTTP Response Status Code Is 202
......
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