From 5e50438788cb545a6b5d091317340b4e6fa79d32 Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Tue, 20 Sep 2016 11:09:04 -0700 Subject: [PATCH] Organize bulkomatic performance suites Place bulkomatic perf suites in Performance_Bulkomatic folder. Change-Id: Ia7a8c24fc4fc54e787053a0e157d728ea6a56b01 Signed-off-by: Luis Gomez --- .../100K_Flows_100DPN_1Node_Perf_Test.robot | 0 .../100K_Flows_100DPN_3Node_Cluster_Perf_Test.robot | 0 .../openflowplugin-bulkomatic-clustering-perf-daily.txt | 2 +- csit/testplans/openflowplugin-bulkomatic-perf-daily.txt | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename csit/suites/openflowplugin/{Bulkomatic => Performance_Bulkomatic}/100K_Flows_100DPN_1Node_Perf_Test.robot (100%) rename csit/suites/openflowplugin/{Clustering_Bulkomatic => Performance_Bulkomatic}/100K_Flows_100DPN_3Node_Cluster_Perf_Test.robot (100%) diff --git a/csit/suites/openflowplugin/Bulkomatic/100K_Flows_100DPN_1Node_Perf_Test.robot b/csit/suites/openflowplugin/Performance_Bulkomatic/100K_Flows_100DPN_1Node_Perf_Test.robot similarity index 100% rename from csit/suites/openflowplugin/Bulkomatic/100K_Flows_100DPN_1Node_Perf_Test.robot rename to csit/suites/openflowplugin/Performance_Bulkomatic/100K_Flows_100DPN_1Node_Perf_Test.robot diff --git a/csit/suites/openflowplugin/Clustering_Bulkomatic/100K_Flows_100DPN_3Node_Cluster_Perf_Test.robot b/csit/suites/openflowplugin/Performance_Bulkomatic/100K_Flows_100DPN_3Node_Cluster_Perf_Test.robot similarity index 100% rename from csit/suites/openflowplugin/Clustering_Bulkomatic/100K_Flows_100DPN_3Node_Cluster_Perf_Test.robot rename to csit/suites/openflowplugin/Performance_Bulkomatic/100K_Flows_100DPN_3Node_Cluster_Perf_Test.robot diff --git a/csit/testplans/openflowplugin-bulkomatic-clustering-perf-daily.txt b/csit/testplans/openflowplugin-bulkomatic-clustering-perf-daily.txt index 50f43d304f..9cb4303420 100644 --- a/csit/testplans/openflowplugin-bulkomatic-clustering-perf-daily.txt +++ b/csit/testplans/openflowplugin-bulkomatic-clustering-perf-daily.txt @@ -1,3 +1,3 @@ # Place the suites in run order: -integration/test/csit/suites/openflowplugin/Clustering_Bulkomatic/100K_Flows_100DPN_3Node_Cluster_Perf_Test.robot +integration/test/csit/suites/openflowplugin/Performance_Bulkomatic/100K_Flows_100DPN_3Node_Cluster_Perf_Test.robot integration/test/csit/suites/integration/Create_JVM_Plots.robot diff --git a/csit/testplans/openflowplugin-bulkomatic-perf-daily.txt b/csit/testplans/openflowplugin-bulkomatic-perf-daily.txt index 9d264fe489..8cc8e7524a 100644 --- a/csit/testplans/openflowplugin-bulkomatic-perf-daily.txt +++ b/csit/testplans/openflowplugin-bulkomatic-perf-daily.txt @@ -1,3 +1,3 @@ # Place the suites in run order: -integration/test/csit/suites/openflowplugin/Bulkomatic/100K_Flows_100DPN_1Node_Perf_Test.robot +integration/test/csit/suites/openflowplugin/Performance_Bulkomatic/100K_Flows_100DPN_1Node_Perf_Test.robot integration/test/csit/suites/integration/Create_JVM_Plots.robot -- 2.36.6