aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-09-08 23:27:50 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-09-08 23:48:04 +0200
commit9913456884a19525bae18226ef0a6233f00993b2 (patch)
treea786b9265734d68396c05cf9503796a3c0b0e457 /tox.ini
parent8d748b9efc9ed4ed3edb4eaaf09909e41fe29577 (diff)
Add helper to download all images
It eases offline testing. The default command leverages kind as in-use in Functest. Change-Id: I66a20ede5e857f80cf49b9b708843034bc3b9904 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
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]