Update git submodules
authorTomi Juvonen <tomi.juvonen@nokia.com>
Thu, 9 Aug 2018 08:53:35 +0000 (08:53 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 9 Aug 2018 08:53:35 +0000 (08:53 +0000)
commitcc1fb1bc2ff5c460554f48d5cc68e5909fa12cf4
tree0288d44a92bbba4dc1eb3a4f2ca025b545f385b7
parent951a7b82bdd5c4aaa112eca9a3870ef5f9f48c49
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Merge "bugfix: kill the stunnel when cleanup"
  - bugfix: kill the stunnel when cleanup

    Popen.terminate() will kill the child process, but if you set the
    shell argument to True, this is the process ID of the spawned shell,
    so the stunnels are still exit.It will cause the failure of stunnel
    setup in the next test runtime.

    see: https://stackoverflow.com/questions/4789837/how-to-terminate-a-python-subprocess-launched-with-shell-true/4791612#4791612

    Change-Id: I578611510f5bd1eb0dbd9a08ab408ccf101594f7
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
docs/submodules/doctor