summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/selftest/cases/updater_qemux86_64_ptest.py
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-05-13 14:33:45 +0200
committerGitHub <noreply@github.com>2019-05-13 14:33:45 +0200
commit550ef5c1c32be58cca91f80afbedc23d5e9b79b6 (patch)
tree62af6b6625f120919a98e8e97b5adb1d618938a0 /lib/oeqa/selftest/cases/updater_qemux86_64_ptest.py
parent64be911c2ec371095ffa1f5f9863508d2d36e55d (diff)
parentb58fd12a1ec8bada69d548730b481d907ccdccdd (diff)
downloadmeta-updater-550ef5c1c32be58cca91f80afbedc23d5e9b79b6.tar.gz
Merge pull request #518 from advancedtelematic/test/fix-aktualizr-python-ptest
Make aktualizr-ptest depend on python3-misc
Diffstat (limited to 'lib/oeqa/selftest/cases/updater_qemux86_64_ptest.py')
-rw-r--r--lib/oeqa/selftest/cases/updater_qemux86_64_ptest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oeqa/selftest/cases/updater_qemux86_64_ptest.py b/lib/oeqa/selftest/cases/updater_qemux86_64_ptest.py
index 8783fe0..0f0f491 100644
--- a/lib/oeqa/selftest/cases/updater_qemux86_64_ptest.py
+++ b/lib/oeqa/selftest/cases/updater_qemux86_64_ptest.py
@@ -45,7 +45,7 @@ class PtestTests(OESelftestTestCase):
45 has_failure = re.search('^FAIL', output, flags=re.MULTILINE) is not None 45 has_failure = re.search('^FAIL', output, flags=re.MULTILINE) is not None
46 if has_failure: 46 if has_failure:
47 print("Full test suite log:") 47 print("Full test suite log:")
48 stdout, _, _ = self.qemu_command('sh -c "cat /tmp/aktualizr-ptest.log || cat /tmp/aktualizr-ptest.log.tmp"', timeout=None) 48 stdout, _, _ = self.qemu_command('cat /tmp/aktualizr-ptest.log || cat /tmp/aktualizr-ptest.log.tmp', timeout=None)
49 print(stdout.decode()) 49 print(stdout.decode())
50 50
51 self.assertEqual(retcode, 0) 51 self.assertEqual(retcode, 0)