Merge branch '21123-scheduling-status'
[arvados.git] / build / run-tests.sh
index 28e9e1cf7be17d98704a312f8841fa946db9fd43..55615a2985ce7159a6d8900510cd51bb381cb858 100755 (executable)
@@ -1058,6 +1058,9 @@ install_deps() {
     do_install sdk/ruby-google-api-client
     do_install sdk/ruby
     do_install services/api
+    # lib/controller integration tests depend on arv-mount to run
+    # containers.
+    do_install services/fuse pip "${VENV3DIR}/bin/"
     do_install services/keepproxy go
     do_install services/keep-web go
 }