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

Add conformance test suite #911

Open
eddiezane opened this issue Oct 15, 2024 · 3 comments
Open

Add conformance test suite #911

eddiezane opened this issue Oct 15, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@eddiezane
Copy link
Member

Is your feature request related to a problem? Please describe.

As we continue to deploy UDS to new environments, hardware, etc, it might be a good idea to add a conformance test suite that can validate compatibility beyond a surface level of "it deploys"

Further context, we deployed uds-core to an NVIDIA Jetson and it appears to successfully deploy, but the kernel image that NVIDIA ships is missing necessary kernel modules for Istio (known issue, https://uds.defenseunicorns.com/reference/uds-core/prerequisites/#istio).

Describe the solution you'd like

  • Given any environment/hardware
  • When UDS core is "successfully" deployed
  • Then a conformance/validation test suite can be ran to determine actual comparability

Describe alternatives you've considered

(optional) A clear and concise description of any alternative solutions or features you've considered.

Additional context

The goal here is to aid in cutting down the manual validation of UDS in a new environment/hardware.

We won't be able to predict ever scenario that needs to be tested for, but it would be good to have the bare necessities in place that we can then add new (edge) test cases as they creep up.

@eddiezane eddiezane added the enhancement New feature or request label Oct 15, 2024
@eddiezane
Copy link
Member Author

cc @sgettys

@mjnagel
Copy link
Contributor

mjnagel commented Oct 16, 2024

https://troubleshoot.sh/ could be interesting to look at here as well - they provide a specific walkthrough for preflights.

@bdegeeter
Copy link

Sonobuoy is another option to consider. https://sonobuoy.io/. It's used in a few distros e2e tests.

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

3 participants