Merge branch 'master' into wtsi-hgi-8087-arv-cli-request-body-from-file
[arvados.git] / build / package-testing / test-package-arvados-node-manager.sh
1 #!/bin/sh
2 exec python <<EOF
3 import libcloud.compute.types
4 import libcloud.compute.providers
5 libcloud.compute.providers.get_driver(libcloud.compute.types.Provider.AZURE_ARM)
6 print "Successfully imported compatible libcloud library"
7 EOF