summaryrefslogtreecommitdiffstats
path: root/support/testing/tests/fs/test_jffs2.py
diff options
context:
space:
mode:
Diffstat (limited to 'support/testing/tests/fs/test_jffs2.py')
-rw-r--r--support/testing/tests/fs/test_jffs2.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/testing/tests/fs/test_jffs2.py b/support/testing/tests/fs/test_jffs2.py
index a84c858238..2ff5099180 100644
--- a/support/testing/tests/fs/test_jffs2.py
+++ b/support/testing/tests/fs/test_jffs2.py
@@ -3,6 +3,7 @@ import subprocess
import infra.basetest
+
def jffs2dump_find_file(files_list, fname):
for file_name in files_list:
file_name = file_name.strip()
@@ -10,6 +11,7 @@ def jffs2dump_find_file(files_list, fname):
return True
return False
+
class TestJffs2(infra.basetest.BRTest):
config = infra.basetest.BASIC_TOOLCHAIN_CONFIG + \
"""
OpenPOWER on IntegriCloud