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

install:
    deps:
        - git-core
        - grep
        - curl
run:
    steps:
        - cd /root
        - git clone http://staging.git.linaro.org/git/lava/lava-deployment-tool.git
        - cd lava-deployment-tool
        - 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
        - a2dissite 000-default
        - service apache2 restart
        - curl -o test http://127.0.0.1
        - lava-test-case lava-server-verification --shell grep LAVA test