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
f167484d
Commit
f167484d
authored
7 years ago
by
AHMADABB
Browse files
Options
Downloads
Patches
Plain Diff
After reading TS0028 correction of previously produced TC was ESPrim is
in fact ESCertKE. Removed testing phrase of previous test commit.
parent
c52aa907
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
LibOneM2M/OneM2M_Templates.ttcn
+1
-2
1 addition, 2 deletions
LibOneM2M/OneM2M_Templates.ttcn
OneM2M_Testcases_CSE_Release_2_SEC_STF531.ttcn
+8
-4
8 additions, 4 deletions
OneM2M_Testcases_CSE_Release_2_SEC_STF531.ttcn
with
10 additions
and
6 deletions
.gitignore
+
1
−
0
View file @
f167484d
/.project
/.classpath
/ttcn3build/
This diff is collapsed.
Click to expand it.
LibOneM2M/OneM2M_Templates.ttcn
+
1
−
2
View file @
f167484d
...
...
@@ -1343,8 +1343,7 @@ module OneM2M_Templates {
/**
* @desc SecurityInfo content
* @param p_securityInfoType security type integer
* This is a test for git commit from TTworkbench
* @param p_securityInfoType security type integer
*/
template
SecurityInfo
m_contentSecurityInfo
(
in
SecurityInfoType
p_securityInfoType
)
:=
{
securityInfoType
:=
p_securityInfoType
,
...
...
This diff is collapsed.
Click to expand it.
OneM2M_Testcases_CSE_Release_2_SEC_STF531.ttcn
+
8
−
4
View file @
f167484d
...
...
@@ -79,9 +79,9 @@ module OneM2M_Testcases_CSE_Release_2_SEC_STF531 {
group
CSE
{
group
ES
Prim
{
group
ES
CertKE
{
testcase
TC_CSE_ESC_001
()
runs
on
AeSimu
system
CseSystem
{
testcase
TC_CSE_ESC_
BV_
001
()
runs
on
AeSimu
system
CseSystem
{
var
MsgIn
v_response
;
var
integer
v_aeIndex
:=
-
1
;
var
template
RequestPrimitive
v_requestNotify
:=
m_notifyEmpty
;
...
...
@@ -90,16 +90,20 @@ module OneM2M_Testcases_CSE_Release_2_SEC_STF531 {
f_cf02Up
();
// Test adapter configuration
// Preamble
v_aeIndex
:=
f_cse_preamble_registerAe
();
//c_CRUDNDi);
//TestBody
v_requestNotify
.
primitiveContent
:=
{
securityInfo
:=
m_contentSecurityInfo
(
int6
)};
v_requestNotify
.
primitiveContent
.
securityInfo
.
escertkeMessage
:=
"Q2xpZW50IEhlbGxv"
;
//'Q2xpZW50IEhlbGxv'O => "Client Hello" Bqse64 representation Was ''O
}
}
// end of group ES
Prim
}
// end of group ES
CertKE
}
//end group CSE
...
...
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