mbox series

[isar-cip-core,v3,0/4] Security testing with MTDA

Message ID 20250131152553.270393-1-Quirin.Gylstorff@siemens.com (mailing list archive)
Headers show
Series Security testing with MTDA | expand

Message

Quirin Gylstorff Jan. 31, 2025, 3:25 p.m. UTC
From: Quirin Gylstorff <quirin.gylstorff@siemens.com>


This patch set builds an image to test IEC on the mcom device with
secure-boot and disk encryption enable.

Changes v3:
 - use separate kas/opt/security_test.yml instead of test
   as test.yml adds an extension to the image name and these
   images are used by the kernel tests

 - remove qemu-<arch>-secure-boot as the qemu-arch-base contains
   these options by including kas/opt/security.yml

Changes v2:
 - move curl to kas/opt/test.yml
 - add test option to gitlab-ci.yml
 - rename disable_watchdog to watchdog

Quirin Gylstorff (4):
  build x86-uefi with secure boot
  x86-uefi: disable watchdog for testing on mcom
  kas/opt: add new option for security testing
  .gitlab-ci.yml: Remove unused build jobs

 .gitlab-ci.yml               | 45 ++++++------------------------------
 kas/opt/disable-watchdog.yml | 15 ++++++++++++
 kas/opt/security_test.yml    | 16 +++++++++++++
 3 files changed, 38 insertions(+), 38 deletions(-)
 create mode 100644 kas/opt/disable-watchdog.yml
 create mode 100644 kas/opt/security_test.yml

Comments

Jan Kiszka Feb. 7, 2025, 9:40 a.m. UTC | #1
On 31.01.25 16:25, Quirin Gylstorff wrote:
> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> 
> 
> This patch set builds an image to test IEC on the mcom device with
> secure-boot and disk encryption enable.
> 
> Changes v3:
>  - use separate kas/opt/security_test.yml instead of test
>    as test.yml adds an extension to the image name and these
>    images are used by the kernel tests
> 
>  - remove qemu-<arch>-secure-boot as the qemu-arch-base contains
>    these options by including kas/opt/security.yml
> 
> Changes v2:
>  - move curl to kas/opt/test.yml
>  - add test option to gitlab-ci.yml
>  - rename disable_watchdog to watchdog
> 
> Quirin Gylstorff (4):
>   build x86-uefi with secure boot
>   x86-uefi: disable watchdog for testing on mcom
>   kas/opt: add new option for security testing
>   .gitlab-ci.yml: Remove unused build jobs
> 
>  .gitlab-ci.yml               | 45 ++++++------------------------------
>  kas/opt/disable-watchdog.yml | 15 ++++++++++++
>  kas/opt/security_test.yml    | 16 +++++++++++++
>  3 files changed, 38 insertions(+), 38 deletions(-)
>  create mode 100644 kas/opt/disable-watchdog.yml
>  create mode 100644 kas/opt/security_test.yml
> 

Thanks, applied patches 1 and 2 as well as version 4 of patch 3. Patch 4
was applied earlier.

Jan