15964: Remove qr1hi from a few more places. Delete unused includes.
[arvados.git] / build / package-testing / test-package-arvados-node-manager.sh
1 #!/bin/sh
2 # Copyright (C) The Arvados Authors. All rights reserved.
3 #
4 # SPDX-License-Identifier: AGPL-3.0
5
6 set -e
7
8 arvados-node-manager --version
9
10 exec /usr/share/python2.7/dist/arvados-node-manager/bin/python2.7 <<EOF
11 import libcloud.compute.types
12 import libcloud.compute.providers
13 libcloud.compute.providers.get_driver(libcloud.compute.types.Provider.AZURE_ARM)
14 print "Successfully imported compatible libcloud library"
15 EOF