Make SFC test a python call to main() 99/31199/6
authorjose.lausuch <jose.lausuch@ericsson.com>
Tue, 21 Mar 2017 14:17:46 +0000 (15:17 +0100)
committerJose Lausuch <jose.lausuch@ericsson.com>
Wed, 22 Mar 2017 23:01:47 +0000 (23:01 +0000)
commitd5820bef80ea4bdb871380dbfe41db12290fc5f8
treeef27563a71ec18e75996711c3a647db6d6b3fd9a
parent569182f4b24de6b0f020754d717129a82d19930b
Make SFC test a python call to main()

Instead of python -> bash -> python, call
the SFC test using the execute() method that
is inherited from FeatureBase and it's a bash
call by default.
With this change, we call the SFC test using main()
of run_tests.py of SFC repo and will have
real time output.

Change-Id: I6d59821e603c88697a82b95c5626c5b703c11026
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
functest/opnfv_tests/features/odl_sfc.py