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:38 +0200
commit2a2145fc2f5da3b43ec492b5c1e189dbd5de0b5c (patch)
treecdb8b7eec133094504a72a3495a6ae74ff1e98d4 /tox.ini
parente580da46c1c2effe7397775933971b5d2f78b689 (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> (cherry picked from commit 9913456884a19525bae18226ef0a6233f00993b2)
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 48d53c6b..08f71082 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]