From 5893a17886aa78c69a25f61cd1d7fb34c5bedc18 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 16 Mar 2021 15:39:10 +0100 Subject: [PATCH] tests: remove 1 client VM in external_clients job We only use 2 client in this scenario, there's no need to fire up a third VM. Signed-off-by: Guillaume Abrioux (cherry picked from commit fb1a5f071a343bb32113dbd20798c7b32dca44cf) --- .../functional/external_clients/container/vagrant_variables.yml | 2 +- tests/functional/external_clients/vagrant_variables.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functional/external_clients/container/vagrant_variables.yml b/tests/functional/external_clients/container/vagrant_variables.yml index d595b9f19..97b257c05 100644 --- a/tests/functional/external_clients/container/vagrant_variables.yml +++ b/tests/functional/external_clients/container/vagrant_variables.yml @@ -11,7 +11,7 @@ rgw_vms: 0 nfs_vms: 0 grafana_server_vms: 0 rbd_mirror_vms: 0 -client_vms: 3 +client_vms: 2 iscsi_gw_vms: 0 mgr_vms: 0 diff --git a/tests/functional/external_clients/vagrant_variables.yml b/tests/functional/external_clients/vagrant_variables.yml index 003fb2e3a..110e1bbfb 100644 --- a/tests/functional/external_clients/vagrant_variables.yml +++ b/tests/functional/external_clients/vagrant_variables.yml @@ -7,7 +7,7 @@ rgw_vms: 0 nfs_vms: 0 grafana_server_vms: 0 rbd_mirror_vms: 0 -client_vms: 3 +client_vms: 2 iscsi_gw_vms: 0 mgr_vms: 0 -- 2.39.5