From b8c01cfdd0d29f9f263b4bee09e47909ad717047 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Fri, 2 Aug 2013 22:22:50 +0530 Subject: [PATCH] moving rvr deployment planning to maint suites this suite performs enable/disable of pods/clusters in the zone causing other tests to fail deploying VMs. Move it to sequential execution suite in the maintenance tests Signed-off-by: Prasanna Santhanam (cherry picked from commit 73de7646ffd289b779d5c45cfee84e07551c3a0c) --- .../{ => maint}/test_redundant_router_deployment_planning.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename test/integration/component/{ => maint}/test_redundant_router_deployment_planning.py (99%) diff --git a/test/integration/component/test_redundant_router_deployment_planning.py b/test/integration/component/maint/test_redundant_router_deployment_planning.py similarity index 99% rename from test/integration/component/test_redundant_router_deployment_planning.py rename to test/integration/component/maint/test_redundant_router_deployment_planning.py index 75fc3abed96..f4a6fb76d6c 100644 --- a/test/integration/component/test_redundant_router_deployment_planning.py +++ b/test/integration/component/maint/test_redundant_router_deployment_planning.py @@ -5,9 +5,9 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY