From 9cdf97c45f8e3222ce78c3fa19c34e12e2cd2eef Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Mon, 13 Jul 2020 14:57:46 -0400 Subject: [PATCH] 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 --- scripts/build_utils.sh | 3 +++ 1 file changed, 3 insertions(+) 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 ;; -- 2.39.5