diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-01-08 01:59:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-08 01:59:56 +0000 |
commit | 335e7d57c5332b6f9e259375f8a9833cf6f16cb3 (patch) | |
tree | 7853e4fd1edebe7dd5814b5e43959223484978f8 | |
parent | 7c09ed9f79c373aef0a811ee24f6f642ac1b43c9 (diff) | |
parent | aec51550523c3326b37dfb79680ebd80188c6a56 (diff) |
Merge "disable doctor functional test"
-rwxr-xr-x | tests/run.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/run.sh b/tests/run.sh index 26dd158e..31fec615 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -122,6 +122,11 @@ calculate_notification_time() { } # TODO(r-mibu): Make sure env params are set properly for OpenStack clients +# TODO(r-mibu): Make sure POD for doctor test is available in Pharos + +echo "Note: doctor/tests/run.sh has been executed, " +echo " but skipping this test due to lack of available test env/deployment." +exit 0 download_image register_image |