From dd6fc8f11133aba1f1fd1b42c65475e5dbd95297 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Fri, 11 Nov 2016 15:45:30 +0000 Subject: Allow the ping test to work Change-Id: Ifb8930fce1aee3d23c768dddf81ddfd37587594f --- lava-test-shell/single-node/armmp-bbb-daily.json | 40 ++++++++++++++++++++++++ lava-test-shell/single-node/singlenode01.yaml | 2 +- lava-test-shell/single-node/singlenode02.yaml | 2 +- lava-test-shell/single-node/singlenode03.yaml | 2 +- 4 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 lava-test-shell/single-node/armmp-bbb-daily.json (limited to 'lava-test-shell') diff --git a/lava-test-shell/single-node/armmp-bbb-daily.json b/lava-test-shell/single-node/armmp-bbb-daily.json new file mode 100644 index 0000000..f5c01d2 --- /dev/null +++ b/lava-test-shell/single-node/armmp-bbb-daily.json @@ -0,0 +1,40 @@ +{ + "device_type": "beaglebone-black", + "logging_level": "DEBUG", + "actions": [ + { + "command": "deploy_linaro_kernel", + "parameters": { + "dtb": "http://d-i.debian.org/daily-images/armhf/daily/device-tree/am335x-boneblack.dtb", + "kernel": "http://d-i.debian.org/daily-images/armhf/daily/netboot/vmlinuz", + "ramdisk": "http://d-i.debian.org/daily-images/armhf/daily/netboot/initrd.gz" + } + }, + { + "command": "boot_linaro_image" + }, + { + "command": "lava_test_shell", + "parameters": { + "testdef_repos": [ + { + "git-repo": "git://git.linaro.org/qa/test-definitions.git", + "testdef": "openembedded/kernel-version.yaml" + } + ], + "timeout": 9600 + } + }, + { + "command": "submit_results", + "parameters": { + "stream": "/anonymous/codehelp/", + "server": "http://staging.validation.linaro.org/RPC2/" + } + } + ], + "timeout": 18000, + "job_name": "armmp-daily-lava-test-shell" +} + + diff --git a/lava-test-shell/single-node/singlenode01.yaml b/lava-test-shell/single-node/singlenode01.yaml index 036ff22..197afc0 100644 --- a/lava-test-shell/single-node/singlenode01.yaml +++ b/lava-test-shell/single-node/singlenode01.yaml @@ -23,4 +23,4 @@ run: - lava-test-case linux-linaro-ubuntu-route-ifconfig-up-lo --shell ifconfig lo up - lava-test-case linux-linaro-ubuntu-route-dump-b --shell route - lava-test-case linux-linaro-ubuntu-route-ifconfig-up --shell ifconfig eth0 up - - lava-test-case ping-test --shell ping -W1 -c1 validation.linaro.org + - lava-test-case ping-test --shell ping -W1 -c1 www.linaro.org diff --git a/lava-test-shell/single-node/singlenode02.yaml b/lava-test-shell/single-node/singlenode02.yaml index 8c35235..64ea3d2 100644 --- a/lava-test-shell/single-node/singlenode02.yaml +++ b/lava-test-shell/single-node/singlenode02.yaml @@ -30,7 +30,7 @@ run: - lava-test-case linux-linaro-ubuntu-route-dump-b --shell route - lava-test-case linux-linaro-ubuntu-route-ifconfig-up --shell ifconfig eth0 up - cat /etc/resolv.conf - - lava-test-case ping-test --shell ping -W1 -c1 validation.linaro.org + - lava-test-case ping-test --shell ping -W1 -c1 www.linaro.org - lava-test-case direct-update --shell apt-get -q -y update - lava-test-case direct-install --shell apt-get -q -y install curl - lava-test-case curl-http --shell curl -o img.tar.gz http://images.validation.linaro.org/lava-masters/dynamic/cubietruck/cbtruck_img.tar.gz diff --git a/lava-test-shell/single-node/singlenode03.yaml b/lava-test-shell/single-node/singlenode03.yaml index 29cd832..a6b643c 100644 --- a/lava-test-shell/single-node/singlenode03.yaml +++ b/lava-test-shell/single-node/singlenode03.yaml @@ -31,7 +31,7 @@ run: - lava-test-case linux-linaro-ubuntu-route-ifconfig-up-lo --shell ifconfig lo up - lava-test-case linux-linaro-ubuntu-route-dump-b --shell route - lava-test-case linux-linaro-ubuntu-route-ifconfig-up --shell ifconfig eth0 up - - lava-test-case ping-test --shell ping -W1 -c1 git.linaro.org + - lava-test-case ping-test --shell ping -W1 -c1 www.linaro.org - lava-test-case realpath-check --shell realpath2 ./lava-test-shell/multi-node/check_ip.sh - lava-test-case realpath-check --shell realpath ./lava-test-shell/multi-node/check_ip.sh - lava-test-case ntpdate-check --shell ntpdate-debian -- cgit v1.2.3