From 5853025b59cb6e44f23a1d245a58a2cd286e03dc Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Wed, 2 Mar 2016 10:54:50 +0000 Subject: bugfix: Eliminate error and warning messages Several issues have been fixed to decrease a number of warning and error messages written to the standard output. Error and warning messages causes false build failure report by Jenkins, in case that internal parsing of job output is enabled. Fixed issues: * qemu makefile updated * shared directories between host and guests are forcibly deleted before vsperf execution * nonstop_tsc cpu flag is exported from host to the guest * vloop-vnf help has been updated and changelog added * TCL scripts updated to print info instead of warning * vloop-vnf image updated to avoid snmpd related warnings Change-Id: Id9ca014bae8fa34772b67d1ebab3431682682931 JIRA: VSPERF-206 Signed-off-by: Martin Klozik Reviewed-by: Maryam Tahhan --- tools/pkt_gen/ixnet/ixnetrfc2544.tcl | 4 ++-- tools/pkt_gen/ixnet/ixnetrfc2544v2.tcl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/pkt_gen') diff --git a/tools/pkt_gen/ixnet/ixnetrfc2544.tcl b/tools/pkt_gen/ixnet/ixnetrfc2544.tcl index 9ce3aed8..233db040 100644 --- a/tools/pkt_gen/ixnet/ixnetrfc2544.tcl +++ b/tools/pkt_gen/ixnet/ixnetrfc2544.tcl @@ -1,7 +1,7 @@ #!/usr/bin/env tclsh # Copyright (c) 2014, Ixia -# Copyright (c) 2015, Intel Corporation +# Copyright (c) 2015-2016, Intel Corporation # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -158,7 +158,7 @@ proc startRfc2544Test { testSpec trafficSpec } { if {$frameSize < 68 } { if {$rfc2544TestType == "back2back"} { - puts "WARNING: Packet size too small, packet size will be \ + puts "INFO: Packet size too small, packet size will be \ increased to 68 for this test" } } diff --git a/tools/pkt_gen/ixnet/ixnetrfc2544v2.tcl b/tools/pkt_gen/ixnet/ixnetrfc2544v2.tcl index 83aa3afc..0bdba9cd 100755 --- a/tools/pkt_gen/ixnet/ixnetrfc2544v2.tcl +++ b/tools/pkt_gen/ixnet/ixnetrfc2544v2.tcl @@ -196,7 +196,7 @@ proc startRfc2544Test { testSpec trafficSpec } { if {$frameSize < 68 } { if {$rfc2544TestType == "back2back"} { - puts "WARNING: Packet size too small, packet size will be \ + puts "INFO: Packet size too small, packet size will be \ increased to 68 for this test" } } -- cgit 1.2.3-korg