Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MEC Robot Test Suite
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
MEC - Multi-access Edge Computing
MEC Robot Test Suite
Commits
7a3014ef
Commit
7a3014ef
authored
1 year ago
by
piscione
Browse files
Options
Downloads
Patches
Plain Diff
Minor fix on MEC033 IoT device TCs.
parent
cc865801
No related branches found
Branches containing commit
No related tags found
1 merge request
!3
Merge of TT027 branch into master
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MEC033/MEX/IOTS/IOTDEV/RegisteredDevices.robot
+1
-3
1 addition, 3 deletions
MEC033/MEX/IOTS/IOTDEV/RegisteredDevices.robot
MEC033/MEX/IOTS/IOTDEV/environment/variables.txt
+1
-1
1 addition, 1 deletion
MEC033/MEX/IOTS/IOTDEV/environment/variables.txt
with
2 additions
and
4 deletions
MEC033/MEX/IOTS/IOTDEV/RegisteredDevices.robot
+
1
−
3
View file @
7a3014ef
...
...
@@ -81,7 +81,7 @@ TC_MEC_MEC033_IOTS_IOTDEV_002_OK
...
Check that the IUT registers the information of an IoT device when requested by a Service Consumer
...
ETSI GS MEC 033 V3.1.1, clause 7.3.3.4
...
https://www.etsi.org/deliver/etsi_gs/MEC/001_099/033/03.01.01_60/gs_MEC033v030101p.pdf
[
Setup
]
Test Setup
${
None}
DeviceInfo
${RE
GISTER
_ACTION}
[
Setup
]
Test Setup
${
DEVICE_ID}
${None}
${RE
MOVE
_ACTION}
Register IOT Device information
DeviceInfo
Check HTTP Response Status Code Is
201
...
...
@@ -201,8 +201,6 @@ TC_MEC_MEC033_IOTS_IOTDEV_005_NF
*** Keywords ***
Test Setup
[
Arguments
]
${deviceId}
${content}
${action}
Set Headers
{"Accept":"application/json"}
...
...
This diff is collapsed.
Click to expand it.
MEC033/MEX/IOTS/IOTDEV/environment/variables.txt
+
1
−
1
View file @
7a3014ef
...
...
@@ -15,7 +15,7 @@ ${NO_ACTION} NO_ACTION
${FILTER_ON_ENABLE} (eq,enabled,false)
${DEVICE_ID_FIELDS} fields=deviceId
${DEVICE_ID} deviceId
${FIELDS_AND_FILTER} fields=deviceId&filter=(eq,enabled,false)
${DEVICE_ID_PLACEHOLDER} PLACEHOLDER_DEVICEID
${NOT_EXISTING_DEVICE_ID} notExistingDeviceId
\ No newline at end of file
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