Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor cukinia-tests categories #195

Open
eroussy opened this issue Jun 4, 2024 · 0 comments
Open

Refactor cukinia-tests categories #195

eroussy opened this issue Jun 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@eroussy
Copy link
Member

eroussy commented Jun 4, 2024

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

@eroussy eroussy added the enhancement New feature or request label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant