qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Pavel Dovgalyuk <pavel.dovgalyuk@ispras.ru>
To: qemu-devel@nongnu.org
Cc: pavel.dovgalyuk@ispras.ru, philmd@redhat.com,
	wrampazz@redhat.com, crosa@redhat.com, pbonzini@redhat.com,
	alex.bennee@linaro.org
Subject: [PATCH 2/6] tests/acceptance: add replay kernel test for ppc64
Date: Thu, 10 Jun 2021 14:24:54 +0300	[thread overview]
Message-ID: <162332429407.194926.5057230329979093589.stgit@pasha-ThinkPad-X280> (raw)
In-Reply-To: <162332427732.194926.7555369160312506539.stgit@pasha-ThinkPad-X280>

This patch adds record/replay test which boots Linux
kernel on ppc64 platform. The test uses kernel binaries
taken from boot_linux_console test.

Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgalyuk@ispras.ru>
---
 tests/acceptance/boot_linux_console.py |   12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/tests/acceptance/boot_linux_console.py b/tests/acceptance/boot_linux_console.py
index cded547d1d..da1c0ce178 100644
--- a/tests/acceptance/boot_linux_console.py
+++ b/tests/acceptance/boot_linux_console.py
@@ -1104,6 +1104,18 @@ def test_m68k_mcf5208evb(self):
         tar_hash = 'ac688fd00561a2b6ce1359f9ff6aa2b98c9a570c'
         self.do_test_advcal_2018('07', tar_hash, 'sanity-clause.elf')
 
+    def test_ppc64_e500(self):
+        """
+        :avocado: tags=arch:ppc64
+        :avocado: tags=machine:ppce500
+        :avocado: tags=cpu:e5500
+        """
+        tar_hash = '6951d86d644b302898da2fd701739c9406527fe1'
+        tar_url = ('https://www.qemu-advent-calendar.org'
+                   '/2018/download/day19.tar.xz')
+        file_path = self.fetch_asset(tar_url, asset_hash=tar_hash)
+        self.do_test_advcal_2018(file_path, 'uImage', ('-cpu', 'e5500'))
+
     def test_or1k_sim(self):
         """
         :avocado: tags=arch:or1k



  parent reply	other threads:[~2021-06-10 11:29 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-10 11:24 [PATCH 0/6] More record/replay acceptance tests Pavel Dovgalyuk
2021-06-10 11:24 ` [PATCH 1/6] tests/acceptance: add replay kernel test for s390 Pavel Dovgalyuk
2021-06-22 19:19   ` Willian Rampazzo
2021-06-10 11:24 ` Pavel Dovgalyuk [this message]
2021-06-22 19:23   ` [PATCH 2/6] tests/acceptance: add replay kernel test for ppc64 Willian Rampazzo
2021-06-23  6:49     ` Pavel Dovgalyuk
2021-06-10 11:24 ` [PATCH 3/6] tests/acceptance: add replay kernel test for openrisc Pavel Dovgalyuk
2021-06-22 19:26   ` Willian Rampazzo
2021-06-10 11:25 ` [PATCH 4/6] tests/acceptance: add replay kernel test for nios2 Pavel Dovgalyuk
2021-06-22 19:27   ` Willian Rampazzo
2021-06-10 11:25 ` [PATCH 5/6] tests/acceptance: add replay kernel test for alpha Pavel Dovgalyuk
2021-06-22 19:44   ` Willian Rampazzo
2021-06-10 11:25 ` [PATCH 6/6] tests/acceptance: Linux boot test for record/replay Pavel Dovgalyuk
2021-06-23 18:45   ` Willian Rampazzo
2021-06-24 18:15     ` Willian Rampazzo
2021-06-25  5:36       ` Pavel Dovgalyuk
2021-06-22  6:52 ` [PATCH 0/6] More record/replay acceptance tests Pavel Dovgalyuk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=162332429407.194926.5057230329979093589.stgit@pasha-ThinkPad-X280 \
    --to=pavel.dovgalyuk@ispras.ru \
    --cc=alex.bennee@linaro.org \
    --cc=crosa@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=wrampazz@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).