summaryrefslogtreecommitdiff
path: root/short-tests-proxy.yaml
blob: 347ab7a92e85cd0d5b18f96756dc6f1801d8e190 (plain)
1
2
3
4
5
6
7
8
9
10
metadata:
    format: Lava-Test Test Definition 1.0
    name: short-tests-multinode
    description: "Short MultiNode test commands for Linux Linaro ubuntu Images"

run:
    steps:
        - echo "Starting short tests"
        - echo "Acquire::http::Proxy $(grep LAVA_PROXY proxy.txt | cut -d'=' -f2)";
        - echo "Test is finishing"