summaryrefslogtreecommitdiff
path: root/ubuntu/multiple-network-interfaces.yaml
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2015-07-15 15:09:22 +0800
committerChase Qi <chase.qi@linaro.org>2015-07-15 18:29:41 +0800
commit0b22389b1f484a94daac72c2d190a0d376cb4ccb (patch)
tree860ee730991e38c25ccfcd1031c321aab344d84a /ubuntu/multiple-network-interfaces.yaml
parentf5bae31140cedda73cbb692d0a040ecafcf332e5 (diff)
ubuntu: add mutiple network interfaces test
rp_filter is set to 1 by default on Ubuntu to turn on Source Address Verification in all interfaces to prevent some spoofing attacks. For network testing, we set rp_filter to 0 so that Ubuntu send and accept packets through the specified ethernet interface Change-Id: I87e070d5ec242d6df109e483dfc7cfdae1a1ac56 Signed-off-by: Chase Qi <chase.qi@linaro.org>
Diffstat (limited to 'ubuntu/multiple-network-interfaces.yaml')
-rw-r--r--ubuntu/multiple-network-interfaces.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/ubuntu/multiple-network-interfaces.yaml b/ubuntu/multiple-network-interfaces.yaml
new file mode 100644
index 0000000..2891190
--- /dev/null
+++ b/ubuntu/multiple-network-interfaces.yaml
@@ -0,0 +1,25 @@
+metadata:
+ format: Lava-Test Test Definition 1.0
+ name: multiple-network-interfaces-test
+ description: "Multiple network interfaces test for Linaro Ubuntu images.
+ rp_filter is set to 1 by default on Ubuntu to turn on Source
+ Address Verification in all interfaces to prevent some
+ spoofing attacks. For network testing, we set rp_filter to 0
+ so that Ubuntu send and accept packets through the specified
+ ethernet interface"
+ maintainer:
+ - chase.qi@linaro.org
+ os:
+ - ubuntu
+ scope:
+ - functional
+ devices:
+ - d01
+ environment:
+ - lava-test-shell
+params:
+ GATEWAY: 10.0.0.1
+
+run:
+ steps:
+ - './ubuntu/scripts/multiple-network-interfaces-test.sh $GATEWAY'