10312: Tests pass for booting single node, multiple nodes, hitting quota, quota
[arvados.git] / build / run-tests.sh
index b6a93d471211a41a3d97c6aa8bbe11e3b033e130..1111ab80475602dc0d009c5e4b22552df3d7dec1 100755 (executable)
@@ -854,6 +854,12 @@ test_login-sync() {
 }
 do_test services/login-sync login-sync
 
+test_nodemanager-integration() {
+    cd "$WORKSPACE/services/nodemanager" \
+        && tests/integration_test.py ${testargs[services/nodemanager-integration]}
+}
+do_test services/nodemanager-integration nodemanager-integration
+
 for p in "${pythonstuff[@]}"
 do
     dir=${p%:py3}