Skip to content

Commit

Permalink
update rebase
Browse files Browse the repository at this point in the history
Signed-off-by: see-quick <[email protected]>
  • Loading branch information
see-quick committed Jan 14, 2025
1 parent 689d18f commit a0356f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@

* [kafka](labels/kafka.md)
* [metrics](labels/metrics.md)
* `mirror-maker` (description file doesn't exist)
* `mirror-maker-2` (description file doesn't exist)


## testUserOperatorMetrics
Expand Down
5 changes: 5 additions & 0 deletions development-docs/systemtests/labels/bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ These tests ensure that the bridge behaves as expected under various configurati

<!-- generated part -->
**Tests:**
- [testReceiveSimpleMessageTlsScramSha](../io.strimzi.systemtest.bridge.HttpBridgeScramShaST.md)
- [testBridgeLogSetting](../io.strimzi.systemtest.log.LogSettingST.md)
- [testKafkaBridgeMetrics](../io.strimzi.systemtest.metrics.MetricsST.md)
- [testSendSimpleMessageTls](../io.strimzi.systemtest.bridge.HttpBridgeTlsST.md)
- [testCustomAndUpdatedValues](../io.strimzi.systemtest.bridge.HttpBridgeST.md)
- [testScaleBridgeSubresource](../io.strimzi.systemtest.bridge.HttpBridgeST.md)
- [testSendSimpleMessage](../io.strimzi.systemtest.bridge.HttpBridgeST.md)
- [testReceiveSimpleMessage](../io.strimzi.systemtest.bridge.HttpBridgeST.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ void testUserOperatorMetrics() {
labels = {
@Label(value = TestDocsLabels.KAFKA),
@Label(value = TestDocsLabels.METRICS),
@Label(value = TestDocsLabels.MIRROR_MAKER)
@Label(value = TestDocsLabels.MIRROR_MAKER_2)
}
)
void testMirrorMaker2Metrics() {
Expand Down

0 comments on commit a0356f4

Please sign in to comment.