Commit fd3e0ba9 authored by piscione's avatar piscione
Browse files

Fix on URI of a few MEC048 TPs

parent ed629ff4
Loading
Loading
Loading
Loading
+9 −5
Original line number Original line Diff line number Diff line
@@ -42,16 +42,19 @@ Package MEC_MEC048_MEO_CSE {
                        body containing
                        body containing
                            tenantInfoList containing
                            tenantInfoList containing
                                tenantInfo containing
                                tenantInfo containing
                                	tenantId indicating value TENANT_ID_1,
                                    customerId indicating value CUSTOMER_ID_1,
                                    customerId indicating value CUSTOMER_ID_1,
                                    customerName indicating value CUSTOMER_NAME_1,
                                    customerName indicating value CUSTOMER_NAME_1,
                                    tenantName indicating value "tenantX"
                                    tenantName indicating value "tenantX"
                                ;,
                                ;,
                                tenantInfo containing
                                tenantInfo containing
                                    tenantId indicating value TENANT_ID_2,
                                    customerId indicating value CUSTOMER_ID_2,
                                    customerId indicating value CUSTOMER_ID_2,
                                    customerName indicating value CUSTOMER_NAME_1,
                                    customerName indicating value CUSTOMER_NAME_1,
                                    tenantName indicating value "tenantY"
                                    tenantName indicating value "tenantY"
                                ;,
                                ;,
                                tenantInfo containing
                                tenantInfo containing
                                    tenantId indicating value TENANT_ID_3,
                                    customerId indicating value CUSTOMER_ID_3,
                                    customerId indicating value CUSTOMER_ID_3,
                                    customerName indicating value CUSTOMER_NAME_2,
                                    customerName indicating value CUSTOMER_NAME_2,
                                    tenantName indicating value "tenantX"
                                    tenantName indicating value "tenantX"
@@ -106,6 +109,7 @@ Package MEC_MEC048_MEO_CSE {
                        body containing
                        body containing
                            tenantInfoList containing
                            tenantInfoList containing
                                tenantInfo containing
                                tenantInfo containing
                                    tenantId indicating value TENANT_ID_1,
                                    customerId indicating value CUSTOMER_ID_1,
                                    customerId indicating value CUSTOMER_ID_1,
                                    customerName indicating value CUSTOMER_NAME_1,
                                    customerName indicating value CUSTOMER_NAME_1,
                                    tenantName indicating value "tenantX"
                                    tenantName indicating value "tenantX"
@@ -936,7 +940,7 @@ Test Purpose {
            ensure that {
            ensure that {
                when {
                when {
                    the IUT entity receives a vGET containing
                    the IUT entity receives a vGET containing
                        uri indicating value "/cse/v1/tenants/TENANT_ID/resources/quota_in_system"	
                        uri indicating value "/cse/v1/tenants/TENANT_ID/resources/quota_in_sites"	
                    ;	
                    ;	
                    from the MEC_CONSUMER entity
                    from the MEC_CONSUMER entity
                }
                }
@@ -944,7 +948,7 @@ Test Purpose {
                    // MEC 048 Clause 7.6.3.1
                    // MEC 048 Clause 7.6.3.1
                    the IUT entity sends a HTTP_RESPONSE containing
                    the IUT entity sends a HTTP_RESPONSE containing
                        status_code set to "200 OK",
                        status_code set to "200 OK",
                        Location indicating value "/cse/v1/tenants/TENANT_ID/resources/quota_in_system",
                        Location indicating value "/cse/v1/tenants/TENANT_ID/resources/quota_in_sites",
                        body containing
                        body containing
                        	listOfResourceQuotaInfo containing
                        	listOfResourceQuotaInfo containing
	                            resourceQuotaInfo containing
	                            resourceQuotaInfo containing
@@ -1002,7 +1006,7 @@ Test Purpose {
            ensure that {
            ensure that {
                when {
                when {
                    the IUT entity receives a vGET containing
                    the IUT entity receives a vGET containing
                        uri indicating value "/cse/v1/tenants/TENANT_ID/resources/quota_in_system"	
                        uri indicating value "/cse/v1/tenants/TENANT_ID/resources/quota_in_sites"	
                        query_parameters containing
                        query_parameters containing
                            siteId indicating value SITE_ID, SITE_ID_2
                            siteId indicating value SITE_ID, SITE_ID_2
                    	;
                    	;
@@ -1013,7 +1017,7 @@ Test Purpose {
                    // MEC 048 Clause 7.6.3.1
                    // MEC 048 Clause 7.6.3.1
                    the IUT entity sends a HTTP_RESPONSE containing
                    the IUT entity sends a HTTP_RESPONSE containing
                        status_code set to "200 OK",
                        status_code set to "200 OK",
                        Location indicating value "/cse/v1/tenants/TENANT_ID/resources/quota_in_system",
                        Location indicating value "/cse/v1/tenants/TENANT_ID/resources/quota_in_sites",
                        body containing
                        body containing
                        	listOfResourceQuotaInfo containing
                        	listOfResourceQuotaInfo containing
	                            resourceQuotaInfo containing
	                            resourceQuotaInfo containing
@@ -1061,7 +1065,7 @@ Test Purpose {
            ensure that {
            ensure that {
                when {
                when {
                    the IUT entity receives a vGET containing
                    the IUT entity receives a vGET containing
                        uri indicating value "/cse/v1/tenants/NOT_EXISTING_TENANT_ID/resources/quota_in_system"	
                        uri indicating value "/cse/v1/tenants/NOT_EXISTING_TENANT_ID/resources/quota_in_sites"	
                    ;	
                    ;	
                    from the MEC_CONSUMER entity
                    from the MEC_CONSUMER entity
                }
                }