From dcf915f597350636efaaddc14b9d0c43e6d234e4 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Mon, 6 Jul 2020 11:04:13 -0400 Subject: [PATCH] tests: reenable nfs-ganesha testing This re-adds the nfs-ganesha testing in non containerized deployment. Signed-off-by: Dimitri Savineau (cherry picked from commit 6c11695fbe52595e2860655ce3994d9b538fd4b6) --- tests/functional/all_daemons/hosts | 4 ++-- tests/functional/all_daemons/vagrant_variables.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/functional/all_daemons/hosts b/tests/functional/all_daemons/hosts index 641217d52..1c3bc54a0 100644 --- a/tests/functional/all_daemons/hosts +++ b/tests/functional/all_daemons/hosts @@ -23,8 +23,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 f994ae082..7da2da79d 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: 3 mds_vms: 3 rgw_vms: 1 -nfs_vms: 0 +nfs_vms: 1 grafana_server_vms: 0 rbd_mirror_vms: 1 client_vms: 2 -- 2.39.5