X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c6b308956e35d2221bf0be39bea73528ad664041..4c0dadce18cdc9fd2712b836100a4cf7b9c69188:/build/run-tests.sh diff --git a/build/run-tests.sh b/build/run-tests.sh index 3952b36604..20780811a5 100755 --- a/build/run-tests.sh +++ b/build/run-tests.sh @@ -81,7 +81,7 @@ services/keepstore services/keep-balance services/login-sync services/nodemanager -services/nodemanager-integration +services/nodemanager_integration services/crunch-run services/crunch-dispatch-local services/crunch-dispatch-slurm @@ -545,6 +545,9 @@ do_test() { apps/workbench_units | apps/workbench_functionals | apps/workbench_integration) suite=apps/workbench ;; + services/nodemanager | services/nodemanager_integration) + suite=services/nodemanager_suite + ;; *) suite="${1}" ;; @@ -860,11 +863,11 @@ test_login-sync() { } do_test services/login-sync login-sync -test_nodemanager-integration() { +test_nodemanager_integration() { cd "$WORKSPACE/services/nodemanager" \ - && tests/integration_test.py ${testargs[services/nodemanager-integration]} + && tests/integration_test.py ${testargs[services/nodemanager_integration]} } -do_test services/nodemanager-integration nodemanager-integration +do_test services/nodemanager_integration nodemanager_integration for p in "${pythonstuff[@]}" do