From aba172f2cfe2628f41f4d1d46ba20a28f20ed449 Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Wed, 9 Dec 2020 12:53:53 -0800 Subject: [PATCH] Remove BGPCEP many peers test The test fails intermitent in all the branches. Better skip until someone spends the cycles to figure if this is a test or a controller issue. JIRA: BGPCEP-946 Change-Id: I1c5211c0655046c67faa655f35e9dc692c96a4d8 Signed-off-by: Luis Gomez --- csit/testplans/bgpcep-bgp-ingest-fluorine.txt | 14 -------------- csit/testplans/bgpcep-bgp-ingest.txt | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 csit/testplans/bgpcep-bgp-ingest-fluorine.txt diff --git a/csit/testplans/bgpcep-bgp-ingest-fluorine.txt b/csit/testplans/bgpcep-bgp-ingest-fluorine.txt deleted file mode 100644 index 14d7ea7663..0000000000 --- a/csit/testplans/bgpcep-bgp-ingest-fluorine.txt +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved. -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License v1.0 which accompanies this distribution, -# and is available at http://www.eclipse.org/legal/epl-v10.html - -# Place the suites in run order: -integration/test/csit/suites/bgpcep/bgpclustering/singlepeer_pc_shm_300kroutes.robot -integration/test/csit/suites/bgpcep/bgpingest/singlepeer_prefixcount.robot -integration/test/csit/suites/bgpcep/bgpingest/singlepeer_changecount.robot -integration/test/csit/suites/bgpcep/bgpingest/bgp_app_peer_prefixcount.robot -integration/test/csit/suites/bgpcep/bgpingest/manypeers_prefixcount.robot -integration/test/csit/suites/bgpcep/bgpingest/manypeers_peercount.robot -integration/test/csit/suites/bgpcep/bgpingest/manypeers_changecount.robot diff --git a/csit/testplans/bgpcep-bgp-ingest.txt b/csit/testplans/bgpcep-bgp-ingest.txt index c32804c0da..911d83e5ca 100644 --- a/csit/testplans/bgpcep-bgp-ingest.txt +++ b/csit/testplans/bgpcep-bgp-ingest.txt @@ -10,7 +10,7 @@ integration/test/csit/suites/bgpcep/bgpingest/singlepeer_prefixcount.robot integration/test/csit/suites/bgpcep/bgpingest/singlepeer_changecount.robot integration/test/csit/suites/bgpcep/bgpingest/bgp_app_peer_prefixcount.robot integration/test/csit/suites/bgpcep/bgpingest/manypeers_prefixcount.robot -integration/test/csit/suites/bgpcep/bgpingest/manypeers_peercount.robot +#integration/test/csit/suites/bgpcep/bgpingest/manypeers_peercount.robot integration/test/csit/suites/bgpcep/bgpingest/manypeers_changecount.robot integration/test/csit/suites/controller/dom_data_broker/restart_odl_with_tell_based_true.robot integration/test/csit/suites/bgpcep/bgpclustering/singlepeer_pc_shm_300kroutes.robot -- 2.36.6