summaryrefslogtreecommitdiff
path: root/framework/dts.py
diff options
context:
space:
mode:
Diffstat (limited to 'framework/dts.py')
-rw-r--r--framework/dts.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/dts.py b/framework/dts.py
index 2e67e40..6d8b950 100644
--- a/framework/dts.py
+++ b/framework/dts.py
@@ -235,7 +235,8 @@ def dts_crbs_init(crbInst, skip_setup, read_cache, project, base_dir, nic, virtt
"""
global dut
global tester
- serializer.set_serialized_filename('.%s.cache' % crbInst['IP'])
+ serializer.set_serialized_filename(FOLDERS['Output'] +
+ '/.%s.cache' % crbInst['IP'])
serializer.load_from_file()
dut = get_project_obj(project, Dut, crbInst, serializer)