Reduce logging in the SFC test case
authorGeorge Paraskevopoulos <geopar@intracom-telecom.com>
Tue, 6 Sep 2016 09:42:13 +0000 (12:42 +0300)
committerGeorge Paraskevopoulos <geopar@intracom-telecom.com>
Tue, 6 Sep 2016 13:18:46 +0000 (16:18 +0300)
commit42ca6dedd362a81b83e4512846cb1b817162f2df
tree15b2444821e47b474f7f8263bdb53d7fcfb43b2f
parent44364e6db1941410632e6ab732e72bcc718a86da
Reduce logging in the SFC test case

JIRA: FUNCTEST-446

Reduce the logs that appear in the Jenkins CI console to make the output
of the SFC test case more readable

- Redirect tacker installation logs to results folder
  /home/opnfv/functest/results/odl-sfc.log
- Split odl-sfc preparation into a new script
- Pipe STDERR in the sfc.py script so that "Added to known hosts"
  messages do not show in the output

Change-Id: Ibf871ade6827d4817f33623b935c5f1d904086bb
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
ci/exec_test.sh
testcases/features/sfc/prepare_odl_sfc.bash [new file with mode: 0755]
testcases/features/sfc/sfc.py