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

[PATCH 2/2] automation: Add test jobs to run XTF hypercall xen_version test


  • To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Michal Orzel <michal.orzel@xxxxxxx>
  • Date: Thu, 15 Dec 2022 16:25:38 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=xrip4Xf2zOjDvZUvwmqV8R9kg4A1h10uaKD0p9bXjmo=; b=PtQ7TWKZdN1O3cGjFqol7x5rZCyj40NVEwlZdMLFVtEu3UrgFQU2kXow0wbkY7HvQvEiQ6B5jX50bCyw+Vemanx3QoT1K666WvTtw+gu5D7UkA9hW4wZ1G2i9rISmkumVgNOZFrXUmpo4iGU3yZ9X6+mnhDJRBIpbEYNUYhw7vRQbKideKL7xIHZbhAVgtUVJ4W13lBNNUwDgZJgbc5zRATvhkxPUQXvprgcVhG6b+wSqtegP85MbkicV/s+swSWOiXXanJ1r9Meuxf/G6TWbaXWJ4f6EUEKQTWsCB5ioVOrg26+K5d/apzcIjC5mV4GikmUbI66BnZYPfQiGz5Ogg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=T4hpHOf0odZZHtdVqIx4ceag1VdXtqNvPY614Xl2QA18eoKNEFVplUUebrn9qUeTBNLCB1lgVhSdFni20qA1a6ooSNNpm8/HhJeehmixTBk5XcMJTxQuNXXCcAAx51S4Y1NtnYDoUREqKZoHJxf2M4ePbkU/PNAWNhfY7evEcFsiNW/BjCuQx+VWq6EQ+QfpaggUpzlnxKKRmBEFcI3wEpxbbbua3sRWkweey8PgQ+ZzWlhChppt4n6ZL9kqtOMEWdXb9tbGXSNLmDX22G9WbldoOt+62sbaj/FoUCHyTntJyA1/J6AJ9XGeEyx8eDia/1O+twEtoIOT6DIwnHQQzA==
  • Cc: Michal Orzel <michal.orzel@xxxxxxx>, Doug Goldstein <cardoe@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
  • Delivery-date: Thu, 15 Dec 2022 15:25:58 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

Add test jobs in both debug and non-debug versions to run hyp-xen-version
XTF test as a dom0less domU on arm64. The purpose of this test is to
validate the functional behavior of xen_version hypercall.

Signed-off-by: Michal Orzel <michal.orzel@xxxxxxx>
---
 automation/gitlab-ci/test.yaml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml
index 2d57f4feb74a..9d4b5315e710 100644
--- a/automation/gitlab-ci/test.yaml
+++ b/automation/gitlab-ci/test.yaml
@@ -165,6 +165,22 @@ qemu-smoke-dom0less-arm64-gcc-debug-boot-cpupools:
     - *arm64-test-needs
     - alpine-3.12-gcc-debug-arm64-boot-cpupools
 
+qemu-xtf-dom0less-arm64-gcc-hyp-xen-version:
+    extends: .qemu-arm64
+    script:
+      - ./automation/scripts/qemu-xtf-dom0less-arm64.sh hyp-xen-version 2>&1 | 
tee ${LOGFILE}
+    needs:
+      - *arm64-test-needs
+      - alpine-3.12-gcc-arm64
+
+qemu-xtf-dom0less-arm64-gcc-debug-hyp-xen-version:
+  extends: .qemu-arm64
+  script:
+    - ./automation/scripts/qemu-xtf-dom0less-arm64.sh hyp-xen-version 2>&1 | 
tee ${LOGFILE}
+  needs:
+    - *arm64-test-needs
+    - alpine-3.12-gcc-debug-arm64
+
 qemu-smoke-dom0-arm32-gcc:
   extends: .qemu-arm32
   script:
-- 
2.25.1




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.