summaryrefslogtreecommitdiff
path: root/android/ping_dns.yaml
blob: 0b99c1eb73f3e135e41c8e9df3a25951c6bacfe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
metadata:
    name: ping_dns
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Ping test to check dns. The test runs ping command on www.google.com to
                  test dns with count set to 10."
    maintainer:
        - yongqin.liu@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - juno

run:
    steps:
        - lava-test-case ping-dns --shell ping -c10 www.google.com