Skip to content

Commit c7aa7f6

Browse files
authored
Merge pull request #22 from HamadiSE/shamadi_logging
update PUT to start emiting logs
2 parents 0fedb7d + 2bd3dc3 commit c7aa7f6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

local-test-infra/local-pod-under-test.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ spec:
2121
name: test
2222
spec:
2323
containers:
24-
- command:
25-
- tail
26-
- -f
27-
- /dev/null
24+
- command: [ "/bin/bash", "-c", "echo 'logs' && tail -f /dev/null" ]
2825
image: quay.io/testnetworkfunction/cnf-test-partner:latest
2926
name: test
3027
resources:

0 commit comments

Comments
 (0)