diff options
| author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-11-24 12:13:15 (GMT) |
|---|---|---|
| committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-11-24 12:13:15 (GMT) |
| commit | 1f619a921083f4f9992adeb007257db50b6530a2 (patch) | |
| tree | c2989e50a393ee1ce5ff923e42496c9be88ccb2e | |
| parent | ebcc8306458011ff69c9a3bc3f1096c6914b55ab (diff) | |
tests/adt-run: Adjust expected cpu_model in NullRunner.test_tree_output_dir()
Same as for tests/autopkgtest in commit 37030cd0e.
| -rwxr-xr-x | tests/adt-run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/adt-run b/tests/adt-run index 3e5fd72..e8f17fc 100755 --- a/tests/adt-run +++ b/tests/adt-run @@ -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) |
