summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2013-12-17 14:07:51 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2013-12-17 14:12:06 +0000
commit5098018cd8269753b1009435e1690fbb00a3b756 (patch)
tree74f58d58beffdf229a8edfbf9cdfa30b92962bad
parent1823fd4368d65f68cca4aff8d1aeb3f8bdffe4c5 (diff)
Network smoke test update after lab reorganization
Proxy was removed and ping target was changed to match new LAB network. Change-Id: I8f64d42267c420cb2554ac186ae0e2d9608a47c6 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
-rw-r--r--ubuntu/network-tests-basic.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu/network-tests-basic.yaml b/ubuntu/network-tests-basic.yaml
index 61dda7d..28425d7 100644
--- a/ubuntu/network-tests-basic.yaml
+++ b/ubuntu/network-tests-basic.yaml
@@ -4,6 +4,7 @@ metadata:
description: "Basic network test commands for Linaro Ubuntu images"
maintainer:
- botao.sun@linaro.org
+ - milosz.wasilewski@linaro.org
os:
- ubuntu
scope:
@@ -26,8 +27,7 @@ run:
- lava-test-case linux-linaro-ubuntu-route-ifconfig-down --shell ifconfig eth0 down
- lava-test-case linux-linaro-ubuntu-route-dhclient --shell dhclient -v eth0
- lava-test-case linux-linaro-ubuntu-route-dump-c --shell route
- - lava-test-case linux-linaro-ubuntu-ping --shell ping -c 5 192.168.1.10
- - echo 'Acquire::http::Proxy "http://192.168.1.10:3128";' > /etc/apt/apt.conf.d/lava-apt-proxy
+ - lava-test-case linux-linaro-ubuntu-ping --shell ping -c 5 10.0.0.1
- lava-test-case linux-linaro-ubuntu-apt-get --shell apt-get update
- lava-test-case linux-linaro-ubuntu-apt-get-curl --shell apt-get install -q -y curl
- - lava-test-case linux-linaro-ubuntu-curl-big-video --shell curl -x http://192.168.1.10:3128 http://samplemedia.linaro.org/MPEG4/big_buck_bunny_720p_MPEG4_MP3_25fps_3300K.AVI > /dev/null
+ - lava-test-case linux-linaro-ubuntu-curl-big-video --shell curl http://samplemedia.linaro.org/MPEG4/big_buck_bunny_720p_MPEG4_MP3_25fps_3300K.AVI > /dev/null