summaryrefslogtreecommitdiff
path: root/travis/run_acceptance_test.sh
blob: 5010505a0f3118a0ec4f3ce9243ee2085e0d5e68 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -x

unset http_proxy
export TERRAFORM_LIBVIRT_TEST_DOMAIN_TYPE=qemu
export LIBVIRT_DEFAULT_URI="qemu:///system"
export TF_ACC=true
go test -v -covermode=count -coverprofile=profile.cov -timeout=1200s ./libvirt