summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime')
-rw-r--r--meta/lib/oeqa/runtime/parselogs.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index ce9c162d91..ed43510d90 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -124,8 +124,7 @@ class ParseLogsTest(oeRuntimeTest):
124 self.msg = "" 124 self.msg = ""
125 125
126 def getMachine(self): 126 def getMachine(self):
127 (status, output) = self.target.run("uname -n") 127 return oeRuntimeTest.tc.d.getVar("MACHINE", True)
128 return output
129 128
130 #get some information on the CPU of the machine to display at the beginning of the output. This info might be useful in some cases. 129 #get some information on the CPU of the machine to display at the beginning of the output. This info might be useful in some cases.
131 def getHardwareInfo(self): 130 def getHardwareInfo(self):