Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • M MEC Robot Test Suite
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MEC - Multi-access Edge ComputingMEC - Multi-access Edge Computing
  • MEC Robot Test Suite
  • Issues
  • #40
Closed
Open
Issue created Feb 17, 2021 by Simon Pastor@pastorsDeveloper

Plugtest 2021: MEC013: UELOCLOOK_001_OK not findind a defined parameter

When doing this test case... seeing the following: Resolving variable '${item[zoneId]}' failed: NameError: name 'zoneId' is not defined

The named parameter above is defined in the answer received by the test tool. Not sure how the test validation is working but user is an array and that may be what brings an issue, although as i mentioned earlier, i am not aware of the way the validation is working.

For example.. here is the actual response:

"userList": {
            "resourceURL": "http://myIp/mySandbox/location/v2/queries/users",
--->        "user": [
                {
                    "accessPointId": "4g-macro-cell-1",
                    "address": "10.10.0.3",
                    "locationInfo": {
                        "latitude": [
                            43.72835
                        ],
                        "longitude": [
                            7.421479
                        ],
                        "shape": 2,
                        "timestamp": {
                            "nanoSeconds": 0,
                            "seconds": 1613580011
                        }
                    },
                    "resourceURL": "http://myIp/mySandbox/simon/location/v2/queries/users?address=10.10.0.3",
                    "timestamp": {
                        "nanoSeconds": 0,
                        "seconds": 1613580011
                    },
--->                "zoneId": "zone01"
                },
Edited Feb 18, 2021 by Michele Carignani
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking