From 0745fefb887a559d411909c288b66efa1314cec7 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 28 Jan 2019 13:16:26 +0100 Subject: [PATCH] tests: update envlist - switch_to_containers, ooo_collocation, podman should be able to specify which os they are running on. - those scenarios are only container scenario. Signed-off-by: Guillaume Abrioux --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0971acc37..9d729813c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = {dev,rhcs}-{centos,ubuntu}-{container,non_container}-{all_daemons,collocation,update,bluestore_lvm_osds,lvm_osds,shrink_mon,shrink_osd,lvm_batch,add_osds,rgw_multisite,purge,storage_inventory} - {dev,rhcs}-{switch_to_containers,cluster,ooo_collocation,infra_lv_create,podman} + {dev,rhcs}-{centos,ubuntu}-container-{switch_to_containers,ooo_collocation,podman} infra_lv_create skipsdist = True