From 6b8d7c59195327484ac0f14bd1c29e4f75415e3b Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Thu, 24 Oct 2013 17:56:20 -0400 Subject: moving functional tests to prepare for auth tests moved the actual tests to generic folder and created an auth dir that will contain specific tests and configuration files for each authentication service Change-Id: I80debb917a53c3f56629b92cf5e7157da916d223 Signed-off-by: Thiago da Silva Reviewed-on: http://review.gluster.org/6140 Reviewed-by: Luis Pabon Tested-by: Luis Pabon --- test/functional_auth/tempauth/conf/object-expirer.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/functional_auth/tempauth/conf/object-expirer.conf (limited to 'test/functional_auth/tempauth/conf/object-expirer.conf') diff --git a/test/functional_auth/tempauth/conf/object-expirer.conf b/test/functional_auth/tempauth/conf/object-expirer.conf new file mode 100644 index 0000000..b75963c --- /dev/null +++ b/test/functional_auth/tempauth/conf/object-expirer.conf @@ -0,0 +1,17 @@ +[DEFAULT] + +[object-expirer] +# auto_create_account_prefix = . + +[pipeline:main] +pipeline = catch_errors cache proxy-server + +[app:proxy-server] +use = egg:swift#proxy + +[filter:cache] +use = egg:swift#memcache +memcache_servers = 127.0.0.1:11211 + +[filter:catch_errors] +use = egg:swift#catch_errors -- cgit