mirror of
https://github.com/haproxy/haproxy.git
synced 2026-07-10 09:47:01 -04:00
REGTESTS: Migrate REQUIRE_SERVICE=prometheus-exporter to a feature(PROMEX) check
The prometheus exporter is a first class citizen now. This keeps consistency with the other tests.
This commit is contained in:
parent
1e36317346
commit
e4dceb44a3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
varnishtest "prometheus exporter test"
|
||||
|
||||
feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(3.0-dev0)'"
|
||||
#REQUIRE_SERVICES=prometheus-exporter
|
||||
feature cmd "$HAPROXY_PROGRAM -cc 'feature(PROMEX)'"
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue