Commit 424b5955 authored by Elian Kraja's avatar Elian Kraja
Browse files

Removing unused keywords and libraries

parent 3f0aa4d4
......@@ -5,7 +5,6 @@ Library MockServerLibrary
Library Process
Library OperatingSystem
Library BuiltIn
Library RequestsLibrary
Library Collections
Library String
......@@ -93,6 +92,5 @@ DELETE VNF Indicator Notification
Create Sessions
Start Process java -jar ../../mockserver-netty-5.3.0-jar-with-dependencies.jar -serverPort ${callback_port} alias=mockInstance
Wait For Process handle=mockInstance timeout=5s on_timeout=continue
Create Session server ${callback_uri}:${callback_port}
Create Mock Session ${callback_uri}:${callback_port}
\ No newline at end of file
......@@ -5,7 +5,6 @@ Library MockServerLibrary
Library Process
Library OperatingSystem
Library BuiltIn
Library RequestsLibrary
Library Collections
Library String
......@@ -120,5 +119,4 @@ DELETE Performance Notification
Create Sessions
Start Process java -jar ../../mockserver-netty-5.3.0-jar-with-dependencies.jar -serverPort ${callback_port} alias=mockInstance
Wait For Process handle=mockInstance timeout=5s on_timeout=continue
Create Session server ${callback_uri}:${callback_port}
Create Mock Session ${callback_uri}:${callback_port}
\ No newline at end of file
......@@ -5,7 +5,6 @@ Library MockServerLibrary
Library Process
Library OperatingSystem
Library BuiltIn
Library RequestsLibrary
Library Collections
Library String
......@@ -93,6 +92,5 @@ Delete VNF Indicator Notification
Create Sessions
Start Process java -jar ../../mockserver-netty-5.3.0-jar-with-dependencies.jar -serverPort ${callback_port} alias=mockInstance
Wait For Process handle=mockInstance timeout=5s on_timeout=continue
Create Session server ${callback_uri}:${callback_port}
Create Mock Session ${callback_uri}:${callback_port}
\ No newline at end of file
......@@ -5,7 +5,6 @@ Library MockServerLibrary
Library Process
Library OperatingSystem
Library BuiltIn
Library RequestsLibrary
Library Collections
Library String
......@@ -119,5 +118,4 @@ DELETE VNF Package Management Notification
Create Sessions
Start Process java -jar ../../mockserver-netty-5.3.0-jar-with-dependencies.jar -serverPort ${callback_port} alias=mockInstance
Wait For Process handle=mockInstance timeout=5s on_timeout=continue
Create Session server ${callback_uri}:${callback_port}
Create Mock Session ${callback_uri}:${callback_port}
\ No newline at end of file
......@@ -5,7 +5,6 @@ Library MockServerLibrary
Library Process
Library OperatingSystem
Library BuiltIn
Library RequestsLibrary
Library Collections
Library String
......@@ -66,7 +65,7 @@ Post Threshold Crossed Notification
Clear Requests ${callback_endpoint}
PostThreshold Crossed Notification Negative 404
Post Threshold Crossed Notification Negative 404
${json}= Get File schemas/ProblemDetails.schema.json
${BODY}= evaluate json.loads('''${json}''') json
Log Creating mock request and response to handleThreshold Crossed Notification to handle 404 error
......@@ -120,5 +119,4 @@ DELETE Performance Notification
Create Sessions
Start Process java -jar ../../mockserver-netty-5.3.0-jar-with-dependencies.jar -serverPort ${callback_port} alias=mockInstance
Wait For Process handle=mockInstance timeout=5s on_timeout=continue
Create Session server ${callback_uri}:${callback_port}
Create Mock Session ${callback_uri}:${callback_port}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment