8491: move files from arvados-dev into their new places
[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