summaryrefslogtreecommitdiff
path: root/lava-test-shell/smoke-tests-net.yaml
blob: db1c4fab6f1f117650448cfd331f4366ce24dfb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
metadata:
    format: Lava-Test Test Definition 1.0
    name: smoke-tests-net
    description: "Basic system network test for POSIX images. The test runs basic commands like ping and ip."
    maintainer:
        - lava-lab-team@linaro.org

run:
    steps:
        - lava-test-case linux-posix-ip-addresses --shell ip addr
        - lava-test-case linux-posix-routes --shell ip route
        - lava-test-case linux-posix-ping --shell ping -c 4 8.8.8.8 || lava-test-raise "Network not able to ping; job exit"