Skip to content
Snippets Groups Projects
Commit 5b348935 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fix for issue #121 in SOL002-VNFPerformance-API

parent 1c8f22e3
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 37 deletions
......@@ -2,7 +2,6 @@
Library JSONSchemaLibrary schemas/
Resource environment/variables.txt # Generic Parameters
Library JSONLibrary
Resource environment/IndividualPmJob.txt
Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT} ssl_verify=false
Library OperatingSystem
Library DependencyLibrary
......
*** Settings ***
Library JSONSchemaLibrary schemas/
Resource environment/variables.txt # Generic Parameters
Resource environment/reports.txt
Library JSONLibrary
Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT} ssl_verify=false
......
......@@ -4,7 +4,6 @@ Resource environment/variables.txt # Generic Parameters
Library JSONLibrary
Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT} ssl_verify=false
Library OperatingSystem
Resource environment/individualThresholds.txt
*** Test Cases ***
GET Individual Threshold
......
......@@ -4,7 +4,6 @@ Resource environment/variables.txt # Generic Parameters
Library JSONLibrary
Library OperatingSystem
Library String
Resource environment/pmJobs.txt
Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT} ssl_verify=false
*** Test Cases ***
......
......@@ -4,7 +4,6 @@ Resource environment/variables.txt # Generic Parameters
Library JSONLibrary
Library String
Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT} ssl_verify=false
Resource environment/thresholds.txt
Library OperatingSystem
*** Test Cases ***
......
*** Variables ***
${pmJobId} 29f4ff6a-be91-4ec8-856e-fcf1e2479e4e
${erroneousPmJobId} erroneousPmJobId
${newPmJobId} newPmJobId
${response}= httpresponse
${OrigResponse}= httpresponse
*** Variables ***
${thresholdId} 1f50d68b-82e8-4deb-bd40-c934d4d1ac0a
${erroneousThresholdId} erroneousThresholdId
${newThresholdId} newThresholdId
${response}= httpresponse
${origResponse}= httpresponse
\ No newline at end of file
*** Settings ***
Resource variables.txt # Generic Parameters
*** Variables ***
${POS_FILTER} objectInstanceIds=${objectInstanceIds}
${NEG_FILTER} criteriaPmJob=erroneousAttributeName
${fields} criteria,reports
${response}= httpresponse
${SEPERATOR} =
\ No newline at end of file
*** Variables ***
${pmJobId} 1f50d68b-82e8-4deb-bd40-c934d4d1ac0a
${reportId} 0fb4c875-e07f-46ca-a9dd-13907667a568
${erroneousReportId} erroneousReportId
${newReportId} newReportId
${response}= httpresponse
${OrigResponse}= httpresponse
*** Variables ***
${FILTER_OK} objectInstanceId=1f50d68b-82e8-4deb-bd40-c934d4d1ac0a
${FILTER_KO} criterias=erroneousFilter
${response}= httpresponse
${SEPERATOR} =
\ No newline at end of file
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