From 48a8cd1a43aa7f2bd60126eb54fb19702f54d671 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Wed, 18 Jan 2017 17:50:29 +0100 Subject: [PATCH] test: add tests for the client role MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Here we test the client role. Signed-off-by: Sébastien Han --- tests/functional/centos/7/cluster/group_vars/all | 2 ++ tests/functional/centos/7/cluster/hosts | 3 +++ tests/functional/centos/7/cluster/vagrant_variables.yml | 2 +- tests/functional/ubuntu/16.04/cluster/hosts | 3 +++ 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/tests/functional/centos/7/cluster/group_vars/all b/tests/functional/centos/7/cluster/group_vars/all index dc312236b..0214cbff9 100644 --- a/tests/functional/centos/7/cluster/group_vars/all +++ b/tests/functional/centos/7/cluster/group_vars/all @@ -13,3 +13,5 @@ raw_multi_journal: True os_tuning_params: - { name: kernel.pid_max, value: 4194303 } - { name: fs.file-max, value: 26234859 } +user_config: True +openstack_config: True diff --git a/tests/functional/centos/7/cluster/hosts b/tests/functional/centos/7/cluster/hosts index b732c4154..d060209c9 100644 --- a/tests/functional/centos/7/cluster/hosts +++ b/tests/functional/centos/7/cluster/hosts @@ -11,3 +11,6 @@ mds0 [rgws] rgw0 + +[clients] +client0 diff --git a/tests/functional/centos/7/cluster/vagrant_variables.yml b/tests/functional/centos/7/cluster/vagrant_variables.yml index 7eb80e799..dea5db175 100644 --- a/tests/functional/centos/7/cluster/vagrant_variables.yml +++ b/tests/functional/centos/7/cluster/vagrant_variables.yml @@ -10,7 +10,7 @@ mds_vms: 1 rgw_vms: 1 nfs_vms: 0 rbd_mirror_vms: 0 -client_vms: 0 +client_vms: 1 iscsi_gw_vms: 0 # Deploy RESTAPI on each of the Monitors diff --git a/tests/functional/ubuntu/16.04/cluster/hosts b/tests/functional/ubuntu/16.04/cluster/hosts index b87a69737..e361015a0 100644 --- a/tests/functional/ubuntu/16.04/cluster/hosts +++ b/tests/functional/ubuntu/16.04/cluster/hosts @@ -11,3 +11,6 @@ mds0 [rgws] rgw0 + +[clients] +client0 -- 2.39.5