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
5e832b5c
Commit
5e832b5c
authored
Sep 08, 2017
by
Naum Spaseski
Browse files
STF531: Corrected TC_CSE_REG_CRE_029
Signed-off-by:
Naum Spaseski
<
naum.spaseski@gmail.com
>
parent
04d53589
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
OneM2M_Testcases.ttcn
OneM2M_Testcases.ttcn
+3
-4
No files found.
OneM2M_Testcases.ttcn
View file @
5e832b5c
...
...
@@ -1636,7 +1636,7 @@ module OneM2M_Testcases {
testcase TC_CSE_REG_CRE_029() runs on CseSimu system CseSystem {
//
var MsgIn v_response;
var MsgIn v_response;
var RequestPrimitive v_request;
var RequestPrimitive v_createRequestPrimitive := valueof(m_createRemoteCSEBase);
...
...
@@ -1652,14 +1652,13 @@ module OneM2M_Testcases {
// Preamble
v_request := f_getCreateRequestPrimitive(v_resourceType, v_createRequestPrimitive, -1);
mccPort.send(m_request(v_request));
tc_ac.start;
alt {
[] mccPort.receive(mw_re
sponse
(mw_re
sponsePrimitiveOK))
{
[] mccPort.receive(mw_re
quest
(mw_
c
re
ateRemoteCSEBase(PX_CSE_ID,f_getResourceAddress(-1)))) -> value v_response
{
tc_ac.stop;
setverdict(pass, __SCOPE__ & ": Resource type remoteCSE created successfully");
}
[] mccPort.receive
(mw_response(mw_responsePrimitiveKO))
{
[] mccPort.receive {
tc_ac.stop;
setverdict(fail, __SCOPE__ & ": Error while creating resource type remoteCSE");
}
...
...
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