Project

General

Profile

Idea #7370

Updated by Peter Amstutz over 8 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" 
 # 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.

Back