You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 genericpackage/foo/foo.mk
(not host package!) that employs Buildroot's download and hash verification before installing the data, not tooutput/target/
, but to$BINARIES_DIR
, which the test could then map into the Infamy docker and serve as a file area.The text was updated successfully, but these errors were encountered: