Skip to content
Snippets Groups Projects
Commit 1f619a92 authored by Martin Pitt's avatar Martin Pitt
Browse files

tests/adt-run: Adjust expected cpu_model in NullRunner.test_tree_output_dir()

Same as for tests/autopkgtest in commit 37030cd0.
parent ebcc8306
Branches
Tags
No related merge requests found
......@@ -449,7 +449,7 @@ class NullRunner(AdtTestCase, DebTestsAll, DebTestsFailureModes):
self.assertEqual(info['virt_server'], 'autopkgtest-virt-null')
self.assertEqual(info['nproc'],
subprocess.check_output(['nproc'], universal_newlines=True).strip())
if os.uname()[4] in ['x86_64', 'i686', 'armv7l']:
if os.uname()[4] in ['x86_64', 'i686']:
self.assertIn('cpu_model', info)
self.assertIn('cpu_flags', info)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment