Skip to content

Refactor upgrade test for generic file server #687

Closed
@troglobit

Description

@troglobit

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesttestRegression test related

Type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions