From 4f2baaab8c841c5463727100e981248dd2fa3cd7 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 7 Jan 2020 15:40:50 +0100 Subject: [PATCH] tests: disable nfs testing nfs-ganesha makes the CI failing because of issue related to SELinux. See: - https://bugzilla.redhat.com/show_bug.cgi?id=1788563 - https://github.com/nfs-ganesha/nfs-ganesha/issues/527 Until we can get this fixed, let's disable nfs-ganesha testing temporarily. Signed-off-by: Guillaume Abrioux --- tests/functional/all_daemons/container/hosts | 4 ++-- tests/functional/all_daemons/container/vagrant_variables.yml | 2 +- tests/functional/all_daemons/hosts | 4 ++-- tests/functional/all_daemons/vagrant_variables.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/functional/all_daemons/container/hosts b/tests/functional/all_daemons/container/hosts index 06596f081..b4882e58e 100644 --- a/tests/functional/all_daemons/container/hosts +++ b/tests/functional/all_daemons/container/hosts @@ -18,8 +18,8 @@ mds2 [rgws] rgw0 -[nfss] -nfs0 +#[nfss] +#nfs0 [clients] client0 diff --git a/tests/functional/all_daemons/container/vagrant_variables.yml b/tests/functional/all_daemons/container/vagrant_variables.yml index c49adaf90..fbb286109 100644 --- a/tests/functional/all_daemons/container/vagrant_variables.yml +++ b/tests/functional/all_daemons/container/vagrant_variables.yml @@ -8,7 +8,7 @@ mon_vms: 3 osd_vms: 2 mds_vms: 3 rgw_vms: 1 -nfs_vms: 1 +nfs_vms: 0 grafana_server_vms: 0 rbd_mirror_vms: 1 client_vms: 2 diff --git a/tests/functional/all_daemons/hosts b/tests/functional/all_daemons/hosts index 44e193083..f0793d95d 100644 --- a/tests/functional/all_daemons/hosts +++ b/tests/functional/all_daemons/hosts @@ -22,8 +22,8 @@ rgw0 client0 client1 -[nfss] -nfs0 +#[nfss] +#nfs0 [rbdmirrors] rbd-mirror0 diff --git a/tests/functional/all_daemons/vagrant_variables.yml b/tests/functional/all_daemons/vagrant_variables.yml index 0062ac71e..24824a664 100644 --- a/tests/functional/all_daemons/vagrant_variables.yml +++ b/tests/functional/all_daemons/vagrant_variables.yml @@ -8,7 +8,7 @@ mon_vms: 3 osd_vms: 2 mds_vms: 3 rgw_vms: 1 -nfs_vms: 1 +nfs_vms: 0 grafana_server_vms: 0 rbd_mirror_vms: 1 client_vms: 2 -- 2.39.5