summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Di Stefano <luca.distefano@linaro.org>2019-10-28 15:55:00 +0000
committerLuca Di Stefano <luca.distefano@linaro.org>2019-10-28 15:55:00 +0000
commit09cd63133c826535eb5501a90a6c025574326d71 (patch)
tree0abc800ef318e4153a73643793cc353ea6c11be1
parent056f88d50de023bf7deb3d11eff5eb771cc5fb02 (diff)
Fixed tests and mantainer name
Change-Id: Ib4ed9affe9ec8790634bb34ddf8db137c346ca80
-rw-r--r--lava-test-shell/smoke-tests-net.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lava-test-shell/smoke-tests-net.yaml b/lava-test-shell/smoke-tests-net.yaml
index c720062..db1c4fa 100644
--- a/lava-test-shell/smoke-tests-net.yaml
+++ b/lava-test-shell/smoke-tests-net.yaml
@@ -3,10 +3,10 @@ metadata:
name: smoke-tests-net
description: "Basic system network test for POSIX images. The test runs basic commands like ping and ip."
maintainer:
- - milosz.wasilewski@linaro.org
+ - lava-lab-team@linaro.org
run:
steps:
- - lava-test-case linux-posix-ping --shell ping -c 4 8.8.8.8
- 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"