[PATCH] automation: disable xen,enhanced in qemu-smoke-arm64

Stefano Stabellini posted 1 patch 1 year, 9 months ago
Test gitlab-ci passed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20220729000557.2090845-1-stefano.stabellini@amd.com
automation/scripts/qemu-smoke-arm64.sh | 1 +
1 file changed, 1 insertion(+)
[PATCH] automation: disable xen,enhanced in qemu-smoke-arm64
Posted by Stefano Stabellini 1 year, 9 months ago
Disable xen,enhanced because we don't use PV drivers in this test and
also because the kernel used for testing is old and unpatched and would
break if xen,enhanced is passed.

This patch unbreaks gitlab-ci.

Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com>
---
 automation/scripts/qemu-smoke-arm64.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/automation/scripts/qemu-smoke-arm64.sh b/automation/scripts/qemu-smoke-arm64.sh
index 898398196a..e6f1510c0f 100755
--- a/automation/scripts/qemu-smoke-arm64.sh
+++ b/automation/scripts/qemu-smoke-arm64.sh
@@ -84,6 +84,7 @@ NUM_DOMUS=1
 DOMU_KERNEL[0]="Image"
 DOMU_RAMDISK[0]="initrd"
 DOMU_MEM[0]="256"
+DOMU_ENHANCED[0]=0
 
 LOAD_CMD="tftpb"
 UBOOT_SOURCE="boot.source"
-- 
2.25.1
Re: [PATCH] automation: disable xen,enhanced in qemu-smoke-arm64
Posted by Ayan Kumar Halder 1 year, 8 months ago
Hi Stefano,

It works. :)

On 29/07/2022 01:05, Stefano Stabellini wrote:
> Disable xen,enhanced because we don't use PV drivers in this test and
> also because the kernel used for testing is old and unpatched and would
> break if xen,enhanced is passed.
>
> This patch unbreaks gitlab-ci.
>
> Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com>

Reviewed-by: Ayan Kumar Halder <ayankuma@amd.com>

Tested-by: Ayan Kumar Halder <ayankuma@amd.com>

> ---
>   automation/scripts/qemu-smoke-arm64.sh | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/automation/scripts/qemu-smoke-arm64.sh b/automation/scripts/qemu-smoke-arm64.sh
> index 898398196a..e6f1510c0f 100755
> --- a/automation/scripts/qemu-smoke-arm64.sh
> +++ b/automation/scripts/qemu-smoke-arm64.sh
> @@ -84,6 +84,7 @@ NUM_DOMUS=1
>   DOMU_KERNEL[0]="Image"
>   DOMU_RAMDISK[0]="initrd"
>   DOMU_MEM[0]="256"
> +DOMU_ENHANCED[0]=0
>   
>   LOAD_CMD="tftpb"
>   UBOOT_SOURCE="boot.source"