From 106266ca2dd903129a444c429cc68e58d95277c0 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 21 Aug 2019 14:15:32 -0400 Subject: [PATCH] ceph-volume tests set the noninteractive flag for Debian, to avoid prompts in apt Signed-off-by: Alfredo Deza (cherry picked from commit 89231c9a60a46ba0691f787efbfe5ab35f05c679) --- src/ceph-volume/ceph_volume/tests/functional/batch/tox.ini | 1 + src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini | 1 + src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini | 1 + 3 files changed, 3 insertions(+) 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 431021315b1..d7c6a6c5e48 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 edc89f3cee0..d9cbe6b0bdc 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 19ad431d756..9ab6fee513f 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 -- 2.47.3