summaryrefslogtreecommitdiff
path: root/skip_install.yaml
blob: 3d282e4bdaa9379fa9c18fd1de4b42f7e3ff4f44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
metadata:
    format: "Lava-Test Test Definition 1.0"
    name: skip_install-test
    description: "Test skipping installation steps defined in YAML"
    version: 1.0
    os:
        - ubuntu
    scope:
        - functional
    devices:
        - kvm

install:
    git-repos:
        - git://git.linaro.org/tools/pm-qa.git
    steps:
        - 'wget http://people.redhat.com/mingo/cfs-scheduler/tools/hackbench.c'

params:
    SKIPNAME: "none"

run:
    steps:
        - apt-get update -q
        - lava-test-case install-base --shell apt-get -q -y install -o Dpkg::Options::='-f noninteractive' wget
        - lava-test-case skip_install_$SKIPNAME-test --result pass