From cd30ea1ddfc320965cbf01d02bed2f370bb11504 Mon Sep 17 00:00:00 2001 From: Matus Fabian Date: Wed, 24 Jul 2024 15:47:31 +0200 Subject: prom: test_prom fix Type: test Change-Id: I022a3435429976590b8e8e2e1abe924188d1c3f9 Signed-off-by: Matus Fabian (cherry picked from commit f95c4d81fcffd15fe2e7af690f8294e7e04d8868) --- test/asf/test_prom.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/asf/test_prom.py b/test/asf/test_prom.py index 3f8fb4c7a44..f536fd19d34 100644 --- a/test/asf/test_prom.py +++ b/test/asf/test_prom.py @@ -39,6 +39,7 @@ class TestProm(VppAsfTestCase): """Enable HTTP Static server and prometheus exporter, get stats""" self.vapi.cli("http static server uri tcp://0.0.0.0/80 url-handlers") self.vapi.cli("prom enable") + self.sleep(1, "wait for min-scrape-interval to expire") process = subprocess.run( [ -- cgit 1.2.3-korg