Skip to content

Commit eb9a752

Browse files
authored
[chore] add lifecycle tests to httpforwarder extension (#31755)
1 parent a0ba89d commit eb9a752

File tree

2 files changed

+47
-3
lines changed

2 files changed

+47
-3
lines changed

extension/httpforwarderextension/generated_component_test.go

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/httpforwarderextension/metadata.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ status:
99
codeowners:
1010
active: [atoulme, rmfitzpatrick]
1111

12-
# TODO: Update the extension to make the tests pass
1312
tests:
14-
skip_lifecycle: true
15-
skip_shutdown: true
13+
config:
14+
ingress:
15+
endpoint: localhost:7070
16+
egress:
17+
endpoint: http://target/

0 commit comments

Comments
 (0)