]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
build_utils.sh: add tox-cephadm.ini file 1616/head
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 13 Jul 2020 18:57:46 +0000 (14:57 -0400)
committerDimitri Savineau <dsavinea@redhat.com>
Mon, 13 Jul 2020 18:57:46 +0000 (14:57 -0400)
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 <dsavinea@redhat.com>
scripts/build_utils.sh

index e13af3fca7b3f43a0dba5db7a875560366165d11..d99276902309df2ad4842d1027db22aa0d377b68 100644 (file)
@@ -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
     ;;