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