summaryrefslogtreecommitdiff
path: root/kvm-wait.yaml
blob: 14891be668422eb61d8241abd4fb62fc8b6147ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
metadata:
    format: Lava-Test Test Definition 1.0
    name: kvm-multinode
    description: "Basic MultiNode test commands for KVM"
    version: "1.1"

run:
    steps:
        - lava-test-case role-output --shell lava-role
        - lava-group
        - lava-test-case linux-kvm-netstat --shell netstat -an
        - lava-test-case check-wait --shell lava-wait sending
        - lava-test-case linux-kvm-ifconfig-dump --shell ifconfig -a
        - lava-test-case linux-kvm-route-dump-a --shell route
        - lava-test-case linux-kvm-route-ifconfig-up-lo --shell ifconfig lo up
        - lava-test-case linux-kvm-route-dump-b --shell route
        - lava-test-case linux-kvm-route-ifconfig-up --shell ifconfig eth0 up
        - lava-test-case linux-kvm-route-ifconfig-down --shell ifconfig eth0 down
        - lava-test-case linux-kvm-route-dhclient --shell dhclient -v eth0