Update git submodules
authorCedric Ollivier <ollivier.cedric@gmail.com>
Tue, 28 Mar 2017 12:09:51 +0000 (12:09 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 28 Mar 2017 12:09:51 +0000 (12:09 +0000)
commitfb48e1615d33caf09928c247a42ca99ef4fe3520
tree48e8563429a1a54e10924c890db586d560afa843
parentbe9592f5b363ea623b9647cd26ca3f65689d299f
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Revert "Make SFC test a python call to main()""
  - Revert "Make SFC test a python call to main()"

    This reverts commit d5820bef80ea4bdb871380dbfe41db12290fc5f8.

    Robot test runs before SFC test and it imports
    https://github.com/robotframework/SSHLibrary
    which does a monkey patching in
    the python runtime / paramiko.
    Untill now sfc run in a new python process (clean)
    because it run using the bash command.
    But when importing it as a module and call main()
    from python, it will run in the patched runtime
    and it will error out.
    https://hastebin.com/iyobuxutib.py

    Change-Id: I54237c32c957718b363d302efe84e01bc78e4f47
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
docs/submodules/functest