From: Alfredo Deza Date: Mon, 9 Sep 2019 17:40:06 +0000 (-0400) Subject: ceph-volume create a new tox.ini for shell-based tests X-Git-Tag: v13.2.7~182^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=815473b0ad74e0d424e0b174ae1f34bcded8ca74;p=ceph.git ceph-volume create a new tox.ini for shell-based tests Signed-off-by: Alfredo Deza (cherry picked from commit 4612ab3ae62a3e8e1cc9e51489feab0c938296d3) --- diff --git a/src/ceph-volume/shell_tox.ini b/src/ceph-volume/shell_tox.ini new file mode 100644 index 0000000000000..5cd4606e4c5d7 --- /dev/null +++ b/src/ceph-volume/shell_tox.ini @@ -0,0 +1,11 @@ +[tox] +envlist = py27, py35, py36 +skip_missing_interpreters = true + +[testenv] +passenv=* +whitelist_externals= + bash + grep + mktemp +commands=bash {posargs:ceph_volume/tests/functional/scripts/test_unicode.sh} {posargs:ceph_volume/tests/functional/scripts/output.py}