diff options
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 | ||||
-rwxr-xr-x | docker/run_tests.sh | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 3c5a2a657..45aa05c7b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -54,6 +54,8 @@ libxml2-dev \ libffi-dev \ crudini \ ruby1.9.1-dev \ +npm \ +nodejs \ --no-install-recommends diff --git a/docker/run_tests.sh b/docker/run_tests.sh index d4aadd464..48e3741f8 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -143,7 +143,8 @@ function run_test(){ ;; "promise") info "Running PROMISE test case..." - # TODO + python ${FUNCTEST_REPO_DIR}/testcases/features/promise.py --debug all ${report} + clean_openstack ;; "doctor") info "Running Doctor test..." |