Loading SOL005/NSPerformanceManagement-API/ApiVersion.robot +5 −5 Original line number Original line Diff line number Diff line Loading @@ -169,35 +169,35 @@ DELETE API Version POST API Version with apiMajorVersion POST API Version with apiMajorVersion Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Accept":"${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Post ${apiRoot}/${apiName}/v1/api_version Post ${apiRoot}/${apiName}/${apiMajorVersion}/api_version ${outputResponse}= Output response ${outputResponse}= Output response Set Global Variable ${response} ${outputResponse} Set Global Variable ${response} ${outputResponse} GET API Version with apiMajorVersion GET API Version with apiMajorVersion Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Accept":"${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Get ${apiRoot}/${apiName}/v1/api_version Get ${apiRoot}/${apiName}/${apiMajorVersion}/api_version ${outputResponse}= Output response ${outputResponse}= Output response Set Global Variable ${response} ${outputResponse} Set Global Variable ${response} ${outputResponse} PUT API Version with apiMajorVersion PUT API Version with apiMajorVersion Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Accept":"${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Put ${apiRoot}/${apiName}/v1/api_version Put ${apiRoot}/${apiName}/${apiMajorVersion}/api_version ${outputResponse}= Output response ${outputResponse}= Output response Set Global Variable ${response} ${outputResponse} Set Global Variable ${response} ${outputResponse} PATCH API Version with apiMajorVersion PATCH API Version with apiMajorVersion Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Accept":"${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Patch ${apiRoot}/${apiName}/v1/api_version Patch ${apiRoot}/${apiName}/${apiMajorVersion}/api_version ${outputResponse}= Output response ${outputResponse}= Output response Set Global Variable ${response} ${outputResponse} Set Global Variable ${response} ${outputResponse} DELETE API Version with apiMajorVersion DELETE API Version with apiMajorVersion Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Accept":"${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Delete ${apiRoot}/${apiName}/v1/api_version Delete ${apiRoot}/${apiName}/${apiMajorVersion}/api_version ${outputResponse}= Output response ${outputResponse}= Output response Set Global Variable ${response} ${outputResponse} Set Global Variable ${response} ${outputResponse} Loading SOL005/NSPerformanceManagement-API/NSPerformanceManagementKeywords.robot +52 −309 File changed.Preview size limit exceeded, changes collapsed. Show changes SOL005/NSPerformanceManagement-API/PMJobs.robot +1 −1 Original line number Original line Diff line number Diff line Loading @@ -180,7 +180,7 @@ GET all NS Performance Monitoring Jobs as Paged Response ... Post-Conditions: none ... Post-Conditions: none GET all NS Performance Monitoring Jobs GET all NS Performance Monitoring Jobs Check HTTP Response Status Code Is 200 Check HTTP Response Status Code Is 200 Check LINK in Header Check HTTP Response Header Contains Location GET NS Performance Monitoring Jobs - Bad Request Response too Big GET NS Performance Monitoring Jobs - Bad Request Response too Big [Documentation] Test ID: 5.3.4.1.14 [Documentation] Test ID: 5.3.4.1.14 Loading SOL005/NSPerformanceManagement-API/Thresholds.robot +1 −1 Original line number Original line Diff line number Diff line Loading @@ -124,7 +124,7 @@ GET All Performance Thresholds as Paged Response ... Post-Conditions: none ... Post-Conditions: none GET all Performance Thresholds GET all Performance Thresholds Check HTTP Response Status Code Is 200 Check HTTP Response Status Code Is 200 Check LINK in Header Check HTTP Response Header Contains Location GET Performance Thresholds - Bad Request Response too Big GET Performance Thresholds - Bad Request Response too Big [Documentation] Test ID: 5.3.4.4.10 [Documentation] Test ID: 5.3.4.4.10 Loading SOL005/NSPerformanceManagement-API/environment/variables.txt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -8,7 +8,7 @@ ${ACCEPT_JSON} application/json ${apiRoot} / ${apiRoot} / ${AUTH_USAGE} 1 ${AUTH_USAGE} 1 ${NEG_AUTHORIZATION} Bearer negativetoken ${NEG_AUTHORIZATION} Bearer negativetoken ${apiVersion} v1 ${apiMajorVersion} v1 ${apiName} nspm ${apiName} nspm ${FIELD_USAGE} 1 ${FIELD_USAGE} 1 ${NFVO_CHECKS_NOTIF_ENDPOINT} 1 ${NFVO_CHECKS_NOTIF_ENDPOINT} 1 Loading Loading
SOL005/NSPerformanceManagement-API/ApiVersion.robot +5 −5 Original line number Original line Diff line number Diff line Loading @@ -169,35 +169,35 @@ DELETE API Version POST API Version with apiMajorVersion POST API Version with apiMajorVersion Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Accept":"${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Post ${apiRoot}/${apiName}/v1/api_version Post ${apiRoot}/${apiName}/${apiMajorVersion}/api_version ${outputResponse}= Output response ${outputResponse}= Output response Set Global Variable ${response} ${outputResponse} Set Global Variable ${response} ${outputResponse} GET API Version with apiMajorVersion GET API Version with apiMajorVersion Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Accept":"${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Get ${apiRoot}/${apiName}/v1/api_version Get ${apiRoot}/${apiName}/${apiMajorVersion}/api_version ${outputResponse}= Output response ${outputResponse}= Output response Set Global Variable ${response} ${outputResponse} Set Global Variable ${response} ${outputResponse} PUT API Version with apiMajorVersion PUT API Version with apiMajorVersion Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Accept":"${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Put ${apiRoot}/${apiName}/v1/api_version Put ${apiRoot}/${apiName}/${apiMajorVersion}/api_version ${outputResponse}= Output response ${outputResponse}= Output response Set Global Variable ${response} ${outputResponse} Set Global Variable ${response} ${outputResponse} PATCH API Version with apiMajorVersion PATCH API Version with apiMajorVersion Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Accept":"${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Patch ${apiRoot}/${apiName}/v1/api_version Patch ${apiRoot}/${apiName}/${apiMajorVersion}/api_version ${outputResponse}= Output response ${outputResponse}= Output response Set Global Variable ${response} ${outputResponse} Set Global Variable ${response} ${outputResponse} DELETE API Version with apiMajorVersion DELETE API Version with apiMajorVersion Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Accept":"${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Delete ${apiRoot}/${apiName}/v1/api_version Delete ${apiRoot}/${apiName}/${apiMajorVersion}/api_version ${outputResponse}= Output response ${outputResponse}= Output response Set Global Variable ${response} ${outputResponse} Set Global Variable ${response} ${outputResponse} Loading
SOL005/NSPerformanceManagement-API/NSPerformanceManagementKeywords.robot +52 −309 File changed.Preview size limit exceeded, changes collapsed. Show changes
SOL005/NSPerformanceManagement-API/PMJobs.robot +1 −1 Original line number Original line Diff line number Diff line Loading @@ -180,7 +180,7 @@ GET all NS Performance Monitoring Jobs as Paged Response ... Post-Conditions: none ... Post-Conditions: none GET all NS Performance Monitoring Jobs GET all NS Performance Monitoring Jobs Check HTTP Response Status Code Is 200 Check HTTP Response Status Code Is 200 Check LINK in Header Check HTTP Response Header Contains Location GET NS Performance Monitoring Jobs - Bad Request Response too Big GET NS Performance Monitoring Jobs - Bad Request Response too Big [Documentation] Test ID: 5.3.4.1.14 [Documentation] Test ID: 5.3.4.1.14 Loading
SOL005/NSPerformanceManagement-API/Thresholds.robot +1 −1 Original line number Original line Diff line number Diff line Loading @@ -124,7 +124,7 @@ GET All Performance Thresholds as Paged Response ... Post-Conditions: none ... Post-Conditions: none GET all Performance Thresholds GET all Performance Thresholds Check HTTP Response Status Code Is 200 Check HTTP Response Status Code Is 200 Check LINK in Header Check HTTP Response Header Contains Location GET Performance Thresholds - Bad Request Response too Big GET Performance Thresholds - Bad Request Response too Big [Documentation] Test ID: 5.3.4.4.10 [Documentation] Test ID: 5.3.4.4.10 Loading
SOL005/NSPerformanceManagement-API/environment/variables.txt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -8,7 +8,7 @@ ${ACCEPT_JSON} application/json ${apiRoot} / ${apiRoot} / ${AUTH_USAGE} 1 ${AUTH_USAGE} 1 ${NEG_AUTHORIZATION} Bearer negativetoken ${NEG_AUTHORIZATION} Bearer negativetoken ${apiVersion} v1 ${apiMajorVersion} v1 ${apiName} nspm ${apiName} nspm ${FIELD_USAGE} 1 ${FIELD_USAGE} 1 ${NFVO_CHECKS_NOTIF_ENDPOINT} 1 ${NFVO_CHECKS_NOTIF_ENDPOINT} 1 Loading