nixos/tests/prometheus-pushgateway: remove missing target
network-online.target isn't wanted by multi-user.target anymore.
This commit is contained in:
@@ -66,8 +66,6 @@ import ../make-test-python.nix (
|
||||
+ "jq '.data.result[0].metric.version' | grep '\"${pkgs.prometheus-pushgateway.version}\"'"
|
||||
)
|
||||
|
||||
client.wait_for_unit("network-online.target")
|
||||
|
||||
# Add a metric and check in Prometheus
|
||||
client.wait_until_succeeds(
|
||||
"echo 'some_metric 3.14' | curl --data-binary @- http://pushgateway:9091/metrics/job/some_job"
|
||||
|
||||
Reference in New Issue
Block a user