Skip to content

Commit 4e00c4b

Browse files
committed
integration tests needs lsof
We need/use `lsof` in integration tests: https://github.com/containerd/containerd/blob/master/integration/client/container_linux_test.go#L493 `TestShimDoesNotLeakPipes` fails if `lsof` is not present Signed-off-by: Davanum Srinivas <[email protected]>
1 parent ca6a419 commit 4e00c4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.zuul/playbooks/containerd-build/integration-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
set -xe
1212
set -o pipefail
1313
apt-get update
14-
apt-get install -y btrfs-tools libseccomp-dev git pkg-config
14+
apt-get install -y btrfs-tools libseccomp-dev git pkg-config lsof
1515
1616
go version
1717
chdir: '{{ zuul.project.src_dir }}'

0 commit comments

Comments
 (0)