diff options
author | Matus Fabian <matfabia@cisco.com> | 2024-07-24 15:47:31 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2024-07-24 21:14:55 +0000 |
commit | f95c4d81fcffd15fe2e7af690f8294e7e04d8868 (patch) | |
tree | c4fce304349e310ab65b0c3f75f1c39538af4ddf /test | |
parent | 2a2c6531691da9153b296c1e4d35dba072d92979 (diff) |
prom: test_prom fix
Type: test
Change-Id: I022a3435429976590b8e8e2e1abe924188d1c3f9
Signed-off-by: Matus Fabian <matfabia@cisco.com>
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( [ |