summaryrefslogtreecommitdiff
path: root/test-cli/test/tests/qram.py
diff options
context:
space:
mode:
Diffstat (limited to 'test-cli/test/tests/qram.py')
-rw-r--r--test-cli/test/tests/qram.py20
1 files changed, 3 insertions, 17 deletions
diff --git a/test-cli/test/tests/qram.py b/test-cli/test/tests/qram.py
index a46424f..21a01c8 100644
--- a/test-cli/test/tests/qram.py
+++ b/test-cli/test/tests/qram.py
@@ -26,25 +26,11 @@ class Qram(unittest.TestCase):
def execute(self):
try:
p = sh.memtester(self.__memsize, "1", _out="/dev/null")
-
except sh.ErrorReturnCode as e:
- self.__resultlist.append(
- {
- "desc": "Test result",
- "data": "FAILED: could not complete memtester command",
- "type": "string"
- }
- )
self.fail("failed: could not complete memtester command")
- # Test successful
- self.__resultlist.append(
- {
- "desc": "Test result",
- "data": "OK",
- "type": "string"
- }
- )
-
def getresults(self):
return self.__resultlist
+
+ def gettextresult(self):
+ return ""