From 3ad3bdba63f94db658255bcdf98ddbd863772be6 Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Sun, 4 Sep 2016 22:25:29 -0700 Subject: [PATCH] Set log ERROR for scalability test Change-Id: Iea441bc4c1cf7db6f790cc12528129bee52e32eb Signed-off-by: Luis Gomez --- .../Maximum_Switches/010__finding_max_switches.robot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/csit/suites/openflowplugin/Maximum_Switches/010__finding_max_switches.robot b/csit/suites/openflowplugin/Maximum_Switches/010__finding_max_switches.robot index d51a4dc191..9f5609b8fa 100644 --- a/csit/suites/openflowplugin/Maximum_Switches/010__finding_max_switches.robot +++ b/csit/suites/openflowplugin/Maximum_Switches/010__finding_max_switches.robot @@ -6,6 +6,7 @@ Library OperatingSystem Library RequestsLibrary Variables ../../../variables/Variables.py Resource ../../../libraries/Scalability.robot +Resource ../../../libraries/KarafKeywords.robot *** Variables *** ${MIN_SWITCHES} 100 @@ -16,6 +17,7 @@ ${SWITCHES_RESULT_FILE} switches.csv *** Test Cases *** Find Max Switches [Documentation] Find max number of switches starting from ${MIN_SWITCHES} till reaching ${MAX_SWITCHES} in steps of ${STEP_SWITCHES} + KarafKeywords.Issue Command On Karaf Console log:set ERROR Append To File ${SWITCHES_RESULT_FILE} Max Switches Linear Topo\n ${max-switches} Find Max Switches ${MIN_SWITCHES} ${MAX_SWITCHES} ${STEP_SWITCHES} Log ${max-switches} -- 2.36.6