Skip to content
Snippets Groups Projects

Add image-types field to test cases files

Merged Luis Araujo requested to merge araujo/wip/multiple-archs into master
2 unresolved threads

This field merges the image variant and arch fields in order to clearly specify in which images a test case should be executed.

This commit adds this new field to each test case file with the specific images where it should be executed and updates the tests and format definition files.

Signed-off-by: Luis Araujo luis.araujo@collabora.co.uk

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 1 metadata:
2 2 name: apertis-update-manager-auto
3 3 format: "Apertis Test Definition 1.0"
4 image-variant:
5 - minimal
4 image-types:
5 minimal: [ armhf ]
6 6 image-arch: armhf
  • 1 1 metadata:
    2 2 name: sdk-ide-build-run-program
    3 3 format: "Apertis Test Definition 1.0"
    4 image-variant:
    5 - sdk
    4 image-types:
    5 sdk: [ amd64 ]
    6 6 image-arch: amd64
  • Luis Araujo added 1 commit

    added 1 commit

    • 8d51a6b1 - Add image-types field to test cases files

    Compare with previous version

  • Luis Araujo added 3 commits

    added 3 commits

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading