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 <davanum@gmail.com>
This commit is contained in:
parent
ca6a41915a
commit
4e00c4b65f
@ -11,7 +11,7 @@
|
|||||||
set -xe
|
set -xe
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y btrfs-tools libseccomp-dev git pkg-config
|
apt-get install -y btrfs-tools libseccomp-dev git pkg-config lsof
|
||||||
|
|
||||||
go version
|
go version
|
||||||
chdir: '{{ zuul.project.src_dir }}'
|
chdir: '{{ zuul.project.src_dir }}'
|
||||||
|
Loading…
Reference in New Issue
Block a user