From 463a1fd56b516687dc4714ad87685530a0e9b8d1 Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Thu, 11 Feb 2016 14:13:59 +0000 Subject: CI: Generate test report and push logs and report to the artifactory Script for CI job execution automatically generates final test report, collects log files and pushes these results into artifactory. Support for branch specific configuration file has been added. Change-Id: Ifdf13b1c4c389f8d20dbc8e0ed99f43273e0820b JIRA: VSPERF-181 Signed-off-by: Martin Klozik Reviewed-by: Maryam Tahhan --- vswitches/ovs_vanilla.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vswitches/ovs_vanilla.py') diff --git a/vswitches/ovs_vanilla.py b/vswitches/ovs_vanilla.py index 77d3deaf..078d7006 100644 --- a/vswitches/ovs_vanilla.py +++ b/vswitches/ovs_vanilla.py @@ -26,7 +26,7 @@ _LOGGER = logging.getLogger(__name__) VSWITCHD_CONST_ARGS = ['--', '--log-file'] class OvsVanilla(IVSwitch): - """VSwitch Vanilla implementation + """ Open vSwitch This is wrapper for functionality implemented in src.ovs. -- cgit 1.2.3-korg