Commit 9401feae authored by Frank Bryden's avatar Frank Bryden
Browse files

Merge branch '2.7.1-brydenf' of https://forge.etsi.org/rep/nfv/api-tests into 2.7.1-brydenf

parents 0e6b06d6 e76b8c9f
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
*** Variables ***
*** Variables ***
${callback_uri}    http://172.21.248.145
${callback_uri}    http://localhost
${callback_port}    9191
${callback_port}    9091
${callback_endpoint}    /endpoint
${callback_endpoint}    /endpoint
${callback_endpoint_fwd}    /endpoint/check
${callback_endpoint_fwd}    /endpoint/check
${callback_endpoint_error}    /endpoint_404
${callback_endpoint_error}    /endpoint_404
+1 −1
Original line number Original line Diff line number Diff line
*** Variables ***
*** Variables ***
${pmJobId}        1f50d68b-82e8-4deb-bd40-c934d4d1ac0a
${reportId}       0fb4c875-e07f-46ca-a9dd-13907667a568
${reportId}       0fb4c875-e07f-46ca-a9dd-13907667a568
${reportId}       177bc531-1fd0-4701-a3bb-8f54c3722e05
${erroneousReportId}    erroneousReportId
${erroneousReportId}    erroneousReportId
${newReportId}    newReportId
${newReportId}    newReportId
${response}=    httpresponse
${response}=    httpresponse
+3 −3
Original line number Original line Diff line number Diff line
*** Variables ***
*** Variables ***
${erroneousVnfPackageId}    erroneousVnfPackageId    # Given ID for vnfPkg not present in database
${erroneousVnfPackageId}    erroneousVnfPackageId    # Given ID for vnfPkg not present in database
${disabledVnfPackageId}    ed355ce0-6263-44d2-a4ba-bdc0f454c97d
${disabledVnfPackageId}    87a2c9d3-00ea-4032-8c67-a5106d001868
${vnfPackageId}  75b51c1c-c723-44ba-86b0-d67c82bc1025
${vnfPackageId}  788106a2-d692-44f3-a86d-384f0ce35e42
${instantiatedVnfPackageId}  	01fbfb86-0074-46e5-aa40-ef5b05f7650d
${instantiatedVnfPackageId}  0b79bab50daca910b000d4f1a2b675d604257e42
 No newline at end of file
 No newline at end of file
+1 −1
Original line number Original line Diff line number Diff line
@@ -14,7 +14,7 @@ ${apiName} vnfpkgm
${FIELD_USAGE}    1
${FIELD_USAGE}    1
${NFVO_PLAIN}     1
${NFVO_PLAIN}     1
${NFVO_FIELDS}    1
${NFVO_FIELDS}    1
${onboardingStateVnfPkgId}   fabe092e-5f61-48b7-8feb-aac1cb39da77   # The VNF Package is in CREATED onboardingState
${onboardingStateVnfPkgId}    788106a2-d692-44f3-a86d-384f0ce35e42    # The VNF Package is in CREATED onboardingState


${testOptionalMethods}    0
${testOptionalMethods}    0


+1 −1
Original line number Original line Diff line number Diff line
@@ -5,4 +5,4 @@ ${NFVO_RANGE_OK} 1 # If 1 means that Range is supported by the NFVO
${range}          bytes=0-1023
${range}          bytes=0-1023
${erroneousRange}    bytes=10000000-1000000000    # Requesting a out of range number of bytes
${erroneousRange}    bytes=10000000-1000000000    # Requesting a out of range number of bytes
${erroneousVnfPkgId}    erroneousPkgId
${erroneousVnfPkgId}    erroneousPkgId
${vnfPackageOctetStreamId}    01fbfb86-0074-46e5-aa40-ef5b05f7650d
${vnfPackageOctetStreamId}    octetStreamPkgId
 No newline at end of file
 No newline at end of file
Loading