From 9913456884a19525bae18226ef0a6233f00993b2 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 8 Sep 2020 23:27:50 +0200 Subject: Add helper to download all images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It eases offline testing. The default command leverages kind as in-use in Functest. Change-Id: I66a20ede5e857f80cf49b9b708843034bc3b9904 Signed-off-by: Cédric Ollivier --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index fb27ac71..8532aa5e 100644 --- a/tox.ini +++ b/tox.ini @@ -50,6 +50,7 @@ commands = nosetests functest_kubernetes basepython = python3.8 files = build.sh + functest_kubernetes/ci/download_images.sh commands = bashate -e E005,E006,E042,E043 {[testenv:bashate]files} [testenv:perm] -- cgit 1.2.3-korg