From d04144fbb7b9fcb055e3aa3c2246f9b498923cc0 Mon Sep 17 00:00:00 2001 From: Zeling Feng Date: Tue, 24 Nov 2020 23:19:46 -0800 Subject: [2/3] Support isolated containers for parallel packetimpact tests Added a new flag num_duts to the test runner to create multiple DUTs for the testbench can connect to. PiperOrigin-RevId: 344195435 --- test/packetimpact/runner/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'test/packetimpact/runner/BUILD') diff --git a/test/packetimpact/runner/BUILD b/test/packetimpact/runner/BUILD index 605dd4972..888c44343 100644 --- a/test/packetimpact/runner/BUILD +++ b/test/packetimpact/runner/BUILD @@ -32,6 +32,7 @@ go_library( deps = [ "//pkg/test/dockerutil", "//test/packetimpact/netdevs", + "//test/packetimpact/testbench", "@com_github_docker_docker//api/types/mount:go_default_library", ], ) -- cgit v1.2.3