From bfd7a62f1f843a628fb19c41c155760576c78f94 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Wed, 10 May 2017 13:27:57 +0100 Subject: [PATCH] tests: Update virtsock stress test commit The new version has improvements to the Windows code as well as initial support for the VMware/virtio based Hyper-V socket interface. Signed-off-by: Rolf Neugebauer --- test/pkg/virtsock/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pkg/virtsock/Dockerfile b/test/pkg/virtsock/Dockerfile index c38b721c0..7e62b6567 100644 --- a/test/pkg/virtsock/Dockerfile +++ b/test/pkg/virtsock/Dockerfile @@ -1,6 +1,6 @@ FROM linuxkit/go-compile:4513068d9a7e919e4ec42e2d7ee879ff5b95b7f5@sha256:bdfadbe3e4ec699ca45b67453662321ec270f2d1a1dbdbf09625776d3ebd68c5 AS virtsock-build -ENV VIRTSOCK_COMMIT=6b4dec728264e07c41e108caebd6bc2b72559a5f +ENV VIRTSOCK_COMMIT=3bfdf22e3b63a7d130ae5db41c2d76eaffa444d4 RUN mkdir -p $GOPATH/src/github.com/rneugeba && \ cd $GOPATH/src/github.com/rneugeba && \ git clone https://github.com/rneugeba/virtsock.git