summaryrefslogtreecommitdiff
path: root/ubuntu/multiple-network-interfaces.yaml
blob: 2891190528a8da803d5bd8c8b609facd85916108 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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'