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
22a210c1
Commit
22a210c1
authored
7 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Arrangement of PXs
Signed-off-by:
Miguel Angel Reina Ortega
<
miguelangel.reinaortega@etsi.org
>
parent
fdd81e25
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
LibOneM2M/OneM2M_Pixits.ttcn
+88
-65
88 additions, 65 deletions
LibOneM2M/OneM2M_Pixits.ttcn
with
88 additions
and
65 deletions
LibOneM2M/OneM2M_Pixits.ttcn
+
88
−
65
View file @
22a210c1
...
...
@@ -18,21 +18,14 @@ module OneM2M_Pixits {
group
TestAdapterParameters
{}
modulepar
boolean
PX_DELETE_CREATED_RESOURCES
:=
true
;
modulepar
XSD
.
AnyURI
PX_RESOURCE_TO_BE_DELETED
:=
"/ae_test"
;
modulepar
XSD
.
IDREFS
PX_RESOURCES_TO_BE_DELETED
:=
{
"MyAe"
};
modulepar
charstring
PX_SUT_ADDRESS
:=
"127.0.0.1:8080"
;
group
IutParameters
{
modulepar
charstring
PX_AE1_ADDRESS
:=
"127.0.0.1:3131"
;
modulepar
boolean
PX_MN_CSE
:=
true
;
modulepar
charstring
PX_AE2_ADDRESS
:=
"127.0.0.1:3132"
;
modulepar
charstring
PX_CSE1_ADDRESS
:=
"127.0.0.1:3141"
;
modulepar
boolean
PX_IN_CSE
:=
false
;
modulepar
charstring
PX_
XML_NAMESPACE
:=
"m2m=""http://www.onem2m.org/xml/protocols""
"
;
modulepar
charstring
PX_
SUT_ADDRESS
:=
"127.0.0.1:8080
"
;
/**
* @desc IUT CSE Name
...
...
@@ -45,56 +38,86 @@ module OneM2M_Pixits {
modulepar
XSD
.
ID
PX_CSE_ID
:=
"/cseId"
;
/**
* @desc IUT
M2M-SP-ID with M2M-SP-ID format (absolute) according to TS-0001-7.2-1 Unstructured-CSE-relative -Resource-ID
* @desc IUT
CSE resource ID with Unstructured-CSE-relative-Resource-ID (relative) format according to TS-0001-7.2-1
*/
modulepar
XSD
.
ID
PX_
SP_ID
:=
"//om2m.org
"
;
modulepar
XSD
.
ID
PX_
CSE_RESOURCE_ID
:=
"cseResourceId
"
;
/**
* @desc
Test System CSE1-ID with SP-relative-CSE
-ID format (
relativ
e) according to TS-0001-7.2-1
* @desc
IUT M2M-SP-ID with M2M-SP
-ID format (
absolut
e) according to TS-0001-7.2-1
Unstructured-CSE-relative -Resource-ID
*/
modulepar
XSD
.
ID
PX_
CSE1_ID
:=
"/MyCSEId
"
;
modulepar
XSD
.
ID
PX_
SP_ID
:=
"//om2m.org
"
;
/**
* @desc
IUT CSE resource ID with Unstructured-CSE-relative-Resource-ID
(relative)
format
according to TS-0001-7.2-1
* @desc
AE-ID with privileges to CREATE at the IUT CSEBase with AE-ID-Stem format
(relative) according to TS-0001-7.2-1
*/
modulepar
XSD
.
ID
PX_
CSE_RESOURC
E_ID
:=
"
cseResourceId
"
;
modulepar
XSD
.
ID
PX_
SUPER_A
E_ID
:=
"
admin:admin
"
;
/**
* @desc
Test System AE1-ID with AE-ID-Stem
format (relative) according to TS-0001-7.2-1
* @desc
CSE-ID with privileges to CREATE at the IUT CSEBase with SP-relative-CSE-ID
format (relative) according to TS-0001-7.2-1
*/
modulepar
XSD
.
ID
PX_AE1_ID_STEM
:=
""
;
modulepar
XSD
.
ID
PX_SUPER_CSE_ID
:=
"/admin:admin"
;
modulepar
AddressingMethod
PX_ADDRESSING_METHOD
:=
e_hierarchical
;
modulepar
PrimitiveScope
PX_PRIMITIVE_SCOPE
:=
e_cseRelative
;
modulepar
charstring
PX_SERIALIZATION
:=
"XML"
;
modulepar
charstring
PX_PROTOCOL_BINDING
:=
"HTTP"
;
modulepar
charstring
PX_XML_NAMESPACE
:=
"m2m=""http://www.onem2m.org/xml/protocols"""
;
modulepar
ListOfURIs
PX_ACOR
:=
{
"*"
};
}
group
TesterParameters
{
modulepar
charstring
PX_AE1_ADDRESS
:=
"127.0.0.1:3131"
;
modulepar
charstring
PX_AE2_ADDRESS
:=
"127.0.0.1:3132"
;
modulepar
charstring
PX_CSE1_ADDRESS
:=
"127.0.0.1:3141"
;
/**
* @desc Test System
AE2
-ID with
AE-ID-Stem
format (relative) according to TS-0001-7.2-1
* @desc Test System
CSE1
-ID with
SP-relative-CSE-ID
format (relative) according to TS-0001-7.2-1
*/
modulepar
XSD
.
ID
PX_
AE2_ID_STEM
:=
"
"
;
modulepar
XSD
.
ID
PX_
CSE1_ID
:=
"/MyCSEId
"
;
/**
* @desc
AE-ID with privileges to CREATE at the IUT CSEBase
with AE-ID-Stem format (relative) according to TS-0001-7.2-1
* @desc
Test System AE1-ID
with AE-ID-Stem format (relative) according to TS-0001-7.2-1
*/
modulepar
XSD
.
ID
PX_
SUPER_
AE_ID
:=
"
admin:admin
"
;
modulepar
XSD
.
ID
PX_AE
1
_ID
_STEM
:=
""
;
/**
* @desc
CSE-ID with privileges to CREATE at the IUT CSEBase with SP-relative-CSE-ID
format (relative) according to TS-0001-7.2-1
* @desc
Test System AE2-ID with AE-ID-Stem
format (relative) according to TS-0001-7.2-1
*/
modulepar
XSD
.
ID
PX_
SUPER_CSE_ID
:=
"/admin:admin
"
;
modulepar
XSD
.
ID
PX_
AE2_ID_STEM
:=
"
"
;
/**
* @desc Test System APP-ID with App-ID format according to TS-0001-7.2-1
*/
modulepar
XSD
.
ID
PX_APP_ID
:=
"NMyAppId"
;
}
group
ExecutionParameters
{
modulepar
boolean
PX_DELETE_CREATED_RESOURCES
:=
true
;
modulepar
XSD
.
AnyURI
PX_RESOURCE_TO_BE_DELETED
:=
"/ae_test"
;
modulepar
XSD
.
IDREFS
PX_RESOURCES_TO_BE_DELETED
:=
{
"MyAe"
};
modulepar
boolean
PX_RUN_POSTAMBLE
:=
true
;
modulepar
ListOfURIs
PX_ACOR
:=
{
"*"
};
modulepar
AddressingMethod
PX_ADDRESSING_METHOD
:=
e_hierarchical
;
}
modulepar
PrimitiveScope
PX_PRIMITIVE_SCOPE
:=
e_cseRelative
;
modulepar
charstring
PX_SERIALIZATION
:=
"XML"
;
modulepar
charstring
PX_PROTOCOL_BINDING
:=
"HTTP"
;
modulepar
boolean
PX_USE_RESOURCE_ID_AS_ORIGINATOR
:=
true
;
...
...
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