diff options
author | Matus Fabian <matfabia@cisco.com> | 2024-07-24 15:47:31 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2024-07-31 16:20:13 +0000 |
commit | cd30ea1ddfc320965cbf01d02bed2f370bb11504 (patch) | |
tree | e90c062938c69ddcec98162a5fb7d4ab48d1040b /test | |
parent | a095e37d2a39c1194111938ecb862838f224c172 (diff) |
prom: test_prom fixstable/2406
Type: test
Change-Id: I022a3435429976590b8e8e2e1abe924188d1c3f9
Signed-off-by: Matus Fabian <matfabia@cisco.com>
(cherry picked from commit f95c4d81fcffd15fe2e7af690f8294e7e04d8868)
Diffstat (limited to 'test')
-rw-r--r-- | test/asf/test_prom.py | 1 |
1 files changed, 1 insertions, 0 deletions
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( [ |