diff options
author | 2018-05-02 06:45:39 +0000 | |
---|---|---|
committer | 2018-05-02 12:53:36 +0000 | |
commit | 64da7d69dfe8d8f89656dc3dba56b0eaef059020 (patch) | |
tree | c41ede24d5e1efe8b50a8c70174c064a714eafaf | |
parent | 334f7bd8cb607d485be6fa5d1ff16fd87737e6d6 (diff) |
FIX: Docker container image
Change-Id: I127fe11b9095fb24a536dce7d6c26c7e7fd4be4e
Signed-off-by: Peter Mikus <pmikus@cisco.com>
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/vpp/perf/container_memif/10ge2p1x520-eth-l2xcbase-eth-2memif-1dcr-mrr.robot b/tests/vpp/perf/container_memif/10ge2p1x520-eth-l2xcbase-eth-2memif-1dcr-mrr.robot index 07b4b5772b..7cf5293d3a 100644 --- a/tests/vpp/perf/container_memif/10ge2p1x520-eth-l2xcbase-eth-2memif-1dcr-mrr.robot +++ b/tests/vpp/perf/container_memif/10ge2p1x520-eth-l2xcbase-eth-2memif-1dcr-mrr.robot @@ -58,7 +58,7 @@ # LXC container | ${container_count}= | ${1} | ${container_engine}= | Docker -| ${container_image}= | ubuntu +| ${container_image}= | ubuntu:xenial-20180412 # CPU settings | ${system_cpus}= | ${1} | ${vpp_cpus}= | ${5} diff --git a/tests/vpp/perf/container_memif/10ge2p1x520-eth-l2xcbase-eth-2memif-1drc-ndrpdrdisc.robot b/tests/vpp/perf/container_memif/10ge2p1x520-eth-l2xcbase-eth-2memif-1drc-ndrpdrdisc.robot index 17c92788e0..37c6753956 100644 --- a/tests/vpp/perf/container_memif/10ge2p1x520-eth-l2xcbase-eth-2memif-1drc-ndrpdrdisc.robot +++ b/tests/vpp/perf/container_memif/10ge2p1x520-eth-l2xcbase-eth-2memif-1drc-ndrpdrdisc.robot @@ -66,7 +66,7 @@ # LXC container | ${container_count}= | ${1} | ${container_engine}= | Docker -| ${container_image}= | ubuntu +| ${container_image}= | ubuntu:xenial-20180412 # CPU settings | ${system_cpus}= | ${1} | ${vpp_cpus}= | ${5} diff --git a/tests/vpp/perf/container_memif/10ge2p1x710-eth-l2xcbase-eth-2memif-1dcr-mrr.robot b/tests/vpp/perf/container_memif/10ge2p1x710-eth-l2xcbase-eth-2memif-1dcr-mrr.robot index ca5a069553..cd9f6c2aa6 100644 --- a/tests/vpp/perf/container_memif/10ge2p1x710-eth-l2xcbase-eth-2memif-1dcr-mrr.robot +++ b/tests/vpp/perf/container_memif/10ge2p1x710-eth-l2xcbase-eth-2memif-1dcr-mrr.robot @@ -58,7 +58,7 @@ # LXC container | ${container_count}= | ${1} | ${container_engine}= | Docker -| ${container_image}= | ubuntu +| ${container_image}= | ubuntu:xenial-20180412 # CPU settings | ${system_cpus}= | ${1} | ${vpp_cpus}= | ${5} |