diff options
author | Cedric Ollivier <ollivier.cedric@gmail.com> | 2017-03-28 12:09:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-28 12:09:51 +0000 |
commit | fb48e1615d33caf09928c247a42ca99ef4fe3520 (patch) | |
tree | 48e8563429a1a54e10924c890db586d560afa843 /docs/submodules/functest | |
parent | be9592f5b363ea623b9647cd26ca3f65689d299f (diff) |
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>
Diffstat (limited to 'docs/submodules/functest')
m--------- | docs/submodules/functest | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/functest b/docs/submodules/functest -Subproject 678d5f956b1af373f61f97187ff3e66fdb31565 +Subproject cff5b6d61f6d7a8e42433c7deebcdeed743b92c |