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
f68c216d
Commit
f68c216d
authored
Jul 07, 2016
by
Naum Spaseski
Browse files
Added the component start configuration for each test
parent
af650a87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
OneM2M_Testcases.ttcn
OneM2M_Testcases.ttcn
+15
-1
No files found.
OneM2M_Testcases.ttcn
View file @
f68c216d
...
...
@@ -115,6 +115,9 @@ module OneM2M_Testcases {
var
integer
v_cseBaseIndex
:=
-
1
;
var
integer
v_resourceIndex
:=
-
1
;
var
ResourceType
v_resourceType
:=
int2
;
// Test component configuration
f_cf01Up
();
//Preambule
v_cseBaseIndex
:=
f_preamble_prepareCSE
({
"C-AE-ID-STEM"
});
//c_CRUDNDi);
...
...
@@ -151,8 +154,10 @@ module OneM2M_Testcases {
var
M2MResponsePrimitive
v_response
;
var
RequestPrimitive
v_request
;
var
integer
v_cseBaseIndex
:=
-
1
;
var
ResourceType
v_resourceType
:=
int2
;
// Test component configuration
f_cf01Up
();
//Preambule
v_cseBaseIndex
:=
f_preamble_prepareCSE
({
"C-AE-ID-STEM"
});
//c_CRUDNDi);
...
...
@@ -189,6 +194,9 @@ module OneM2M_Testcases {
var
RequestPrimitive
v_request
;
var
integer
v_cseBaseIndex
:=
-
1
;
var
ResourceType
v_resourceType
:=
int2
;
// Test component configuration
f_cf01Up
();
//Preambule
v_cseBaseIndex
:=
f_preamble_prepareCSE
(
omit
);
//c_CRUDNDi);
...
...
@@ -225,6 +233,9 @@ module OneM2M_Testcases {
var
RequestPrimitive
v_request
;
var
integer
v_cseBaseIndex
:=
-
1
;
var
ResourceType
v_resourceType
:=
int2
;
// Test component configuration
f_cf01Up
();
//Preambule
v_cseBaseIndex
:=
f_preamble_prepareCSE
(
omit
);
//c_CRUDNDi);
...
...
@@ -261,6 +272,9 @@ module OneM2M_Testcases {
var
RequestPrimitive
v_request
;
var
integer
v_cseBaseIndex
:=
-
1
;
var
ResourceType
v_resourceType
:=
int2
;
// Test component configuration
f_cf01Up
();
//Preambule
v_cseBaseIndex
:=
f_preamble_prepareCSE
({
"S"
});
//c_CRUDNDi);
...
...
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