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
b6bff973
Commit
b6bff973
authored
May 10, 2021
by
YannGarcia
Browse files
Rename TP name in MEC009, MEC010p2 MEC011 MEC014 MEC021 & MEC029
parent
9346fa71
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
etc/AtsMec/AtsMec_Mockoon.cf_
View file @
b6bff973
...
...
@@ -112,12 +112,12 @@ system.httpPort_notif.params := "HTTP(codecs=json:json_codec)/TCP(debug=1,server
[EXECUTE]
# In this section you can specify what parts of your test suite you want to execute.
#AtsMec_TestControl.control
#AtsMec_UEidentityAPI_TestCases.TC_MEC_SRV_UETAG_001_OK
#AtsMec_UEidentityAPI_TestCases.TC_MEC_SRV_UETAG_001_BR
#AtsMec_UEidentityAPI_TestCases.TC_MEC_SRV_UETAG_001_NF
#AtsMec_UEidentityAPI_TestCases.TC_MEC_SRV_UETAG_002_OK
#AtsMec_UEidentityAPI_TestCases.TC_MEC_SRV_UETAG_002_BR
#AtsMec_UEidentityAPI_TestCases.TC_MEC_SRV_UETAG_002_PF
#AtsMec_UEidentityAPI_TestCases.TC_MEC_
MEC014_
SRV_UETAG_001_OK
#AtsMec_UEidentityAPI_TestCases.TC_MEC_
MEC014_
SRV_UETAG_001_BR
#AtsMec_UEidentityAPI_TestCases.TC_MEC_
MEC014_
SRV_UETAG_001_NF
#AtsMec_UEidentityAPI_TestCases.TC_MEC_
MEC014_
SRV_UETAG_002_OK
#AtsMec_UEidentityAPI_TestCases.TC_MEC_
MEC014_
SRV_UETAG_002_BR
#AtsMec_UEidentityAPI_TestCases.TC_MEC_
MEC014_
SRV_UETAG_002_PF
# ETSI GS MEC 013
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCLOOK_001_OK
...
...
ttcn/AtsMec/AtsMec_Ams_TestCases.ttcn
View file @
b6bff973
This diff is collapsed.
Click to expand it.
ttcn/AtsMec/AtsMec_AppEnablementAPI_TestCases.ttcn
View file @
b6bff973
This diff is collapsed.
Click to expand it.
ttcn/AtsMec/AtsMec_AppLCM_TestCases.ttcn
View file @
b6bff973
This diff is collapsed.
Click to expand it.
ttcn/AtsMec/AtsMec_FixedAccessInfoAPI_TestCases.ttcn
View file @
b6bff973
...
...
@@ -44,7 +44,7 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
/**
* @desc Check that the IUT responds with the current status of the fixed access information when queried by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_001_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_001_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -96,12 +96,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_001_OK
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_001_OK
/**
* @desc Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_001_BR
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_001_BR
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -150,12 +150,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_001_BR
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_001_BR
/**
* @desc Check that the IUT responds with an error when a request for an URI that cannot be mapped to a valid resource URI is sent by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_001_NF
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_001_NF
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
...
...
@@ -203,12 +203,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_001_NF
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_001_NF
/**
* @desc Check that the IUT responds with the current status of the device information when queried by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_002_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_002_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -260,12 +260,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_002_OK
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_002_OK
/**
* @desc Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_002_BR
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_002_BR
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -315,12 +315,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_002_BR
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_002_BR
/**
* @desc Check that the IUT responds with an error when a request for an URI that cannot be mapped to a valid resource URI is sent by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_002_NF
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_002_NF
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
...
...
@@ -368,12 +368,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_002_NF
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_002_NF
/**
* @desc CCheck that the IUT responds with the current status of the cable line information when queried by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_003_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_003_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -426,12 +426,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_003_OK
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_003_OK
/**
* @desc Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_003_BR
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_003_BR
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -481,12 +481,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_003_BR
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_003_BR
/**
* @desc Check that the IUT responds with an error when a request for an URI that cannot be mapped to a valid resource URI is sent by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_003_NF
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_003_NF
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -535,12 +535,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_003_NF
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_003_NF
/**
* @desc Check that the IUT responds with the current status of the optical network information when queried by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_004_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_004_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -594,12 +594,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_004_OK
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_004_OK
/**
* @desc Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_004_BR
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_004_BR
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -649,12 +649,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_004_BR
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_004_BR
/**
* @desc Check that the IUT responds with an error when a request for an URI that cannot be mapped to a valid resource URI is sent by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_004_NF
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_004_NF
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -703,12 +703,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_004_NF
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_004_NF
/**
* @desc Check that the IUT responds with the information pertaining to one or more UEs in a particular location when queried by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_005_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_005_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -762,12 +762,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_005_OK
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_005_OK
/**
* @desc Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_005_BR
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_005_BR
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -817,12 +817,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_005_BR
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_005_BR
/**
* @desc Check that the IUT responds with an error when a request for an unknown URI is sent by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_005_NF
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_005_NF
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -877,7 +877,7 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
/**
* @desc Check that the IUT acknowledges the subscription by a MEC Application to notifications on Optical Network Unit alarm events
*/
testcase
TP_MEC_SRV_FAIS_006_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_006_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -952,12 +952,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_006_OK
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_006_OK
/**
* @desc Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_006_BR
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_006_BR
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -1015,12 +1015,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_006_BR
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_006_BR
/**
* @desc Check that the IUT responds with the information on a given subscription when queried by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_007_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_007_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -1076,12 +1076,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_007_OK
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_007_OK
/**
* @desc Check that the IUT responds with an error when a request for an unknown URI is sent by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_007_NF
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_007_NF
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -1131,12 +1131,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_007_NF
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_007_NF
/**
* @desc Check that the IUT updates an existing subscription when commanded by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_008_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_008_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -1199,12 +1199,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_008_OK
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_008_OK
/**
* @desc Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_008_BR
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_008_BR
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -1264,12 +1264,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_008_BR
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_008_BR
/**
* @desc Check that the IUT responds with an error when a request for an unknown URI is sent by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_008_NF
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_008_NF
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -1332,12 +1332,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_008_NF
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_008_NF
/**
* @desc Check that the IUT responds with an error when a request sent by a MEC Application doesn't comply with a required condition
*/
testcase
TP_MEC_SRV_FAIS_008_PF
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_008_PF
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -1400,12 +1400,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_008_PF
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_008_PF
/**
* @desc Check that the IUT acknowledges the cancellation of UE location change notifications when commanded by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_009_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_009_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -1455,12 +1455,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_009_OK
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_009_OK
/**
* @desc Check that the IUT responds with an error when a request for an URI that cannot be mapped to a valid resource URI is sent by a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_009_NF
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_009_NF
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -1510,12 +1510,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_009_NF
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_009_NF
/**
* @desc Check that the IUT sends notification on expiry of Fixed Access Information event subscription to a MEC Application
*/
testcase
TP_MEC_SRV_FAIS_010_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_010_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -1594,12 +1594,12 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_010_OK
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_010_OK
/**
* @desc Check that the IUT acknowledges the subscription by a MEC Application to notifications on Optical Network Unit alarm events
*/
testcase
TP_MEC_SRV_FAIS_011_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TP_MEC_
MEC029_
SRV_FAIS_011_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -1650,6 +1650,6 @@ module AtsMec_FixedAccessInformationAPI_TestCases {
// Postamble
f_cf_01_http_down
();
}
// End of testcase TP_MEC_SRV_FAIS_011_OK
}
// End of testcase TP_MEC_
MEC029_
SRV_FAIS_011_OK
}
// End of module AtsMec_FixedAccessInfoAPI_TestCases
ttcn/AtsMec/AtsMec_Grant_TestCases.ttcn
View file @
b6bff973
...
...
@@ -7,7 +7,7 @@
* No part may be reproduced except as authorized by written permission.
* The copyright and the foregoing restriction extend to reproduction in all media.
* All rights reserved.
* @see ETSI GS MEC 003, Draft ETSI GS MEC 01
3
V2.
0.3 (2018-10)
* @see ETSI GS MEC 003, Draft ETSI GS MEC 01
0-2
V2.
1.1
*/
module
AtsMec_Grant_TestCases
{
...
...
@@ -39,7 +39,7 @@ group grant {
* ETSI GS MEC 010-2 2.0.10, Table 6.2.4.2.2-1, //GrantRequest
* ETSI GS MEC 010-2 2.0.10, Table 6.2.4.4.2-1 //Grant
*/
testcase
TC_MEC_MEO_GRANT_001_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TC_MEC_
MEC010p2_
MEO_GRANT_001_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -95,7 +95,7 @@ group grant {
f_selfOrClientSyncAndVerdict
(
c_tbDone
,
e_timeout
);
}
}
// End of 'alt' statement
}
// End of testcase TC_MEC_MEO_GRANT_001_OK
}
// End of testcase TC_MEC_
MEC010p2_
MEO_GRANT_001_OK
...
...
@@ -104,7 +104,7 @@ group grant {
* ETSI GS MEC 010-2 2.0.10, clause 7.6.1.3.1,
* ETSI GS MEC 010-2 2.0.10, Table 6.2.4.2.2-1, //GrantRequest
*/
testcase
TC_MEC_MEO_GRANT_001_BR
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TC_MEC_
MEC010p2_
MEO_GRANT_001_BR
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -157,7 +157,7 @@ group grant {
f_selfOrClientSyncAndVerdict
(
c_tbDone
,
e_timeout
);
}
}
// End of 'alt' statement
}
// End of testcase TC_MEC_MEO_GRANT_001_BR
}
// End of testcase TC_MEC_
MEC010p2_
MEO_GRANT_001_BR
/**
...
...
@@ -165,7 +165,7 @@ group grant {
* ETSI GS MEC 010-2 2.0.10, clause 7.6.1.3.1,
* ETSI GS MEC 010-2 2.0.10, Table 6.2.4.2.2-1, //GrantRequest
*/
testcase
TC_MEC_MEO_GRANT_002_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TC_MEC_
MEC010p2_
MEO_GRANT_002_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -219,14 +219,14 @@ group grant {
f_selfOrClientSyncAndVerdict
(
c_tbDone
,
e_timeout
);
}
}
// End of 'alt' statement
}
// End of testcase TC_MEC_MEO_GRANT_002_OK
}
// End of testcase TC_MEC_
MEC010p2_
MEO_GRANT_002_OK
/**
* @desc: Check that MEO sends the status of a grant request when a query on a granting ID is performed
* ETSI GS MEC 010-2 2.0.10, clause 7.6.1.3.2,
*/
testcase
TC_MEC_MEO_GRANT_003_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TC_MEC_
MEC010p2_
MEO_GRANT_003_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -271,14 +271,14 @@ group grant {
f_selfOrClientSyncAndVerdict
(
c_tbDone
,
e_timeout
);
}
}
// End of 'alt' statement
}
// End of testcase TC_MEC_MEO_GRANT_003_OK
}
// End of testcase TC_MEC_
MEC010p2_
MEO_GRANT_003_OK
/**
* @desc: Check that MEO responds with an error when it receives a request for returning a grant referred with a wrong ID
* ETSI GS MEC 010-2 2.0.10, clause 7.6.1.3.2
*/
testcase
TC_MEC_MEO_GRANT_003_NF
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TC_MEC_
MEC010p2_
MEO_GRANT_003_NF
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -331,7 +331,7 @@ group grant {
f_selfOrClientSyncAndVerdict
(
c_tbDone
,
e_timeout
);
}
}
// End of 'alt' statement
}
// End of testcase TC_MEC_MEO_GRANT_003_NF
}
// End of testcase TC_MEC_
MEC010p2_
MEO_GRANT_003_NF
/**
...
...
@@ -339,7 +339,7 @@ group grant {
* ETSI GS MEC 010-2 2.0.10, clause 7.6.1.3.2
* ETSI GS MEC 010-2 2.0.10, Table 6.2.4.4.2-1 //Grant
*/
testcase
TC_MEC_MEO_GRANT_004_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TC_MEC_
MEC010p2_
MEO_GRANT_004_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -388,7 +388,7 @@ group grant {
f_selfOrClientSyncAndVerdict
(
c_tbDone
,
e_timeout
);
}
}
// End of 'alt' statement
}
// End of testcase TC_MEC_MEO_GRANT_004_OK
}
// End of testcase TC_MEC_
MEC010p2_
MEO_GRANT_004_OK
}
...
...
ttcn/AtsMec/AtsMec_MeoPkgm_TestCases.ttcn
View file @
b6bff973
...
...
@@ -7,7 +7,7 @@
* No part may be reproduced except as authorized by written permission.
* The copyright and the foregoing restriction extend to reproduction in all media.
* All rights reserved.
* @see ETSI GS MEC 003, Draft ETSI GS MEC 01
3
V2.
0.3 (2018-10)
* @see ETSI GS MEC 003, Draft ETSI GS MEC 01
0-2
V2.
1.1
*/
module
AtsMec_PkgMgmt_mm1_TestCases
{
...
...
@@ -39,7 +39,7 @@ module AtsMec_PkgMgmt_mm1_TestCases {
* ETSI GS MEC 010-2 2.0.10, Table 6.2.3.3.2-1, //OnboardedAppPkgInfo
* ETSI GS MEC 010-2 2.0.10, Table 6.2.3.2.2-1 //AppPkg
*/
testcase
TC_MEC_MEO_PKGM_001_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TC_MEC_
MEC010p2_
MEO_PKGM_001_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -105,7 +105,7 @@ module AtsMec_PkgMgmt_mm1_TestCases {
f_selfOrClientSyncAndVerdict
(
c_tbDone
,
e_timeout
);
}
}
// End of 'alt' statement
}
// End of testcase TC_MEC_MEO_PKGM_001_OK
}
// End of testcase TC_MEC_
MEC010p2_
MEO_PKGM_001_OK
...
...
@@ -114,7 +114,7 @@ module AtsMec_PkgMgmt_mm1_TestCases {
* ETSI GS MEC 010-2 2.0.10, clause 7.3.1.3.1
* ETSI GS MEC 010-2 2.0.10, Table 6.2.3.2.2-1 //AppPkg
*/
testcase
TC_MEC_MEO_PKGM_001_BR
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TC_MEC_
MEC010p2_
MEO_PKGM_001_BR
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -168,7 +168,7 @@ module AtsMec_PkgMgmt_mm1_TestCases {
f_selfOrClientSyncAndVerdict
(
c_tbDone
,
e_timeout
);
}
}
// End of 'alt' statement
}
// End of testcase TC_MEC_MEO_PKGM_001_BR
}
// End of testcase TC_MEC_
MEC010p2_
MEO_PKGM_001_BR
/**
...
...
@@ -176,7 +176,7 @@ module AtsMec_PkgMgmt_mm1_TestCases {
* ETSI GS MEC 010-2 2.0.10, clause 7.3.1.3.2
* ETSI GS MEC 010-2 2.0.10, Table 6.2.3.3.2-1 //OnboardedAppPkgInfo
*/
testcase
TC_MEC_MEO_PKGM_002_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TC_MEC_
MEC010p2_
MEO_PKGM_002_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -235,7 +235,7 @@ module AtsMec_PkgMgmt_mm1_TestCases {
f_selfOrClientSyncAndVerdict
(
c_tbDone
,
e_timeout
);
}
}
// End of 'alt' statement
}
// End of testcase TC_MEC_MEO_PKGM_002_OK
}
// End of testcase TC_MEC_
MEC010p2_
MEO_PKGM_002_OK
/**
...
...
@@ -243,7 +243,7 @@ module AtsMec_PkgMgmt_mm1_TestCases {
* ETSI GS MEC 010-2 2.0.10, clause 7.3.1.3.2
* ETSI GS MEC 010-2 2.0.10, Table 6.2.3.3.2-1 //OnboardedAppPkgInfo
*/
testcase
TC_MEC_MEO_PKGM_002_BR
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TC_MEC_
MEC010p2_
MEO_PKGM_002_BR
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -302,7 +302,7 @@ module AtsMec_PkgMgmt_mm1_TestCases {
f_selfOrClientSyncAndVerdict
(
c_tbDone
,
e_timeout
);
}
}
// End of 'alt' statement
}
// End of testcase TC_MEC_MEO_PKGM_002_BR
}
// End of testcase TC_MEC_
MEC010p2_
MEO_PKGM_002_BR
...
...
@@ -311,7 +311,7 @@ module AtsMec_PkgMgmt_mm1_TestCases {
* ETSI GS MEC 010-2 2.0.10, clause 7.3.2.3.2
* ETSI GS MEC 010-2 2.0.10, Table 6.2.3.3.2-1 //OnboardedAppPkgInfo
*/
testcase
TC_MEC_MEO_PKGM_003_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
testcase
TC_MEC_
MEC010p2_
MEO_PKGM_003_OK
()
runs
on
HttpComponent
system
HttpTestAdapter
{
// Local variables
var
Headers
v_headers
;
var
HttpMessage
v_response
;
...
...
@@ -368,7 +368,7 @@ module AtsMec_PkgMgmt_mm1_TestCases {
f_selfOrClientSyncAndVerdict
(
c_tbDone
,
e_timeout
);
}
}
// End of 'alt' statement
}
// End of testcase TC_MEC_MEO_PKGM_003_OK
}
// End of testcase TC_MEC_
MEC010p2_
MEO_PKGM_003_OK
/**
...
...
@@ -376,7 +376,7 @@ module AtsMec_PkgMgmt_mm1_TestCases {
* ETSI GS MEC 010-2 2.0.10, clause 7.3.2.3.2
* ETSI GS MEC 010-2 2.0.10, Table 6.2.3.3.2-1 //OnboardedAppPkgInfo