summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/run_acceptance_test.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/travis/run_acceptance_test.sh b/travis/run_acceptance_test.sh
new file mode 100755
index 00000000..5010505a
--- /dev/null
+++ b/travis/run_acceptance_test.sh
@@ -0,0 +1,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