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
0a73fe78
Commit
0a73fe78
authored
5 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Changes according to TDE-2020-030 contribution
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
9c779f11
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
OneM2M_Testcases_CSE_Release_3.ttcn
+1
-30
1 addition, 30 deletions
OneM2M_Testcases_CSE_Release_3.ttcn
with
1 addition
and
30 deletions
OneM2M_Testcases_CSE_Release_3.ttcn
+
1
−
30
View file @
0a73fe78
...
@@ -6254,41 +6254,12 @@ module OneM2M_Testcases_CSE_Release_3 {
...
@@ -6254,41 +6254,12 @@ module OneM2M_Testcases_CSE_Release_3 {
* @desc Check that the IUT rejects a DELETE Request target to TARGET_RESOURCE_ADDRESS resource when the Result Content set to RESULT_CONTENT
* @desc Check that the IUT rejects a DELETE Request target to TARGET_RESOURCE_ADDRESS resource when the Result Content set to RESULT_CONTENT
*
*
*/
*/
testcase TC_CSE_DMR_DEL_011_RCN_4() runs on Tester system CseSystem {
// Local variables
var AeSimu v_ae1 := AeSimu.create("AE1") alive;
v_ae1.start(f_CSE_DMR_DEL_011(int3, m_createContainerBase, int4));//ResultContent = 4 (attributes and child resources)
v_ae1.done;
}
testcase TC_CSE_DMR_DEL_011_RCN_5() runs on Tester system CseSystem {
// Local variables
var AeSimu v_ae1 := AeSimu.create("AE1") alive;
v_ae1.start(f_CSE_DMR_DEL_011(int3, m_createContainerBase, int5));//ResultContent = 5 (attributes and child resource references)
v_ae1.done;
}
testcase TC_CSE_DMR_DEL_011_RCN_6() runs on Tester system CseSystem {
// Local variables
var AeSimu v_ae1 := AeSimu.create("AE1") alive;
v_ae1.start(f_CSE_DMR_DEL_011(int3, m_createContainerBase, int6));//ResultContent = 6 (child resource references)
v_ae1.done;
}
testcase TC_CSE_DMR_DEL_011_RCN_7() runs on Tester system CseSystem {
testcase TC_CSE_DMR_DEL_011_RCN_7() runs on Tester system CseSystem {
// Local variables
// Local variables
var AeSimu v_ae1 := AeSimu.create("AE1") alive;
var AeSimu v_ae1 := AeSimu.create("AE1") alive;
v_ae1.start(f_CSE_DMR_DEL_011(int3, m_createContainerBase, int7));//ResultContent = 7 (original resource)
v_ae1.start(f_CSE_DMR_DEL_011(int3, m_createContainerBase, int7));//ResultContent = 7 (original resource)
v_ae1.done;
}
testcase TC_CSE_DMR_DEL_011_RCN_8() runs on Tester system CseSystem {
// Local variables
var AeSimu v_ae1 := AeSimu.create("AE1") alive;
v_ae1.start(f_CSE_DMR_DEL_011(int3, m_createContainerBase, int8));//ResultContent = 8 (child resources)
v_ae1.done;
v_ae1.done;
}
}
} // end g_CSE_DMR_DEL_011
} // end g_CSE_DMR_DEL_011
}//end group Delete
}//end group Delete
...
...
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