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
73b4dd07
Commit
73b4dd07
authored
1 year ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Use of f_getLocalPoA instead of direct URL
parent
b63ccd4b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
OneM2M_Testcases_CSE_Release_3.ttcn
+2
-2
2 additions, 2 deletions
OneM2M_Testcases_CSE_Release_3.ttcn
with
2 additions
and
2 deletions
OneM2M_Testcases_CSE_Release_3.ttcn
+
2
−
2
View file @
73b4dd07
...
...
@@ -119,7 +119,7 @@ module OneM2M_Testcases_CSE_Release_3 {
testcase TC_CSE_REG_CRE_012_AE_NL() runs on Tester system CseSystem {
var AeSimu v_ae1 := AeSimu.create("AE1") alive;
var template RequestPrimitive v_create := m_createAe(PX_TS_AE1.appId, omit, omit);
v_create.primitiveContent.aE.nodeLink := "http://127.0.0.1/";
v_create.primitiveContent.aE.nodeLink :=
f_getLocalPoA(PX_TS_AE1.mcaPortIn);//
"http://127.0.0.1/";
v_ae1.start(f_CSE_REG_CRE_012(v_create));
v_ae1.done;
...
...
@@ -246,7 +246,7 @@ module OneM2M_Testcases_CSE_Release_3 {
var template RequestPrimitive v_createRequest := m_createAe(PX_TS_AE1.appId);
var template PrimitiveContent v_contentResponse;
v_createRequest.primitiveContent.aE.nodeLink := "http://127.0.0.1/";
v_createRequest.primitiveContent.aE.nodeLink :=
f_getLocalPoA(PX_TS_AE1.mcaPortIn);//
"http://127.0.0.1/";
v_contentResponse.aE := mw_contentAeBase;
v_contentResponse.aE.nodeLink := ?;
...
...
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