Add 'build/' from commit '555b039609a3c8700c27767c255fdfe00eb42063'
[arvados.git] / build / jenkins / 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