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
  • !25

perf/test_d007: Update logic for intermediate level

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Nicola Mazzucato requested to merge nm/perf_test_007 into master Sep 17, 2021
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Test 007 iterates over the performance levels discovered to find min, max and intermediate. The intermediate level is chosen to be the second one found. In domains where there are only 2 levels the intermediate level is in fact the max. In further tests, the intermediate level is chosen to replace the max, while effectively the value used is the max, thus nullifying the test case.

This patch adds an extra check to pick the minimum level as intermediate when a performance domain exposes only two levels.

Signed-off-by: Nicola Mazzucato nicola.mazzucato@arm.com Change-Id: If952eaf6a64168c00a7ba7ef75c5a3adf6aee0ef

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: nm/perf_test_007