Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
TST
ATS
Commits
69fb2227
Commit
69fb2227
authored
Aug 24, 2017
by
Naum Spaseski
Browse files
Small corrections for TC_CSE_REG_CRE_024
Signed-off-by:
Naum Spaseski
<
naum.spaseski@gmail.com
>
parent
a77c3b4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
LibOneM2M/OneM2M_Templates.ttcn
LibOneM2M/OneM2M_Templates.ttcn
+1
-1
OneM2M_Testcases.ttcn
OneM2M_Testcases.ttcn
+2
-2
No files found.
LibOneM2M/OneM2M_Templates.ttcn
View file @
69fb2227
...
@@ -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_createC
ontainer
"
&
f_rnd
(
1
,
1000000
),
requestIdentifier
:=
testcasename
()
&
"-m_createC
SEBase
"
&
f_rnd
(
1
,
1000000
),
resourceType
:=
int5
,
resourceType
:=
int5
,
primitiveContent
:=
{
cSEBase
:=
m_contentCreateCSEBase
}
primitiveContent
:=
{
cSEBase
:=
m_contentCreateCSEBase
}
};
};
...
...
OneM2M_Testcases.ttcn
View file @
69fb2227
...
@@ -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_02
4
() runs on CseTester system CseSystem {
testcase TC_CSE_REG_CRE_02
5
() 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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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