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
2d33ca77
Commit
2d33ca77
authored
Sep 08, 2017
by
Naum Spaseski
Browse files
STF531: Corrected TC_CSE_REG_CRE_027
Signed-off-by:
Naum Spaseski
<
naum.spaseski@gmail.com
>
parent
b8047454
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
OneM2M_Testcases.ttcn
OneM2M_Testcases.ttcn
+8
-8
No files found.
OneM2M_Testcases.ttcn
View file @
2d33ca77
...
...
@@ -1540,7 +1540,7 @@ module OneM2M_Testcases {
* @desc Check that the IUT rejects the create request of <CSEBase> resource.
*
*/
testcase TC_CSE_REG_CRE_027() runs on
InCs
eSimu system CseSystem {
testcase TC_CSE_REG_CRE_027() runs on
A
eSimu system CseSystem {
// Local variables
var RequestPrimitive v_request;
...
...
@@ -1550,23 +1550,23 @@ module OneM2M_Testcases {
// Test control
// Test component configuration
f_cf0
1
Up
CseSimuMaster
();
f_cf0
2
Up();
// Test adapter configuration
// Preamble
vc_
remoteCseIndex :=
f_cse_registrationRemoteCse(mw_createRemoteCSEBase);
vc_
cseSimu.start(
f_cse_registrationRemoteCse(mw_createRemoteCSEBase)
)
;
// Test Body
vc_aeSimu.start(
f_cse_createResource(int2, m_createAe(PX_APP_ID, omit, omit))
)
;
f_cse_createResource(int2, m_createAe(PX_APP_ID, omit, omit));
tc_ac.start;
alt {
[] mc
c
Port.receive(mw_response(mw_responsePrimitive(int2001))) {
[] mc
a
Port.receive(mw_response(mw_responsePrimitive(int2001))) {
tc_ac.stop;
setverdict(pass, __SCOPE__ & ": AE creation successful.");
}
[] mc
c
Port.receive {
[] mc
a
Port.receive {
tc_ac.stop;
setverdict(fail, __SCOPE__ & ": Error while creating AE");
}
...
...
@@ -1576,10 +1576,10 @@ module OneM2M_Testcases {
}
// Postamble
f_cse_postamble_deleteResources
CSE
();
f_cse_postamble_deleteResources();
// Tear down
f_cf0
1
Down
CseSimuMaster
();
f_cf0
2
Down();
}//end TC_CSE_REG_CRE_027
...
...
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