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-09 00:09:29 +0200
commite702348e6aed0b2187ffde36e4ae8e28e066239e (patch)
tree9ba1b1a7fd54ee51c2ffd9495f44a96c1dd8b9de /tox.ini
parentee4a9dde4fe0aefc10e35ccc8c232ae87efcc892 (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 6d0b76bf364581b23e06f342d2d78c574a164512)
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 674830ee..4e325869 100644
--- a/tox.ini
+++ b/tox.ini
@@ -50,6 +50,7 @@ commands = nosetests functest_kubernetes
basepython = python3.7
files =
build.sh
+ functest_kubernetes/ci/download_images.sh
commands = bashate -e E005,E006,E042,E043 {[testenv:bashate]files}
[testenv:perm]