From da93b886f28f3818cb11a5a35fae37abe2ebb988 Mon Sep 17 00:00:00 2001 From: Vijaykumar Date: Mon, 13 Feb 2012 14:54:42 +0530 Subject: Geo-replication library and gluster installation. * Geo-replication library function in glusterutils * A new section in configuration file for geo-rep * In gluster installation , changing libexecdir to /usr/local/libexec in configuration. * Removed some unwanted code. * handling to have a geo-rep session locally also. Change-Id: Ifcf00b73ed933077640113ce0528b39bdad55999 Signed-off-by: Vijaykumar Signed-off-by: root --- atfexecute.py | 1 + 1 file changed, 1 insertion(+) (limited to 'atfexecute.py') diff --git a/atfexecute.py b/atfexecute.py index bf5a9db..0e96b84 100644 --- a/atfexecute.py +++ b/atfexecute.py @@ -7,6 +7,7 @@ from atfglobals import GlobalObj import pdb import atfutils + def _execute_testunit(testunitname): """ *) Parse the testcaseslist file in the 'testunit' and select test cases -- cgit