From: Dimitri Savineau Date: Mon, 13 Jul 2020 18:57:46 +0000 (-0400) Subject: build_utils.sh: add tox-cephadm.ini file X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1616%2Fhead;p=ceph-build.git build_utils.sh: add tox-cephadm.ini file As a follow up on c9463f5 we also need to declare the dedicated tox file for the cephadm container scenario. Signed-off-by: Dimitri Savineau --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index e13af3fc..d9927690 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -906,6 +906,9 @@ case $SCENARIO in external_clients) TOX_INI_FILE=tox-external_clients.ini ;; + cephadm) + TOX_INI_FILE=tox-cephadm.ini + ;; *) TOX_INI_FILE=tox.ini ;;