Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
MEC TTCN-3 Test Suite
Commits
58b15bea
Commit
58b15bea
authored
Jun 19, 2019
by
YannGarcia
Browse files
Review UEinformationAPI tests
parent
651d6feb
Changes
3
Hide whitespace changes
Inline
Side-by-side
etc/AtsMec/AtsMec.cfg
View file @
58b15bea
...
...
@@ -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 :=
fals
e
LocationAPI_Pics.PICS_LOCATION_API_SUPPORTED :=
tru
e
UEidentityAPI_Pics.PICS_UE_IDENTITY_API_SUPPORTED := true
...
...
ttcn/AtsMec/AtsMec_TestControl.ttcn
View file @
58b15bea
...
...
@@ -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
());
...
...
ttcn/AtsMec/AtsMec_UEinformation_TestCases.ttcn
View file @
58b15bea
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment