Commit 58b15bea authored by YannGarcia's avatar YannGarcia
Browse files

Review UEinformationAPI tests

parent 651d6feb
......@@ -15,7 +15,7 @@ LibItsHttp_Pics.PICS_HEADER_CONTENT_TYPE := "application/json"
LibMec_Pics.PICS_MEC_PLAT := true
LibMec_Pics.PICS_RNIS := false
LocationAPI_Pics.PICS_LOCATION_API_SUPPORTED := false
LocationAPI_Pics.PICS_LOCATION_API_SUPPORTED := true
UEidentityAPI_Pics.PICS_UE_IDENTITY_API_SUPPORTED := true
......
......@@ -36,7 +36,7 @@ module AtsMec_TestControl {
execute(TP_MEC_PLAT_UETAG_004_BI());
}
if (PICS_LOCATION_API_SUPPORTED) {
execute(TC_MEC_PLAT_MP1_INF_BV_001());
execute(TC_MEC_PLAT_INFLOOK_001_OK());
}
if (PICS_LOCATION_API_SUPPORTED) {
execute(TC_MEC_PLAT_MP1_RLOC_BV_001());
......
......@@ -41,7 +41,7 @@ module AtsMec_UEinformation_TestCases {
* @see https://forge.etsi.org/gitlab/mec/MEC-tests/blob/master/Test%20Purposes/Plat/Mp1/UeInformation/PlatUeInformation.tplan2
* @see https://forge.etsi.org/gitlab/mec/gs013-location-api/blob/master/LocationAPI.yaml#/definitions/UserList
*/
testcase TC_MEC_PLAT_MP1_INF_BV_001() runs on HttpComponent system HttpTestAdapter {
testcase TC_MEC_PLAT_INFLOOK_001_OK() runs on HttpComponent system HttpTestAdapter {
// Local variables
var HeaderLines v_headers;
var HttpMessage v_response;
......@@ -91,7 +91,7 @@ module AtsMec_UEinformation_TestCases {
// Postamble
f_cf_01_http_down();
} // End of testcase TC_MEC_PLAT_MP1_INF_BV_001
} // End of testcase TC_MEC_PLAT_INFLOOK_001_OK
} // End of group me_app_role
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment