Reduce logging in the SFC test case 47/20447/2
authorGeorge Paraskevopoulos <geopar@intracom-telecom.com>
Tue, 6 Sep 2016 09:42:13 +0000 (12:42 +0300)
committerJose Lausuch <jose.lausuch@ericsson.com>
Tue, 6 Sep 2016 13:26:07 +0000 (13:26 +0000)
commit30d7616a885a47dcc5c127b40d9b2df13d6aadb6
tree7d100760955b777eac95d0a3a6716430b99829e4
parente8af84a1bd81becee94d6a9b9513570f253c7c45
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