acceptancetest 984 B

1234567891011121314151617181920212223
  1. #!/bin/bash
  2. #
  3. set -e
  4. set -o pipefail
  5. set -x
  6. source `dirname $0`/stackenv
  7. # Run the acceptance tests.
  8. # exec go test -p=1 devel.mephi.ru/iacherepanov/openstack-gophercloud/acceptance/... $@
  9. # Only enable these successful test cases
  10. go test -v -tags "fixtures acceptance" ./acceptance/openstack/identity/v3/
  11. go test -v -tags "fixtures acceptance" ./acceptance/openstack/networking/v2/
  12. go test -v -tags "fixtures acceptance" ./acceptance/openstack/blockstorage/v2/
  13. go test -v -tags "fixtures acceptance" -run "SecGroup|Flavor|Keypair" ./acceptance/openstack/compute/v2/
  14. go test -v -tags "fixtures acceptance" ./acceptance/openstack/container/v1/
  15. # To enable more after the fix of https://devel.mephi.ru/iacherepanov/openstack-gophercloud/issues/818
  16. # go test -v -tags "fixtures acceptance" ./acceptance/openstack/imageservice/v2/
  17. # go test -v -tags "fixtures acceptance" ./acceptance/openstack/identity/v2/
  18. # go test -v -tags "fixtures acceptance" ./acceptance/openstack/compute/v2/