From: Jan Kiszka <jan.kis...@siemens.com>

This should resolve sporadic test failures because Linux reordered sda
and sdb.

Signed-off-by: Jan Kiszka <jan.kis...@siemens.com>
---
 tests/jobs/xenomai-qemu-amd64.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/jobs/xenomai-qemu-amd64.yml 
b/tests/jobs/xenomai-qemu-amd64.yml
index 29f5216..921c70b 100644
--- a/tests/jobs/xenomai-qemu-amd64.yml
+++ b/tests/jobs/xenomai-qemu-amd64.yml
@@ -46,7 +46,7 @@ actions:
     to: tmpfs
     images:
       kernel:
-        image_arg: -kernel {kernel} -append "root=/dev/sdb 
console=ttyS0,115200 console=tty0"
+        image_arg: -kernel {kernel} -append 
"root=/dev/disk/by-path/pci-0000:00:1f.2-ata-6 console=ttyS0,115200 
console=tty0"
         url: ${DEPLOY_URL}/${ISAR_IMAGE}-${ISAR_DISTRIBUTION}-${TARGET}-vmlinuz
       initrd:
         image_arg: -initrd {initrd}
-- 
2.26.2

Reply via email to