Skip to content

Commit

Permalink
misc: rename dup test policies
Browse files Browse the repository at this point in the history
Rename some of the policies to better reflect the tests.

Signed-off-by: Kornilios Kourtis <[email protected]>
  • Loading branch information
kkourt committed Sep 12, 2024
1 parent 02caee5 commit 3d0dbe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/sensors/tracing/kprobe_amd64_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func TestKprobeListSyscallDups(t *testing.T) {
apiVersion: cilium.io/v1alpha1
kind: TracingPolicy
metadata:
name: "sys-write"
name: "sys-dups"
spec:
lists:
- name: "test"
Expand Down
2 changes: 1 addition & 1 deletion pkg/sensors/tracing/tracepoint_amd64_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func TestTracepointListSyscallDups(t *testing.T) {
apiVersion: cilium.io/v1alpha1
kind: TracingPolicy
metadata:
name: "sys-write"
name: "sys-dups"
spec:
lists:
- name: "test"
Expand Down

0 comments on commit 3d0dbe2

Please sign in to comment.