seapath / meta-seapath

This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
Apache License 2.0
6 stars 10 forks source link

Refactor cukinia-tests categories #195

Open eroussy opened 3 months ago

eroussy commented 3 months ago

Currently, the cukinia-tests package has all these categories :

PACKAGES =+ " \
    ${PN}-cluster \
    ${PN}-cluster-security \
    ${PN}-common \
    ${PN}-common-security \
    ${PN}-hypervisor \
    ${PN}-hypervisor-readonly \
    ${PN}-hypervisor-security \
    ${PN}-hypervisor-iommu \
    ${PN}-monitor \
    ${PN}-realtime \
    ${PN}-vm \
    ${PN}-update \
"

The security tests and the iommu tests must be merged in the other categories. It has no sense to tests SEAPATH without security, and SEAPAPTH does not support the machines with no iommu.

I think it also might be relevant to remove the realtime category. These tests must be launched by hand. This must be properly documented on https://wiki.lfenergy.org/display/SEAP/SEAPATH+Tests+and+CI