Skip to content
Snippets Groups Projects
Commit 37ca926a authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

TC names changed for LOC group

parent 9f3fdb37
No related branches found
Tags TST-2016-0121-TS-0019_TTCN-3_Test_cases
No related merge requests found
......@@ -3742,7 +3742,7 @@ module OneM2M_Testcases {
group g_CSE_LOC_BV_001{
testcase TC_CSE_LOC_BV_001_01() runs on M2M system M2MSystem {
testcase TC_CSE_LOC_BV_001() runs on M2M system M2MSystem {
var integer v_aeAuxIndex := -1;
var XSD.ID p_aeResourceAddress := PX_URI_CSE & PX_CSE_NAME & "/" & c_aeAuxName;
......@@ -3783,8 +3783,11 @@ module OneM2M_Testcases {
f_postamble_deleteResources();
}// end testcase TC_CSE_LOC_BV_001_01
testcase TC_CSE_LOC_BV_001_02() runs on M2M system M2MSystem {
}//end group g_CSE_LOC_BV_001
group g_CSE_LOC_BV_002{
testcase TC_CSE_LOC_BV_002() runs on M2M system M2MSystem {
var integer v_aeAuxIndex := -1;
var XSD.ID p_aeResourceAddress := PX_URI_CSE & PX_CSE_NAME & "/" & c_aeAuxName;
......@@ -3825,12 +3828,12 @@ module OneM2M_Testcases {
}// end testcase TC_CSE_LOC_BV_001_02
}//end group g_CSE_LOC_BV_001
}//end group g_CSE_LOC_BV_002
group g_CSE_LOC_BO_001{
testcase TC_CSE_LOC_BO_001_01() runs on M2M system M2MSystem {//no AE_ID presented in the from_ is assigned privilege to do locationPolicy resource create operation!!
testcase TC_CSE_LOC_BO_001() runs on M2M system M2MSystem {//no AE_ID presented in the from_ is assigned privilege to do locationPolicy resource create operation!!
var integer v_aeAuxIndex := -1;
var XSD.ID p_aeResourceAddress := PX_URI_CSE & PX_CSE_NAME & "/" & c_aeAuxName;
......@@ -3875,7 +3878,10 @@ module OneM2M_Testcases {
} // end testcase TC_CSE_LOC_BO_001_01
testcase TC_CSE_LOC_BO_001_02() runs on M2M system M2MSystem {
}//end group g_CSE_LOC_BO_001
group g_CSE_LOC_BV_002{
testcase TC_CSE_LOC_BO_002() runs on M2M system M2MSystem {
var integer v_aeAuxIndex := -1;
var XSD.ID p_targetResourceAddress := PX_URI_CSE & PX_CSE_NAME & "/" & c_aeAuxName & "/" & c_defaultResourceName;
......@@ -3920,7 +3926,7 @@ module OneM2M_Testcases {
group g_CSE_LOC_BI_001{
testcase TC_CSE_LOC_BI_001_01() runs on M2M system M2MSystem {//reject a invalid update request with invalid attribtue locationUpdatePeriod
testcase TC_CSE_LOC_BI_001() runs on M2M system M2MSystem {//reject a invalid update request with invalid attribtue locationUpdatePeriod
var integer v_aeAuxIndex := -1;
var integer v_locPolicyResourceIndex := -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment