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 upgrade test for generic file server #687

Open
troglobit opened this issue Oct 7, 2024 · 0 comments
Open

Refactor upgrade test for generic file server #687

troglobit opened this issue Oct 7, 2024 · 0 comments
Labels
enhancement New feature or request test Regression test related triage Pending investigation & classification (CCB)

Comments

@troglobit
Copy link
Contributor

The upgrade test currently has a FileServer class that could be refactored into a generic class for other tests. This would allow Infix DUTs to download whatever they want from "the Internet", e.g., a too big container image, or customer specific test data.

For this to be properly versioned/integrated and reproducible (think: make sdk), the big container image, or customer specific test data, would be handled by a generic package/foo/foo.mk (not host package!) that employs Buildroot's download and hash verification before installing the data, *not to output/target/, but to $BINARIES_DIR`, which the test could then map into the Infamy docker and serve as a file area.

@troglobit troglobit assigned troglobit and unassigned troglobit Oct 7, 2024
@troglobit troglobit added enhancement New feature or request test Regression test related triage Pending investigation & classification (CCB) labels Oct 7, 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 test Regression test related triage Pending investigation & classification (CCB)
Projects
Status: No status
Development

No branches or pull requests

1 participant