From 2505d8281593730d8b31794d0fe8132417c34a48 Mon Sep 17 00:00:00 2001 From: Chetan Risbud Date: Thu, 6 Feb 2014 16:04:40 +0530 Subject: Functional tests for SwiftKerbAuth filter. This provides an infrastructure for swiftkerbauth related functional test cases. More test cases will be added later. Added a section in swiftkerbauth guide about how to run functional tests. test/functional_auth/swiftkerbauth ---------------------------------- A new authentication filter related functional tests and configuration to reside here. The configuration would help setup the environment. All the generic functional tests should run fine with PASSIVE mode of swiftkerbatuh. Please refere to swiftkerbatuh documentation for ACTIVE/PASSIVE mode of working. swiftkerbauth/test_swkrbath_active.py ------------------------------------- This file has all the testcases of active mode of swiftkerbauth. More test cases to be added later. SwiftKerbAuth related test cases are meant to run on the setup where SwiftKerbAuth is setup and installed. Change-Id: Ibc2a3945f5c9b6714475fcec0ee9d153debb48e3 Signed-off-by: Chetan Risbud Reviewed-on: http://review.gluster.org/6925 Reviewed-by: Luis Pabon Tested-by: Luis Pabon --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index ebcb5a1..a00a36a 100644 --- a/tox.ini +++ b/tox.ini @@ -34,6 +34,10 @@ commands = bash tools/functional_tests.sh changedir = {toxinidir} commands = bash tools/keystone_functional_tests.sh +[testenv:swfunctest] +changedir = {toxinidir} +commands = bash tools/swkrbath_functional_tests.sh + [testenv:pep8] deps = --download-cache={homedir}/.pipcache -- cgit