From 99c47783baa448a27a9875e9a5858958fdb089ab Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Thu, 20 May 2021 23:50:20 -0700 Subject: [PATCH] Fix OFP link scale test It is fine to stop at 52 switches and 2652 links. Change-Id: Iefeb5e4e9b3e917309c4faac398ea0784ac28ff7 Signed-off-by: Luis Gomez --- .../openflowplugin/Maximum_Links/010__finding_max_links.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit/suites/openflowplugin/Maximum_Links/010__finding_max_links.robot b/csit/suites/openflowplugin/Maximum_Links/010__finding_max_links.robot index 8eae612c18..428b309d49 100644 --- a/csit/suites/openflowplugin/Maximum_Links/010__finding_max_links.robot +++ b/csit/suites/openflowplugin/Maximum_Links/010__finding_max_links.robot @@ -8,7 +8,7 @@ Resource ../../../libraries/WorkflowsOpenFlow.robot Resource ../../../libraries/KarafKeywords.robot *** Variables *** -@{SWITCH_LIST} ${16} ${32} ${40} ${48} ${52} ${56} ${60} +@{SWITCH_LIST} ${16} ${32} ${40} ${48} ${52} ${LINKS_RESULT_FILE} links.csv ${TIME_RESULT_FILE} time.csv -- 2.36.6