strimzi / strimzi-kafka-operator

Apache Kafka® running on Kubernetes
https://strimzi.io/
Apache License 2.0
4.79k stars 1.28k forks source link

[ST] Fix NetworkPoliciesST test #10598

Closed im-konge closed 1 week ago

im-konge commented 1 week ago

Type of change

Description

This PR fixes issue introduced in #10506, where the metrics are parsed differently - we are not providing the full metrics list in String, but each metric has its own object, where the metric is split into name, labels, value etc. I forgot to fix this one test in the previous PR, as it's not running directly in our AZPs, so I didn't see that this test is failing.

Checklist

Frawless commented 1 week ago

/packit test --labels regression