From 0e919a00c9fa4827af77731fffb0fc5dccc1f16c Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Thu, 17 Aug 2017 15:57:50 +0200 Subject: Disable temporarily Doctor from Functest The test case is currently failing whatever the scenario/installer It is misleading for some scenarios (e.g. barometer) As it is systematically failing for the moment, it makes more sense to disable the test rather than complexify regex constraints The test case will be reenabled when the following points will be fixed: - Python 3 support (pending question to Release Manager) - packaging OK: pending patches [1] [2] (need merge of [1]) - remove packet installation in run [1] https://gerrit.opnfv.org/gerrit/#/c/38177/ [2] https://gerrit.opnfv.org/gerrit/#/c/38053/ Change-Id: Ic06786f0d516f1702dc44dc521ba8ca810ee76f9 Signed-off-by: Morgan Richomme --- functest/ci/testcases.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 719d00e1..4a047b3f 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -269,6 +269,7 @@ tiers: - case_name: doctor-notification + enabled: false project_name: doctor criteria: 100 blocking: false -- cgit 1.2.3-korg