Skip to content
Snippets Groups Projects
Commit 4ecbdc7a authored by Bogdan Stanca-Kaposta's avatar Bogdan Stanca-Kaposta
Browse files

added for TC_CSE_LOC_BV_007 and TC_CSE_LOC_BV_008 inconc verdict if

disabled
parent e88eef97
No related branches found
No related tags found
1 merge request!30#1 TC_CSE_LOC_BV_007 and TC_CSE_LOC_BV_008 inconc verdict if disabled
...@@ -5393,6 +5393,8 @@ module OneM2M_Testcases_CSE_Release_2 { ...@@ -5393,6 +5393,8 @@ module OneM2M_Testcases_CSE_Release_2 {
// Postamble // Postamble
f_cse_postamble_deleteResources(); f_cse_postamble_deleteResources();
} else {
setverdict(inconc, __SCOPE__ & ": Test case only enabled for ASN-CSE. Set PX_IUT_IS_ASN_CSE to true to run this test case.");
} }
// Tear down // Tear down
f_cf01Down(); f_cf01Down();
...@@ -5458,6 +5460,8 @@ module OneM2M_Testcases_CSE_Release_2 { ...@@ -5458,6 +5460,8 @@ module OneM2M_Testcases_CSE_Release_2 {
// Postamble // Postamble
f_cse_postamble_deleteResources(); f_cse_postamble_deleteResources();
} else {
setverdict(inconc, __SCOPE__ & ": Test case only enabled for MN-CSE. Set PX_IUT_IS_MN_CSE to true to run this test case.")
} }
// Tear down // Tear down
f_cf01Down(); f_cf01Down();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment