Skip to content
Snippets Groups Projects
Commit 92e41439 authored by Frederic Danis's avatar Frederic Danis
Browse files

sdk-import-debian-package: Add new automated test


This test checks basic import-debian-package functionalities.

Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
parent 7f8fdb34
No related branches found
No related tags found
1 merge request!357sdk-import-debian-package: Add new automated test
Pipeline #319706 passed
Pipeline: apertis-test-cases-web

#319707

    ......@@ -89,3 +89,8 @@ job_name: {{image_name}}-sdk
    from: git
    path: test-cases/sdk-docker.yaml
    name: sdk-docker
    - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
    revision: 'apertis/v2023dev0'
    from: git
    path: test-cases/sdk-import-debian-package.yaml
    name: sdk-import-debian-package
    metadata:
    name: sdk-import-debian-package
    format: "Apertis Test Definition 1.0"
    image-types:
    basesdk: [ amd64 ]
    sdk: [ amd64 ]
    image-deployment:
    - APT
    type: functional
    exec-type: automated
    priority: medium
    maintainer: "Apertis Project"
    description: "Checks basic import-debian-package functionality."
    expected:
    - "The test will output a line with the test ID and the status of the
    test (pass or fail). An example output is:"
    - |
    >sdk-import-debian-package pass
    run:
    steps:
    - "# Create test directory:"
    - mkdir sdk-import-debian-package-test
    - "# Enter test directory:"
    - cd sdk-import-debian-package-test
    - "# Test import-debian-package:"
    - lava-test-case sdk-import-debian-package --shell import-debian-package --upstream buster --downstreams apertis/v2020:apertis/v2021 --component target --package dash --version 0.5.10.2-5
    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