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
1d7558ae
Commit
1d7558ae
authored
Feb 28, 2019
by
Miguel Angel Reina Ortega
Browse files
Merge branch 'Release2' of
https://git.onem2m.org/TST/ATS
into Release2
parents
c0804cab
bec8fb18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
4 deletions
+20
-4
OneM2M_Testcases_CSE_Release_2.ttcn
OneM2M_Testcases_CSE_Release_2.ttcn
+20
-4
No files found.
OneM2M_Testcases_CSE_Release_2.ttcn
View file @
1d7558ae
...
...
@@ -904,6 +904,8 @@ module OneM2M_Testcases_CSE_Release_2 {
v_ae1
.
done
;
v_contentResponse
.
container
:=
mw_contentContainer_rc1
;
//Provided attributes should not be returned unless modified
v_contentResponse
.
container
.
resourceName
:=
omit
;
v_ae1
.
start
(
f_CSE_DMR_CRE_020
(
int3
,
m_createContainerBase
,
v_contentResponse
));
//Container
v_ae1
.
done
;
...
...
@@ -917,6 +919,10 @@ module OneM2M_Testcases_CSE_Release_2 {
v_ae1
.
done
;
v_contentResponse
.
group_
:=
mw_contentGroup_rc1
;
//Provided attributes should not be returned unless modified
v_contentResponse
.
group_
.
resourceName
:=
omit
;
v_contentResponse
.
group_
.
maxNrOfMembers
:=
omit
;
v_contentResponse
.
group_
.
memberIDs
:=
omit
;
v_ae1
.
start
(
f_CSE_DMR_CRE_020
(
int9
,
m_createGroupBase
,
v_contentResponse
));
//Group
v_ae1
.
done
;
...
...
@@ -930,7 +936,11 @@ module OneM2M_Testcases_CSE_Release_2 {
v_ae1
.
done
;
v_contentResponse
.
accessControlPolicy
:=
mw_contentAcp_rc1
;
//Provided attributes should not be returned unless modified
v_contentResponse
.
accessControlPolicy
.
resourceName
:=
omit
;
v_contentResponse
.
accessControlPolicy
.
privileges
:=
omit
;
v_contentResponse
.
accessControlPolicy
.
selfPrivileges
:=
omit
;
v_ae1
.
start
(
f_CSE_DMR_CRE_020
(
int1
,
m_createAcpBase
,
v_contentResponse
));
//AccessControlPolicy
v_ae1
.
done
;
}
...
...
@@ -943,6 +953,9 @@ module OneM2M_Testcases_CSE_Release_2 {
v_ae1
.
done
;
v_contentResponse
.
subscription
:=
mw_contentSubscription_rc1
;
//Provided attributes should not be returned unless modified
v_contentResponse
.
subscription
.
resourceName
:=
omit
;
v_contentResponse
.
subscription
.
notificationURI
:=
omit
;
v_ae1
.
start
(
f_CSE_DMR_CRE_020
(
int23
,
m_createSubscriptionBase
,
v_contentResponse
));
//Subscription
v_ae1
.
done
;
...
...
@@ -956,6 +969,8 @@ module OneM2M_Testcases_CSE_Release_2 {
v_ae1
.
done
;
v_contentResponse
.
pollingChannel
:=
mw_contentPollingChannel_rc1
;
//Provided attributes should not be returned unless modified
v_contentResponse
.
pollingChannel
.
resourceName
:=
omit
;
v_ae1
.
start
(
f_CSE_DMR_CRE_020
(
int15
,
m_createPollingChannelBase
,
v_contentResponse
));
//PollingChannel
v_ae1
.
done
;
...
...
@@ -2379,7 +2394,8 @@ module OneM2M_Testcases_CSE_Release_2 {
v_ae1
.
start
(
f_setProtocolBinding
(
PX_PROTOCOL_BINDING_AE1
));
v_ae1
.
done
;
v_contentResponse
.
container
:=
m_contentContainer_allOmit
;
v_contentResponse
.
container
.
labels
:=
?
;
v_contentResponse
.
container
.
lastModifiedTime
:=
?
;
v_contentResponse
.
container
.
stateTag
:=
?
;
v_updateRequest
.
primitiveContent
.
container
.
labels
:=
{
"VALUE_1"
};
v_ae1
.
start
(
f_CSE_DMR_UPD_022
(
int3
,
m_createContainerBase
,
v_contentResponse
,
int3
,
m_createContainerBase
,
v_updateRequest
));
//Container
...
...
@@ -2394,7 +2410,7 @@ module OneM2M_Testcases_CSE_Release_2 {
v_ae1
.
start
(
f_setProtocolBinding
(
PX_PROTOCOL_BINDING_AE1
));
v_ae1
.
done
;
v_contentResponse
.
group_
:=
m_contentGroup_allOmit
;
v_contentResponse
.
group_
.
la
bels
:=
?
;
v_contentResponse
.
group_
.
la
stModifiedTime
:=
?
;
v_updateRequest
.
primitiveContent
.
group_
.
labels
:=
{
"VALUE_1"
};
v_ae1
.
start
(
f_CSE_DMR_UPD_022
(
int9
,
m_createGroupBase
,
v_contentResponse
,
int23
,
m_createSubscriptionBase
,
v_updateRequest
));
//Group
...
...
@@ -2410,7 +2426,7 @@ module OneM2M_Testcases_CSE_Release_2 {
v_ae1
.
start
(
f_setProtocolBinding
(
PX_PROTOCOL_BINDING_AE1
));
v_ae1
.
done
;
v_contentResponse
.
accessControlPolicy
:=
m_contentAcp_allOmit
;
v_contentResponse
.
accessControlPolicy
.
la
bels
:=
?
;
v_contentResponse
.
accessControlPolicy
.
la
stModifiedTime
:=
?
;
v_updateRequest
.
primitiveContent
.
accessControlPolicy
.
labels
:=
{
"VALUE_1"
};
v_ae1
.
start
(
f_CSE_DMR_UPD_022
(
int1
,
m_createAcpBase
,
v_contentResponse
,
int23
,
m_createSubscriptionBase
,
v_updateRequest
));
//AccessControlPolicy
...
...
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