summaryrefslogtreecommitdiff
path: root/lava-master-installation-git-dumb-http.yaml
blob: 1794946ecded3de775b6900d8169e4a7f0f040fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
metadata:
    name: lava-master-installation-git-dumb-http
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Test LAVA master installation in a 12.04 Server KVM using git with dumb http"

install:
    deps:
        - git-core
        - grep
        - curl
run:
    steps:
        - cd /root
        - git clone http://staging.git.linaro.org/git-ro/lava/lava-deployment-tool.git
        - cd lava-deployment-tool
        - export LAVA_BUILDOUT_CFG=buildout-dumb-http.cfg
        - export SKIP_ROOT_CHECK=yes
        - lava-test-case lava-run-setup --shell ./lava-deployment-tool setup -n
        - lava-test-case lava-run-install --shell ./lava-deployment-tool install production -n
        - curl -o test http://127.0.0.1
        - lava-test-case lava-server-verification --shell grep LAVA test