Idea #7370
Updated by Tom Clegg about 9 years ago
Merge test scripts to arvados-dev to accomplish the following:
# That Python SDK packages can be successfully installed on clean a base system using "apt-get" or "yum" install from a local package repository (no errors from package manager)
# That the Python SDK packages are minimally usable (can do "import arvados" and "import arvados_fuse" in Python, and "arv-mount --help" and "arv-get --help" in bash)
# New Jenkins step following package build that runs these package tests
Out of scope (future development): support for testing packages other than the Python SDK and FUSE driver.