Hi Marcin,
On 13/3/24 11:08, Marcin Juszkiewicz wrote:
7.4 was released in October 2023, time to update before 7.3 gets dropped.
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiew...@linaro.org>
---
tests/avocado/machine_aarch64_sbsaref.py | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
@@ -180,23 +180,23 @@ def boot_openbsd73(self, cpu):
self.vm.launch()
wait_for_console_pattern(self,
"Welcome to the OpenBSD/arm64"
- " 7.3 installation program.")
+ " 7.4 installation program.")
- def test_sbsaref_openbsd73_cortex_a57(self):
+ def test_sbsaref_openbsd_cortex_a57(self):
"""
- :avocado: tags=cpu:cortex-a57
+ :avocado: tags=cpu:cortex-a57,os:openbsd
IIRC for some reason we must use one tag per line... Even if
named 'tags', this is handled as a single tag, so we couldn't
filter on "os:openbsd". We need:
:avocado: tags=cpu:cortex-a57
:avocado: tags=os:openbsd
"""
- self.boot_openbsd73("cortex-a57")
+ self.boot_openbsd("cortex-a57")