From 3f18f021bd83bb63639c621e0650eace062f463f Mon Sep 17 00:00:00 2001 From: Pushpesh Sharma Date: Fri, 15 Nov 2013 19:06:13 +0530 Subject: Functional Tests for gswauth_cli This test suite plans to tests following gswauth commands:- 1. swauth-prep 2. swauth-add-account 3. swauth-delete-account 4. swauth-add-user 5. swauth-delete-user 6. swauth-set-account-service 7. swauth-cleanup-tokens 8. swauth-list It uses 'commands' python module to execute gswauthcommands, and capture the status and output of commands followed by asserts to verify if the captured status and output is same as expected ones.This initial draft has tests for first 1-5 commands. Change-Id: I8591884e87c6ffd88446aacd04a1db2daab2d189 Signed-off-by: Pushpesh Sharma Reviewed-on: http://review.gluster.org/6277 Reviewed-by: Luis Pabon Tested-by: Luis Pabon --- test/functional_auth/gswauth/conf/test.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/functional_auth/gswauth/conf/test.conf') diff --git a/test/functional_auth/gswauth/conf/test.conf b/test/functional_auth/gswauth/conf/test.conf index f490f36..15c9aea 100644 --- a/test/functional_auth/gswauth/conf/test.conf +++ b/test/functional_auth/gswauth/conf/test.conf @@ -15,6 +15,10 @@ auth_prefix = /auth/ admin_key = gswauthkey admin_user = .super_admin +# Gluster setup information +devices = /mnt/gluster-object +gsmetadata_volume = gsmetadata + # Primary functional test account (needs admin access to the account) account = test username = tester -- cgit