From 689f862f24f949361603a808250ae3f7ec9f40f6 Mon Sep 17 00:00:00 2001 From: Shwetha-H-Panduranga Date: Mon, 12 Dec 2011 11:29:47 +0530 Subject: Changes to logger class, Using the logger class in the framework, adding new global values, Changes made to argument parser, testruninfo --- TestUnits/xlators/cluster/afr/self_heal/testcases.py | 1 + TestUnits/xlators/cluster/afr/self_heal/testenv.cfg | 8 ++++++++ 2 files changed, 9 insertions(+) (limited to 'TestUnits/xlators/cluster') diff --git a/TestUnits/xlators/cluster/afr/self_heal/testcases.py b/TestUnits/xlators/cluster/afr/self_heal/testcases.py index 0015e5f..e175ba7 100644 --- a/TestUnits/xlators/cluster/afr/self_heal/testcases.py +++ b/TestUnits/xlators/cluster/afr/self_heal/testcases.py @@ -10,6 +10,7 @@ import atfutils import clientutils import serverutils import parser +import pdb def reset_testenv(): return_status = 1 diff --git a/TestUnits/xlators/cluster/afr/self_heal/testenv.cfg b/TestUnits/xlators/cluster/afr/self_heal/testenv.cfg index a8b15c8..290f50f 100644 --- a/TestUnits/xlators/cluster/afr/self_heal/testenv.cfg +++ b/TestUnits/xlators/cluster/afr/self_heal/testenv.cfg @@ -12,6 +12,7 @@ downloadpath = dir = /export fstype = xfs device = /dev/sdb1 +options = [export2] dir = /export @@ -39,6 +40,13 @@ path = export1 hostname = server2.hostname path = export2 +[brick3] +hostname = server1.hostname +path = /opt/export1 + +[brick4] +hostname = server2.hostname +path = /opt/export1 # Volume Section # Necessary Options: volumename, volumetype, count, transporttype, bricks -- cgit