Update git submodules
authorwenjuan dong <dong.wenjuan@zte.com.cn>
Thu, 27 Jul 2017 01:29:50 +0000 (01:29 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 27 Jul 2017 01:29:50 +0000 (01:29 +0000)
commit06b30557834f1a3bf0aaa834d094d1171531a55e
tree453d72ab1ed640c788aeb52cc48f57d86530f4da
parentb5ad57f3c585859b0c8f221c8c8a966e680f39df
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Merge "fix some bugs for python verify jobs:"
  - fix some bugs for python verify jobs:

    1.PYTHON_ENABLE=True does not work in bash
    The python jobs does not run even we enabled them. The reason is that currently
    JJB parse the parameter 'PYTHON_ENABLE' as 'True' which does not work in bash.
    Fix it to compare with [Tt]rue.

    2.Install tox if it is not installed

    3.support only python3.4 in tox.ini

    4.install python3-dev

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