diff --git a/MEC012/SRV/RNIS/RnisNotifications.robot b/MEC012/SRV/RNIS/RnisNotifications.robot index fce39e0bf23b268bc7af9e9e2f22d9edb9a3b309..6e5613d05d26da905e775c511ea14f28025ac952 100644 --- a/MEC012/SRV/RNIS/RnisNotifications.robot +++ b/MEC012/SRV/RNIS/RnisNotifications.robot @@ -3,8 +3,8 @@ *** Settings *** Resource environment/variables.txt -Resource ../../pics.txt -Resource ../../GenericKeywords.robot +Resource ../../../pics.txt +Resource ../../../GenericKeywords.robot Resource resources/RadioNetworkInformationAPI.robot Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_verify=false Library BuiltIn diff --git a/MEC012/SRV/RNIS/RnisQuery_BI_BO.robot b/MEC012/SRV/RNIS/RnisQuery_BI_BO.robot index b499b9e4a86effe7ae25d1e2fc2c8d3572d2f742..172fb0d14cd86bd7ff6b357b4b06325697876462 100644 --- a/MEC012/SRV/RNIS/RnisQuery_BI_BO.robot +++ b/MEC012/SRV/RNIS/RnisQuery_BI_BO.robot @@ -3,8 +3,8 @@ *** Settings *** Resource environment/variables.txt -Resource ../../pics.txt -Resource ../../GenericKeywords.robot +Resource ../../../pics.txt +Resource ../../../GenericKeywords.robot Resource resources/RadioNetworkInformationAPI.robot Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_verify=false diff --git a/MEC012/SRV/RNIS/RnisQuery_BV.robot b/MEC012/SRV/RNIS/RnisQuery_BV.robot index b7d726a2efbfa70b14b73e6fe87903e60ba530f8..17722be12f668bf3f22f84486b13a64d71ebb362 100644 --- a/MEC012/SRV/RNIS/RnisQuery_BV.robot +++ b/MEC012/SRV/RNIS/RnisQuery_BV.robot @@ -3,8 +3,8 @@ *** Settings *** Resource environment/variables.txt -Resource ../../pics.txt -Resource ../../GenericKeywords.robot +Resource ../../../pics.txt +Resource ../../../GenericKeywords.robot Resource resources/RadioNetworkInformationAPI.robot Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_verify=false diff --git a/MEC012/SRV/RNIS/RnisSubscriptions_BI_BO.robot b/MEC012/SRV/RNIS/RnisSubscriptions_BI_BO.robot index 94e89b1a675dba6a4da716aa677857705ce1f29b..0a05314ccfb956441e81f25289a97fe7c6bd4687 100644 --- a/MEC012/SRV/RNIS/RnisSubscriptions_BI_BO.robot +++ b/MEC012/SRV/RNIS/RnisSubscriptions_BI_BO.robot @@ -3,8 +3,8 @@ *** Settings *** Resource environment/variables.txt -Resource ../../pics.txt -Resource ../../GenericKeywords.robot +Resource ../../../pics.txt +Resource ../../../GenericKeywords.robot Resource resources/RadioNetworkInformationAPI.robot Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_verify=false diff --git a/MEC012/SRV/RNIS/RnisSubscriptions_BV.robot b/MEC012/SRV/RNIS/RnisSubscriptions_BV.robot index 5f66dad76281edf90a5f4ab7e178ab33c60898db..314c2136ad6abc6bc840d9e58621cb16e44b0609 100644 --- a/MEC012/SRV/RNIS/RnisSubscriptions_BV.robot +++ b/MEC012/SRV/RNIS/RnisSubscriptions_BV.robot @@ -4,8 +4,8 @@ *** Settings *** Library OperatingSystem Resource environment/variables.txt -Resource ../../pics.txt -Resource ../../GenericKeywords.robot +Resource ../../../pics.txt +Resource ../../../GenericKeywords.robot Resource resources/RadioNetworkInformationAPI.robot Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_verify=false Library String diff --git a/MEC012/SRV/RNIS/resources/RadioNetworkInformationAPI.robot b/MEC012/SRV/RNIS/resources/RadioNetworkInformationAPI.robot index fd1c4d0bf20fdd3038a46c1caccab4305faa75b6..51323d4182be85895502c43b2fc2fd419e2fb897 100644 --- a/MEC012/SRV/RNIS/resources/RadioNetworkInformationAPI.robot +++ b/MEC012/SRV/RNIS/resources/RadioNetworkInformationAPI.robot @@ -1,7 +1,7 @@ *** Settings *** Resource ../environment/variables.txt -Resource ../../../pics.txt -Resource ../../../GenericKeywords.robot +Resource ../../../../pics.txt +Resource ../../../../GenericKeywords.robot Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_verify=false Library JSONSchemaLibrary schemas/ diff --git a/SRV/FAIS/PlatFixedAcessInfo.robot b/MEC029/SRV/FAIS/PlatFixedAcessInfo.robot similarity index 95% rename from SRV/FAIS/PlatFixedAcessInfo.robot rename to MEC029/SRV/FAIS/PlatFixedAcessInfo.robot index 852c25ff254c84b349ea27761a18c350f1ae54df..aa2b87a66378ac8ce6fa0c3837ba64a7daf1e951 100644 --- a/SRV/FAIS/PlatFixedAcessInfo.robot +++ b/MEC029/SRV/FAIS/PlatFixedAcessInfo.robot @@ -3,7 +3,8 @@ Documentation ... A test suite for validating Fixed Access Information Service (FAIS) operations. -Resource ../../GenericKeywords.robot +Resource ../../../GenericKeywords.robot +Resource ../../../pics.txt Resource environment/variables.txt Library REST ${SCHEMA}://${HOST}:${PORT} ssl_verify=false Library OperatingSystem @@ -15,8 +16,7 @@ Default Tags TC_MEC_SRV_FAIS *** Test Cases *** - -TC_MEC_SRV_FAIS_001_OK +TC_MEC_MEC029_SRV_FAIS_001_OK [Documentation] ... Check that the IUT responds with the current status of the fixed access information ... when queried by a MEC Application @@ -29,7 +29,7 @@ TC_MEC_SRV_FAIS_001_OK Check HTTP Response Body Json Schema Is FaInfo -TC_MEC_SRV_FAIS_001_BR +TC_MEC_MEC029_SRV_FAIS_001_BR [Documentation] ... Check that the IUT responds with an error when ... a request with incorrect parameters is sent by a MEC Application @@ -41,7 +41,7 @@ TC_MEC_SRV_FAIS_001_BR Check HTTP Response Status Code Is 400 -TC_MEC_SRV_FAIS_001_NF +TC_MEC_MEC029_SRV_FAIS_001_NF [Documentation] ... Check that the IUT responds with an error when ... a request for non-existing data is sent by a MEC Application @@ -53,7 +53,7 @@ TC_MEC_SRV_FAIS_001_NF Check HTTP Response Status Code Is 404 -TC_MEC_SRV_FAIS_002_OK +TC_MEC_MEC029_SRV_FAIS_002_OK [Documentation] ... Check that the IUT responds with the current status of the device information ... when queried by a MEC Application @@ -66,7 +66,7 @@ TC_MEC_SRV_FAIS_002_OK Check HTTP Response Body Json Schema Is DeviceInfo -TC_MEC_SRV_FAIS_002_BR +TC_MEC_MEC029_SRV_FAIS_002_BR [Documentation] ... Check that the IUT responds with an error when ... a request with incorrect parameters is sent by a MEC Application @@ -78,7 +78,7 @@ TC_MEC_SRV_FAIS_002_BR Check HTTP Response Status Code Is 400 -TC_MEC_SRV_FAIS_002_NF +TC_MEC_MEC029_SRV_FAIS_002_NF [Documentation] ... Check that the IUT responds with an error when ... a request for non-existing data is sent by a MEC Application @@ -90,7 +90,7 @@ TC_MEC_SRV_FAIS_002_NF Check HTTP Response Status Code Is 404 -TC_MEC_SRV_FAIS_003_OK +TC_MEC_MEC029_SRV_FAIS_003_OK [Documentation] ... Check that the IUT responds with the current status of the cable line information ... when queried by a MEC Application @@ -103,7 +103,7 @@ TC_MEC_SRV_FAIS_003_OK Check HTTP Response Body Json Schema Is CableLineInfo -TC_MEC_SRV_FAIS_003_BR +TC_MEC_MEC029_SRV_FAIS_003_BR [Documentation] ... Check that the IUT responds with an error when ... a request with incorrect parameters is sent by a MEC Application @@ -115,7 +115,7 @@ TC_MEC_SRV_FAIS_003_BR Check HTTP Response Status Code Is 400 -TC_MEC_SRV_FAIS_003_NF +TC_MEC_MEC029_SRV_FAIS_003_NF [Documentation] ... Check that the IUT responds with an error when ... a request for non-existing data is sent by a MEC Application @@ -127,7 +127,7 @@ TC_MEC_SRV_FAIS_003_NF Check HTTP Response Status Code Is 404 -TC_MEC_SRV_FAIS_004_OK +TC_MEC_MEC029_SRV_FAIS_004_OK [Documentation] ... Check that the IUT responds with the current status of the optical network information ... when queried by a MEC Application @@ -140,7 +140,7 @@ TC_MEC_SRV_FAIS_004_OK Check HTTP Response Body Json Schema Is PonInfo -TC_MEC_SRV_FAIS_004_BR +TC_MEC_MEC029_SRV_FAIS_004_BR [Documentation] ... Check that the IUT responds with an error when ... a request with incorrect parameters is sent by a MEC Application @@ -152,7 +152,7 @@ TC_MEC_SRV_FAIS_004_BR Check HTTP Response Status Code Is 400 -TC_MEC_SRV_FAIS_004_NF +TC_MEC_MEC029_SRV_FAIS_004_NF [Documentation] ... Check that the IUT responds with an error when ... a request for non-existing data is sent by a MEC Application @@ -164,7 +164,7 @@ TC_MEC_SRV_FAIS_004_NF Check HTTP Response Status Code Is 404 -TC_MEC_SRV_FAIS_005_OK +TC_MEC_MEC029_SRV_FAIS_005_OK [Documentation] ... Check that the IUT responds with the subscriptions for fixed access information notifications ... when queried by a MEC Application @@ -177,7 +177,7 @@ TC_MEC_SRV_FAIS_005_OK Check HTTP Response Body Json Schema Is SubscriptionLinkList -TC_MEC_SRV_FAIS_005_BR +TC_MEC_MEC029_SRV_FAIS_005_BR [Documentation] ... Check that the IUT responds with an error when ... a request with incorrect parameters is sent by a MEC Application @@ -189,7 +189,7 @@ TC_MEC_SRV_FAIS_005_BR Check HTTP Response Status Code Is 400 -TC_MEC_SRV_FAIS_005_NF +TC_MEC_MEC029_SRV_FAIS_005_NF [Documentation] ... Check that the IUT responds with an error when ... a request for non-existing data is sent by a MEC Application @@ -201,7 +201,7 @@ TC_MEC_SRV_FAIS_005_NF Check HTTP Response Status Code Is 404 -TC_MEC_SRV_FAIS_006_OK +TC_MEC_MEC029_SRV_FAIS_006_OK [Documentation] ... Check that the IUT acknowledges the subscription by a MEC Application ... to notifications on Optical Network Unit alarm events @@ -216,7 +216,7 @@ TC_MEC_SRV_FAIS_006_OK -TC_MEC_SRV_FAIS_006_BR +TC_MEC_MEC029_SRV_FAIS_006_BR [Documentation] ... Check that the IUT responds with an error when ... a request with incorrect parameters is sent by a MEC Application @@ -228,7 +228,7 @@ TC_MEC_SRV_FAIS_006_BR Check HTTP Response Status Code Is 400 -TC_MEC_SRV_FAIS_007_OK +TC_MEC_MEC029_SRV_FAIS_007_OK [Documentation] ... Check that the IUT responds with the information on a given subscription ... when queried by a MEC Application @@ -242,7 +242,7 @@ TC_MEC_SRV_FAIS_007_OK Check Result Contains ${response['body']['OnuAlarmSubscription']} subscriptionType OnuAlarmSubscription -TC_MEC_SRV_FAIS_007_NF +TC_MEC_MEC029_SRV_FAIS_007_NF [Documentation] ... Check that the IUT responds with an error when ... a request for an unknown URI is sent by a MEC Application @@ -254,7 +254,7 @@ TC_MEC_SRV_FAIS_007_NF Check HTTP Response Status Code Is 404 -TC_MEC_SRV_FAIS_008_OK +TC_MEC_MEC029_SRV_FAIS_008_OK [Documentation] ... Check that the IUT updates an existing subscription ... when commanded by a MEC Application @@ -268,7 +268,7 @@ TC_MEC_SRV_FAIS_008_OK Check Result Contains ${response['body']['OnuAlarmSubscription']} subscriptionType OnuAlarmSubscription -TC_MEC_SRV_FAIS_008_BR +TC_MEC_MEC029_SRV_FAIS_008_BR [Documentation] ... Check that the IUT responds with an error when ... a request with incorrect parameters is sent by a MEC Application @@ -280,7 +280,7 @@ TC_MEC_SRV_FAIS_008_BR Check HTTP Response Status Code Is 400 -TC_MEC_SRV_FAIS_008_NF +TC_MEC_MEC029_SRV_FAIS_008_NF [Documentation] ... Check that the IUT responds with an error when ... a request for an unknown URI is sent by a MEC Application @@ -292,7 +292,7 @@ TC_MEC_SRV_FAIS_008_NF Check HTTP Response Status Code Is 404 -TC_MEC_SRV_FAIS_008_PF +TC_MEC_MEC029_SRV_FAIS_008_PF [Documentation] ... Check that the IUT responds with an error when ... a request sent by a MEC Application doesn't comply with a required condition @@ -304,7 +304,7 @@ TC_MEC_SRV_FAIS_008_PF Check HTTP Response Status Code Is 412 -TC_MEC_SRV_FAIS_009_OK +TC_MEC_MEC029_SRV_FAIS_009_OK [Documentation] ... Check that the IUT cancels an existing subscription ... when commanded by a MEC Application @@ -316,7 +316,7 @@ TC_MEC_SRV_FAIS_009_OK Check HTTP Response Status Code Is 204 -TC_MEC_SRV_FAIS_010_OK +TC_MEC_MEC029_SRV_FAIS_010_OK [Documentation] ... Check that the IUT sends notification on expiry of Fixed Access Information event subscription ... to a MEC Application @@ -336,7 +336,7 @@ TC_MEC_SRV_FAIS_010_OK Clear Requests ${callback_endpoint} -TC_MEC_SRV_FAIS_011_OK +TC_MEC_MEC029_SRV_FAIS_011_OK [Documentation] ... Check that the IUT sends notifications on Fixed Access Information events ... to a subscribed MEC Application diff --git a/SRV/FAIS/README.md b/MEC029/SRV/FAIS/README.md similarity index 100% rename from SRV/FAIS/README.md rename to MEC029/SRV/FAIS/README.md diff --git a/SRV/FAIS/environment/variables.txt b/MEC029/SRV/FAIS/environment/variables.txt similarity index 100% rename from SRV/FAIS/environment/variables.txt rename to MEC029/SRV/FAIS/environment/variables.txt diff --git a/SRV/FAIS/jsons/DevInfoSubscription.json b/MEC029/SRV/FAIS/jsons/DevInfoSubscription.json similarity index 100% rename from SRV/FAIS/jsons/DevInfoSubscription.json rename to MEC029/SRV/FAIS/jsons/DevInfoSubscription.json diff --git a/SRV/FAIS/jsons/OnuAlarmSubscription.json b/MEC029/SRV/FAIS/jsons/OnuAlarmSubscription.json similarity index 100% rename from SRV/FAIS/jsons/OnuAlarmSubscription.json rename to MEC029/SRV/FAIS/jsons/OnuAlarmSubscription.json diff --git a/SRV/FAIS/jsons/OnuAlarmSubscriptionError.json b/MEC029/SRV/FAIS/jsons/OnuAlarmSubscriptionError.json similarity index 100% rename from SRV/FAIS/jsons/OnuAlarmSubscriptionError.json rename to MEC029/SRV/FAIS/jsons/OnuAlarmSubscriptionError.json diff --git a/SRV/FAIS/jsons/OnuAlarmSubscriptionUpdate.json b/MEC029/SRV/FAIS/jsons/OnuAlarmSubscriptionUpdate.json similarity index 100% rename from SRV/FAIS/jsons/OnuAlarmSubscriptionUpdate.json rename to MEC029/SRV/FAIS/jsons/OnuAlarmSubscriptionUpdate.json diff --git a/SRV/FAIS/jsons/OnuAlarmSubscriptionUpdateError.json b/MEC029/SRV/FAIS/jsons/OnuAlarmSubscriptionUpdateError.json similarity index 100% rename from SRV/FAIS/jsons/OnuAlarmSubscriptionUpdateError.json rename to MEC029/SRV/FAIS/jsons/OnuAlarmSubscriptionUpdateError.json diff --git a/SRV/FAIS/schemas/CableLineInfo.schema.json b/MEC029/SRV/FAIS/schemas/CableLineInfo.schema.json similarity index 100% rename from SRV/FAIS/schemas/CableLineInfo.schema.json rename to MEC029/SRV/FAIS/schemas/CableLineInfo.schema.json diff --git a/SRV/FAIS/schemas/DevInfoSubscription.schema.json b/MEC029/SRV/FAIS/schemas/DevInfoSubscription.schema.json similarity index 100% rename from SRV/FAIS/schemas/DevInfoSubscription.schema.json rename to MEC029/SRV/FAIS/schemas/DevInfoSubscription.schema.json diff --git a/SRV/FAIS/schemas/DeviceInfo.schema.json b/MEC029/SRV/FAIS/schemas/DeviceInfo.schema.json similarity index 100% rename from SRV/FAIS/schemas/DeviceInfo.schema.json rename to MEC029/SRV/FAIS/schemas/DeviceInfo.schema.json diff --git a/SRV/FAIS/schemas/FaInfo.schema.json b/MEC029/SRV/FAIS/schemas/FaInfo.schema.json similarity index 100% rename from SRV/FAIS/schemas/FaInfo.schema.json rename to MEC029/SRV/FAIS/schemas/FaInfo.schema.json diff --git a/SRV/FAIS/schemas/OnuAlarmSubscription.schema.json b/MEC029/SRV/FAIS/schemas/OnuAlarmSubscription.schema.json similarity index 100% rename from SRV/FAIS/schemas/OnuAlarmSubscription.schema.json rename to MEC029/SRV/FAIS/schemas/OnuAlarmSubscription.schema.json diff --git a/SRV/FAIS/schemas/PonInfo.schema.json b/MEC029/SRV/FAIS/schemas/PonInfo.schema.json similarity index 100% rename from SRV/FAIS/schemas/PonInfo.schema.json rename to MEC029/SRV/FAIS/schemas/PonInfo.schema.json diff --git a/SRV/FAIS/schemas/SubscriptionLinkList.schema.json b/MEC029/SRV/FAIS/schemas/SubscriptionLinkList.schema.json similarity index 100% rename from SRV/FAIS/schemas/SubscriptionLinkList.schema.json rename to MEC029/SRV/FAIS/schemas/SubscriptionLinkList.schema.json