Revert "Make SFC test a python call to main()" 15/32015/2
authorGeorge Paraskevopoulos <geopar@intracom-telecom.com>
Tue, 28 Mar 2017 09:27:22 +0000 (12:27 +0300)
committerJose Lausuch <jose.lausuch@ericsson.com>
Tue, 28 Mar 2017 09:36:39 +0000 (09:36 +0000)
commite59055e29b5cc6a027d3a24803cc05fd709cca90
treea67e63cd426aeedc9d78f8d4393f4f36e7163235
parenta14250045fe6fb99bd8a707c59016cba3df4a851
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>
functest/opnfv_tests/features/odl_sfc.py