From fb48e1615d33caf09928c247a42ca99ef4fe3520 Mon Sep 17 00:00:00 2001 From: Cedric Ollivier Date: Tue, 28 Mar 2017 12:09:51 +0000 Subject: 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 --- docs/submodules/functest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/functest') diff --git a/docs/submodules/functest b/docs/submodules/functest index 678d5f956..cff5b6d61 160000 --- a/docs/submodules/functest +++ b/docs/submodules/functest @@ -1 +1 @@ -Subproject commit 678d5f956b1af373f61f97187ff3e66fdb315654 +Subproject commit cff5b6d61f6d7a8e42433c7deebcdeed743b92ca -- cgit 1.2.3-korg