Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ATS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TST
ATS
Commits
f68c216d
Commit
f68c216d
authored
8 years ago
by
Naum Spaseski
Browse files
Options
Downloads
Patches
Plain Diff
Added the component start configuration for each test
parent
af650a87
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3
Reg
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
OneM2M_Testcases.ttcn
+15
-1
15 additions, 1 deletion
OneM2M_Testcases.ttcn
with
15 additions
and
1 deletion
OneM2M_Testcases.ttcn
+
15
−
1
View file @
f68c216d
...
@@ -115,6 +115,9 @@ module OneM2M_Testcases {
...
@@ -115,6 +115,9 @@ module OneM2M_Testcases {
var
integer
v_cseBaseIndex
:=
-
1
;
var
integer
v_cseBaseIndex
:=
-
1
;
var
integer
v_resourceIndex
:=
-
1
;
var
integer
v_resourceIndex
:=
-
1
;
var
ResourceType
v_resourceType
:=
int2
;
var
ResourceType
v_resourceType
:=
int2
;
// Test component configuration
f_cf01Up
();
//Preambule
//Preambule
v_cseBaseIndex
:=
f_preamble_prepareCSE
({
"C-AE-ID-STEM"
});
//c_CRUDNDi);
v_cseBaseIndex
:=
f_preamble_prepareCSE
({
"C-AE-ID-STEM"
});
//c_CRUDNDi);
...
@@ -151,8 +154,10 @@ module OneM2M_Testcases {
...
@@ -151,8 +154,10 @@ module OneM2M_Testcases {
var
M2MResponsePrimitive
v_response
;
var
M2MResponsePrimitive
v_response
;
var
RequestPrimitive
v_request
;
var
RequestPrimitive
v_request
;
var
integer
v_cseBaseIndex
:=
-
1
;
var
integer
v_cseBaseIndex
:=
-
1
;
var
ResourceType
v_resourceType
:=
int2
;
var
ResourceType
v_resourceType
:=
int2
;
// Test component configuration
f_cf01Up
();
//Preambule
//Preambule
v_cseBaseIndex
:=
f_preamble_prepareCSE
({
"C-AE-ID-STEM"
});
//c_CRUDNDi);
v_cseBaseIndex
:=
f_preamble_prepareCSE
({
"C-AE-ID-STEM"
});
//c_CRUDNDi);
...
@@ -189,6 +194,9 @@ module OneM2M_Testcases {
...
@@ -189,6 +194,9 @@ module OneM2M_Testcases {
var
RequestPrimitive
v_request
;
var
RequestPrimitive
v_request
;
var
integer
v_cseBaseIndex
:=
-
1
;
var
integer
v_cseBaseIndex
:=
-
1
;
var
ResourceType
v_resourceType
:=
int2
;
var
ResourceType
v_resourceType
:=
int2
;
// Test component configuration
f_cf01Up
();
//Preambule
//Preambule
v_cseBaseIndex
:=
f_preamble_prepareCSE
(
omit
);
//c_CRUDNDi);
v_cseBaseIndex
:=
f_preamble_prepareCSE
(
omit
);
//c_CRUDNDi);
...
@@ -225,6 +233,9 @@ module OneM2M_Testcases {
...
@@ -225,6 +233,9 @@ module OneM2M_Testcases {
var
RequestPrimitive
v_request
;
var
RequestPrimitive
v_request
;
var
integer
v_cseBaseIndex
:=
-
1
;
var
integer
v_cseBaseIndex
:=
-
1
;
var
ResourceType
v_resourceType
:=
int2
;
var
ResourceType
v_resourceType
:=
int2
;
// Test component configuration
f_cf01Up
();
//Preambule
//Preambule
v_cseBaseIndex
:=
f_preamble_prepareCSE
(
omit
);
//c_CRUDNDi);
v_cseBaseIndex
:=
f_preamble_prepareCSE
(
omit
);
//c_CRUDNDi);
...
@@ -261,6 +272,9 @@ module OneM2M_Testcases {
...
@@ -261,6 +272,9 @@ module OneM2M_Testcases {
var
RequestPrimitive
v_request
;
var
RequestPrimitive
v_request
;
var
integer
v_cseBaseIndex
:=
-
1
;
var
integer
v_cseBaseIndex
:=
-
1
;
var
ResourceType
v_resourceType
:=
int2
;
var
ResourceType
v_resourceType
:=
int2
;
// Test component configuration
f_cf01Up
();
//Preambule
//Preambule
v_cseBaseIndex
:=
f_preamble_prepareCSE
({
"S"
});
//c_CRUDNDi);
v_cseBaseIndex
:=
f_preamble_prepareCSE
({
"S"
});
//c_CRUDNDi);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment