mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-18 12:33:44 +00:00
test: Add initial support for virtio and Hyper-V socket stress tests
Containerise the stress tests for virtio and Hyper-V sockets from https://github.com/rneugeba/virtsock See README.md for more details Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
3
test/virtsock/Dockerfile.pkg
Normal file
3
test/virtsock/Dockerfile.pkg
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM scratch
|
||||
COPY . ./
|
||||
CMD ["/bin/tini", "/bin/virtsock_stress", "-s", "-v", "1"]
|
||||
Reference in New Issue
Block a user