summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/utils')
-rw-r--r--meta/lib/oeqa/utils/dump.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/utils/dump.py b/meta/lib/oeqa/utils/dump.py
index 5a7edc1a86..79c22b75c4 100644
--- a/meta/lib/oeqa/utils/dump.py
+++ b/meta/lib/oeqa/utils/dump.py
@@ -12,7 +12,7 @@ class BaseDumper(object):
12 self.cmds = [] 12 self.cmds = []
13 # Some testing doesn't inherit testimage, so it is needed 13 # Some testing doesn't inherit testimage, so it is needed
14 # to set some defaults. 14 # to set some defaults.
15 self.parent_dir = parent_dir or "/tmp/oe-saved-tests" 15 self.parent_dir = parent_dir
16 dft_cmds = """ top -bn1 16 dft_cmds = """ top -bn1
17 iostat -x -z -N -d -p ALL 20 2 17 iostat -x -z -N -d -p ALL 20 2
18 ps -ef 18 ps -ef