Skip to content

Commit cf9ed92

Browse files
committed
tests: use the new profile names
Signed-off-by: Djalal Harouni <[email protected]>
1 parent 95e6e17 commit cf9ed92

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

test/helpers/bpflock.go

+3-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ const (
2323
BpflockIntegrationImage = "linuxlock/bpflock-integration:latest"
2424

2525
// Will automatically look for the configuration in /etc/bpflock/
26-
// then inside /usr/lib/bpflock/
27-
BpflockProfileDeny = "--config=docker-deny.yaml"
28-
BpflockProfileRestrict = "--config=docker-restrict.yaml"
29-
BpflockProfileAllow = "--config=docker-allow.yaml"
26+
BpflockProfileRestricted = "restricted.yaml"
27+
BpflockProfileBaseline = "baseline.yaml"
28+
BpflockProfileAllow = "allow.yaml"
3029
)
3130

3231
// Runs a bpflock command and returns the resultant cmdRes.

0 commit comments

Comments
 (0)