Skip to content
Snippets Groups Projects
Commit 69fb2227 authored by Naum Spaseski's avatar Naum Spaseski
Browse files

Small corrections for TC_CSE_REG_CRE_024

parent a77c3b4d
No related branches found
No related tags found
No related merge requests found
...@@ -535,7 +535,7 @@ module OneM2M_Templates { ...@@ -535,7 +535,7 @@ module OneM2M_Templates {
* @desc Base CREATE request primitive for CSEBase resource * @desc Base CREATE request primitive for CSEBase resource
*/ */
template (value) RequestPrimitive m_createCSEBaseBase modifies m_create := { template (value) RequestPrimitive m_createCSEBaseBase modifies m_create := {
requestIdentifier := testcasename() & "-m_createContainer" & f_rnd(1, 1000000), requestIdentifier := testcasename() & "-m_createCSEBase" & f_rnd(1, 1000000),
resourceType := int5, resourceType := int5,
primitiveContent := {cSEBase := m_contentCreateCSEBase} primitiveContent := {cSEBase := m_contentCreateCSEBase}
}; };
......
...@@ -1367,7 +1367,7 @@ module OneM2M_Testcases { ...@@ -1367,7 +1367,7 @@ module OneM2M_Testcases {
* @desc Check that the IUT rejects the create request of <CSEBase> resource. * @desc Check that the IUT rejects the create request of <CSEBase> resource.
* *
*/ */
testcase TC_CSE_REG_CRE_024() runs on CseTester system CseSystem { testcase TC_CSE_REG_CRE_025() runs on CseTester system CseSystem {
// Local variables // Local variables
var MsgIn v_response; var MsgIn v_response;
...@@ -1386,7 +1386,7 @@ module OneM2M_Testcases { ...@@ -1386,7 +1386,7 @@ module OneM2M_Testcases {
v_aeIndex := f_cse_preamble_registerAe();//c_CRUDNDi); v_aeIndex := f_cse_preamble_registerAe();//c_CRUDNDi);
// Test Body // Test Body
v_request := f_getCreateRequestPrimitive(v_resourceType, m_createCSEBaseBase, v_aeIndex); v_request := f_getCreateRequestPrimitive(v_resourceType, m_createCSEBaseBase, -1);
mcaPort.send(m_request(v_request)); mcaPort.send(m_request(v_request));
tc_ac.start; tc_ac.start;
......
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