Skip to content

Commit

Permalink
tweaking some otlp host port test cases for more clarity
Browse files Browse the repository at this point in the history
Signed-off-by: mrmcpat <[email protected]>
  • Loading branch information
mrdoggopat committed Oct 4, 2024
1 parent f3feed5 commit ab16b05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/controller/datadogagent/feature/otlp/feature_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ func TestOTLPFeature(t *testing.T) {
DDA: newAgent(Settings{
EnabledGRPC: true,
EnabledGRPCHostPort: true,
CustomGRPCHostPort: 0,
EndpointGRPC: "0.0.0.0:4317",
}),
WantConfigure: true,
Expand All @@ -295,6 +296,7 @@ func TestOTLPFeature(t *testing.T) {
DDA: newAgentSingleContainer(Settings{
EnabledGRPC: true,
EnabledGRPCHostPort: true,
CustomGRPCHostPort: 0,
EndpointGRPC: "0.0.0.0:4317",
}),
WantConfigure: true,
Expand All @@ -320,6 +322,7 @@ func TestOTLPFeature(t *testing.T) {
DDA: newAgent(Settings{
EnabledHTTP: true,
EnabledHTTPHostPort: true,
CustomHTTPHostPort: 0,
EndpointHTTP: "somehostname:4318",
APM: true,
}),
Expand Down Expand Up @@ -347,6 +350,7 @@ func TestOTLPFeature(t *testing.T) {
DDA: newAgentSingleContainer(Settings{
EnabledHTTP: true,
EnabledHTTPHostPort: true,
CustomHTTPHostPort: 0,
EndpointHTTP: "somehostname:4318",
APM: true,
}),
Expand Down

0 comments on commit ab16b05

Please sign in to comment.