Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • S scmi-tests
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Tests
  • scmi-tests
  • Merge requests
  • !17

Fix test_b010 parameter count

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Giacomo Travaglini requested to merge github/fork/giactra/master into master May 27, 2020
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

As stated by the scmi testlist documentation, test_b010 is testing for an invalid command by first issuing it, and then by verifying the return status code from the PROTOCOL_MESSAGE_ATTRIBUTES command.

https://github.com/ARM-software/scmi-tests/blob/master/docs/scmi_testlist.md

The PROTOCOL_MESSAGE_ATTRIBUTES requires the message_id to be forwarded as an argument, hence the num_parameter in the val_send_message should be set to 1 to make sure the message is constructed with the appropriate length.

Signed-off-by: Giacomo Travaglini giacomo.travaglini@arm.com

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/giactra/master