On 22/8/24 13:36, Philippe Mathieu-Daudé wrote:
Straight forward conversion. Since SBSA_FLASH files are not
tarballs, use lzma_uncompress() method.

Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
Based-on: <20240821082748.65853-1-th...@redhat.com>
---
  MAINTAINERS                                   |   2 +-
  tests/functional/meson.build                  |   5 +
  .../test_aarch64_sbsaref.py}                  | 135 ++++++------------
  3 files changed, 53 insertions(+), 89 deletions(-)
  rename tests/{avocado/machine_aarch64_sbsaref.py => 
functional/test_aarch64_sbsaref.py} (58%)
  mode change 100644 => 100755

Forgot to squash:

-- >8 --
diff --git a/tests/functional/test_aarch64_sbsaref.py b/tests/functional/test_aarch64_sbsaref.py
index 5f9a5f7e37..a72add393a 100755
--- a/tests/functional/test_aarch64_sbsaref.py
+++ b/tests/functional/test_aarch64_sbsaref.py
@@ -78,5 +78,2 @@ def fetch_firmware(self):
     def test_sbsaref_edk2_firmware(self):
-        """
-        :avocado: tags=cpu:cortex-a57
-        """

@@ -145,6 +142,2 @@ def test_sbsaref_alpine_linux_max_pauth_impdef(self):
     def test_sbsaref_alpine_linux_max(self):
-        """
-        :avocado: tags=cpu:max
-        :avocado: tags=os:linux
-        """
         self.boot_alpine_linux("max")
---

Reply via email to