aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/core/behaveframework.py
diff options
context:
space:
mode:
Diffstat (limited to 'xtesting/core/behaveframework.py')
-rw-r--r--xtesting/core/behaveframework.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/xtesting/core/behaveframework.py b/xtesting/core/behaveframework.py
index dacda27d..dba556f4 100644
--- a/xtesting/core/behaveframework.py
+++ b/xtesting/core/behaveframework.py
@@ -30,7 +30,6 @@ class BehaveFramework(testcase.TestCase):
# pylint: disable=too-many-instance-attributes
__logger = logging.getLogger(__name__)
- dir_results = "/var/lib/xtesting/results"
def __init__(self, **kwargs):
super(BehaveFramework, self).__init__(**kwargs)