diff options
author | dongwenjuan <dong.wenjuan@zte.com.cn> | 2017-10-16 20:04:01 +0800 |
---|---|---|
committer | dongwenjuan <dong.wenjuan@zte.com.cn> | 2017-10-16 20:04:01 +0800 |
commit | aa16cb3987bad7abfb8743cb205980a50d5f12fe (patch) | |
tree | 4b1b1f4ea2cf2098bbb1bd1d78fd81bf3297d530 /doctor_tests/scenario | |
parent | ff43740199fc14ad01b05ed0d626f51f81eb82f2 (diff) |
fix the bug for consumer don't receive the notification
There is no 'sudo' command in functest container, so the stunnel is setup failed.
Change-Id: I9e317c0643a370fb5b35d90363b0ff734a77c040
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Diffstat (limited to 'doctor_tests/scenario')
-rw-r--r-- | doctor_tests/scenario/common.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doctor_tests/scenario/common.py b/doctor_tests/scenario/common.py index ebf0cf58..a7240c00 100644 --- a/doctor_tests/scenario/common.py +++ b/doctor_tests/scenario/common.py @@ -6,8 +6,6 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -import os - from doctor_tests.common.utils import match_rep_in_file |