Skip to content
Snippets Groups Projects
Commit 050dd93a authored by Benani Sagar Kishore's avatar Benani Sagar Kishore
Browse files

Adding Newport testcase to work on both APT & OSTree images

parent fa204f48
No related branches found
No related tags found
No related merge requests found
Pipeline #255041 passed
Pipeline: apertis-test-cases-web

#255042

    metadata:
    name: test-newport
    format: "Apertis Test Definition 1.0"
    image-types:
    target: [ armhf, amd64 ]
    sdk: [ amd64 ]
    image-deployment:
    - OSTree
    type: functional
    exec-type: automated
    priority: medium
    maintainer: "Apertis Project"
    description: "Run the Newport test suite"
    expected:
    - "Tests will show PASS or FAIL as result."
    install:
    git-repos:
    - url: https://gitlab.apertis.org/sagar/newport.git
    branch: apertis/v2021
    run:
    steps:
    - "# Enter test directory:"
    - cd apertis-tests
    - "# Execute the following command:"
    - common/run-test-in-systemd --user=user --timeout=900 --name=newport gnome-desktop-testing-runner newport
    parse:
    pattern: "(?P<test_case_id>.*):\\s+(?P<result>(pass|fail))"
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment