Refactor the multi-host salt install page.
[arvados.git] / build / package-testing / test-package-rh-python36-python-arvados-python-client.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 arv-put --version
9
10 /usr/bin/python3 << EOF
11 import arvados
12 print("Successfully imported arvados")
13 EOF