From f35ab5defb9d6ae7303f7c70948d1104e6682d78 Mon Sep 17 00:00:00 2001 From: Anton Arefiev Date: Mon, 27 Feb 2017 19:35:34 +0200 Subject: [PATCH] Functional tests: set introspection_delay to 0 There is no needs to wait before sending the next node on introspection in functional tests, so set configuration introspection_delay -> 0. Also functional tests contain explicit sleeps. Change-Id: If57a34d41cf31e2a436d7b9c66ff954b6321d7de --- ironic_inspector/test/functional.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ironic_inspector/test/functional.py b/ironic_inspector/test/functional.py index f0f6ab91a..a61a1f616 100644 --- a/ironic_inspector/test/functional.py +++ b/ironic_inspector/test/functional.py @@ -57,6 +57,7 @@ enable_setting_ipmi_credentials = True [DEFAULT] debug = True auth_strategy = noauth +introspection_delay = 0 [database] connection = sqlite:///%(db_file)s [processing]