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
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide 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,83 +18,106 @@ 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
boolean
PX_MN_CSE
:=
true
;
modulepar
boolean
PX_IN_CSE
:=
false
;
modulepar
charstring
PX_AE1_ADDRESS
:=
"127.0.0.1:3131"
;
modulepar
charstring
PX_AE2_ADDRESS
:=
"127.0.0.1:3132"
;
modulepar
charstring
PX_SUT_ADDRESS
:=
"127.0.0.1:8080"
;
/**
* @desc IUT CSE Name
*/
modulepar
XSD
.
ID
PX_CSE_NAME
:=
"cseName"
;
/**
* @desc IUT CSE-ID with SP-relative-CSE-ID format (relative) according to TS-0001-7.2-1
*/
modulepar
XSD
.
ID
PX_CSE_ID
:=
"/cseId"
;
/**
* @desc IUT CSE resource ID with Unstructured-CSE-relative-Resource-ID (relative) format according to TS-0001-7.2-1
*/
modulepar
XSD
.
ID
PX_CSE_RESOURCE_ID
:=
"cseResourceId"
;
/**
* @desc IUT M2M-SP-ID with M2M-SP-ID format (absolute) according to TS-0001-7.2-1 Unstructured-CSE-relative -Resource-ID
*/
modulepar
XSD
.
ID
PX_SP_ID
:=
"//om2m.org"
;
/**
* @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_SUPER_AE_ID
:=
"admin:admin"
;
/**
* @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_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_
CSE1
_ADDRESS
:=
"127.0.0.1:31
41
"
;
modulepar
charstring
PX_
AE2
_ADDRESS
:=
"127.0.0.1:31
32
"
;
modulepar
charstring
PX_
XML_NAMESPACE
:=
"m2m=""http://www.onem2m.org/xml/protocols""
"
;
modulepar
charstring
PX_
CSE1_ADDRESS
:=
"127.0.0.1:3141
"
;
/**
* @desc IUT CSE Name
*/
modulepar
XSD
.
ID
PX_CSE_NAME
:=
"cseName"
;
/**
* @desc IUT CSE-ID with SP-relative-CSE-ID format (relative) according to TS-0001-7.2-1
*/
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
*/
modulepar
XSD
.
ID
PX_SP_ID
:=
"//om2m.org"
;
/**
* @desc Test System CSE1-ID with SP-relative-CSE-ID format (relative) according to TS-0001-7.2-1
*/
modulepar
XSD
.
ID
PX_CSE1_ID
:=
"/MyCSEId"
;
/**
* @desc IUT CSE resource ID with Unstructured-CSE-relative-Resource-ID (relative) format according to TS-0001-7.2-1
*/
modulepar
XSD
.
ID
PX_CSE_RESOURCE_ID
:=
"cseResourceId"
;
/**
* @desc Test System AE1-ID with AE-ID-Stem format (relative) according to TS-0001-7.2-1
*/
modulepar
XSD
.
ID
PX_AE1_ID_STEM
:=
""
;
/**
* @desc Test System CSE1-ID with SP-relative-CSE-ID format (relative) according to TS-0001-7.2-1
*/
modulepar
XSD
.
ID
PX_CSE1_ID
:=
"/MyCSEId"
;
/**
* @desc Test System AE1-ID with AE-ID-Stem format (relative) according to TS-0001-7.2-1
*/
modulepar
XSD
.
ID
PX_AE1_ID_STEM
:=
""
;
/**
* @desc Test System AE2-ID with AE-ID-Stem format (relative) according to TS-0001-7.2-1
*/
modulepar
XSD
.
ID
PX_AE2_ID_STEM
:=
""
;
/**
* @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_SUPER_AE_ID
:=
"admin:admin"
;
/**
* @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_SUPER_CSE_ID
:=
"/admin:admin"
;
/**
* @desc Test System AE2-ID with AE-ID-Stem format (relative) according to TS-0001-7.2-1
*/
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"
;
/**
* @desc Test System APP-ID with App-ID format according to TS-0001-7.2-1
*/
modulepar
XSD
.
ID
PX_APP_ID
:=
"NMyAppId"
;
modulepar
boolean
PX_RUN_POSTAMBLE
:=
true
;
}
group
ExecutionParameters
{
modulepar
boolean
PX_DELETE_CREATED_RESOURCES
:=
true
;
modulepar
ListOf
URI
s
PX_
ACOR
:=
{
"*"
}
;
modulepar
XSD
.
Any
URI
PX_
RESOURCE_TO_BE_DELETED
:=
"/ae_test"
;
modulepar
AddressingMethod
PX_ADDRESSING_METHOD
:=
e_hierarchical
;
modulepar
XSD
.
IDREFS
PX_RESOURCES_TO_BE_DELETED
:=
{
"MyAe"
}
;
modulepar
PrimitiveScope
PX_PRIMITIVE_SCOPE
:=
e_cseRelative
;
modulepar
boolean
PX_RUN_POSTAMBLE
:=
true
;
}
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