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
cda0620c
Commit
cda0620c
authored
Sep 06, 2017
by
Pramod Kulkarni
Browse files
Corrections for TC_CSE_REG_CRE_004
Signed-off-by:
pkulkarni
<
pkulkarni75@gmail.com
>
parent
eb7ae4f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
OneM2M_Testcases.ttcn
OneM2M_Testcases.ttcn
+2
-4
No files found.
OneM2M_Testcases.ttcn
View file @
cda0620c
...
...
@@ -971,11 +971,9 @@ module OneM2M_Testcases {
//Test Body
//v_request := valueof(m_createAe(PX_APP_ID, omit, "C-AE-ID-STEM"));
//v_request := f_getCreateRequestPrimitive(v_resourceType, v_request, v_cseBaseIndex);
vc_aeSimu.start(f_cse_createResource(int2, m_createAe(PX_APP_ID, omit, "C-AE-ID-STEM")));
//mcaPort.send(m_request(v_request));
tc_ac.start;
alt {
[] mccPort.receive(mw_response(mw_responsePrimitive(int4005))) {
...
...
@@ -989,7 +987,7 @@ module OneM2M_Testcases {
[] tc_ac.timeout {
setverdict(fail, __SCOPE__ & ": No answer while creating AE");
}
}
}
// Postamble
f_cse_postamble_deleteResourcesCSE();
...
...
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