From: Alfredo Deza Date: Wed, 21 Aug 2019 18:15:32 +0000 (-0400) Subject: ceph-volume tests set the noninteractive flag for Debian, to avoid prompts in apt X-Git-Tag: v15.1.0~1814^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=89231c9a60a46ba0691f787efbfe5ab35f05c679;p=ceph.git ceph-volume tests set the noninteractive flag for Debian, to avoid prompts in apt Signed-off-by: Alfredo Deza --- diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/tox.ini b/src/ceph-volume/ceph_volume/tests/functional/batch/tox.ini index 6c4a240a9cce..7185446ee57a 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/tox.ini +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/tox.ini @@ -17,6 +17,7 @@ setenv= ANSIBLE_SSH_RETRIES = 5 VAGRANT_CWD = {changedir} CEPH_VOLUME_DEBUG = 1 + DEBIAN_FRONTEND=noninteractive changedir= centos7-filestore-single_type: {toxinidir}/centos7/filestore/single-type centos7-filestore-single_type_dmcrypt: {toxinidir}/centos7/filestore/single-type-dmcrypt diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini b/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini index ca09298b5e0d..cbdc7f263887 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini @@ -18,6 +18,7 @@ setenv= ANSIBLE_SSH_RETRIES = 5 VAGRANT_CWD = {changedir} CEPH_VOLUME_DEBUG = 1 + DEBIAN_FRONTEND=noninteractive changedir= # plain/unencrypted centos7-filestore-create: {toxinidir}/centos7/filestore/create diff --git a/src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini b/src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini index 9be687ddc5b8..f3699407aec4 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini +++ b/src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini @@ -18,6 +18,7 @@ setenv= ANSIBLE_SSH_RETRIES = 5 VAGRANT_CWD = {changedir} CEPH_VOLUME_DEBUG = 1 + DEBIAN_FRONTEND=noninteractive changedir= centos7-filestore-activate: {toxinidir}/centos7/filestore/activate centos7-bluestore-activate: {toxinidir}/centos7/bluestore/activate