Skip to content

Commit

Permalink
update e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqixu committed Nov 1, 2024
1 parent 0b91f95 commit 659ba2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions processor/k8sattributesprocessor/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ func TestE2E_NamespacedRBAC(t *testing.T) {
ManifestsDir: filepath.Join(testDir, "telemetrygen"),
TestID: testID,
OtlpEndpoint: fmt.Sprintf("otelcol-%s.%s:4317", testID, nsName),
DataTypes: []string{"metrics", "logs", "traces"},
DataTypes: []string{"metrics", "logs", "traces", "profiles"},
}
telemetryGenObjs, telemetryGenObjInfos := k8stest.CreateTelemetryGenObjects(t, k8sClient, createTeleOpts)
defer func() {
Expand Down Expand Up @@ -753,7 +753,7 @@ func TestE2E_MixRBAC(t *testing.T) {
ManifestsDir: filepath.Join(testDir, "telemetrygen"),
TestID: testID,
OtlpEndpoint: fmt.Sprintf("otelcol-%s.%s:4317", testID, otelNs),
DataTypes: []string{"metrics", "logs", "traces"},
DataTypes: []string{"metrics", "logs", "traces", "profiles"},
}

telemetryGenObjs, telemetryGenObjInfos := k8stest.CreateTelemetryGenObjects(t, k8sClient, createTeleOpts)
Expand Down Expand Up @@ -938,7 +938,7 @@ func TestE2E_NamespacedRBACNoPodIP(t *testing.T) {
ManifestsDir: filepath.Join(testDir, "telemetrygen"),
TestID: testID,
OtlpEndpoint: fmt.Sprintf("otelcol-%s.%s:4317", testID, nsName),
DataTypes: []string{"metrics", "logs", "traces"},
DataTypes: []string{"metrics", "logs", "traces", "profiles"},
}
telemetryGenObjs, telemetryGenObjInfos := k8stest.CreateTelemetryGenObjects(t, k8sClient, createTeleOpts)
defer func() {
Expand Down

0 comments on commit 659ba2c

Please sign in to comment.