qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/3] tests/avocado: Add set of boot tests on SBSA-ref


From: Marcin Juszkiewicz
Subject: Re: [PATCH 2/3] tests/avocado: Add set of boot tests on SBSA-ref
Date: Fri, 3 Mar 2023 16:24:30 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

W dniu 3.03.2023 o 12:27, Alex Bennée pisze:
+    def test_sbsaref_linux_max(self):
+        """
+        :avocado: tags=cpu:max
+        """
+        self.boot_linux('max')
You probably want to encode the pauth-impef here so we don't spend all
our time on the cryptography. e.g.

      self.boot_linux('max,pauth-impdef=on')

Thanks! Moved from 33s to 20s here:

from:

 (3/4) 
tests/avocado/machine_aarch64_sbsaref.py:Aarch64SbsarefMachine.test_sbsaref_linux_max:
 PASS (33.75 s)

to:

 (3/4) 
tests/avocado/machine_aarch64_sbsaref.py:Aarch64SbsarefMachine.test_sbsaref_linux_max:
 PASS (20.34 s)
but even with that it seems to be timing out for me:

JOB ID     : 030a40bf6c2523b25bed4ca7a630b380d4dba39d
JOB LOG    : 
/home/marcin/devel/linaro/sbsa-qemu/code/qemu/build/tests/results/job-2023-03-03T16.04-030a40b/job.log
 (1/4) 
tests/avocado/machine_aarch64_sbsaref.py:Aarch64SbsarefMachine.test_sbsaref_tfa_v2_8:
 PASS (3.00 s)
 (2/4) 
tests/avocado/machine_aarch64_sbsaref.py:Aarch64SbsarefMachine.test_sbsaref_linux_a57:
 PASS (19.37 s)
 (3/4) 
tests/avocado/machine_aarch64_sbsaref.py:Aarch64SbsarefMachine.test_sbsaref_linux_max:
 PASS (20.34 s)
 (4/4) 
tests/avocado/machine_aarch64_sbsaref.py:Aarch64SbsarefMachine.test_alpine_sbsaref_max:
 PASS (71.96 s)
RESULTS    : PASS 4 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0
JOB TIME   : 115.00 s



reply via email to

[Prev in Thread] Current Thread [Next in Thread]