summaryrefslogtreecommitdiffhomepage
path: root/test/scripts/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2024-08-14Add script for building test framework artifactsMarkus Pettersson1-1/+2
Pass `TEST_MANAGER_STATIC` when building the `test-manager` crate to have it link statically against `libpcap`. This is optional, but building the with the provided container will produce a statically linked binary.
2024-08-14Build `libpcap` without dbusDavid Lönnhager1-1/+17
2024-08-09Restructure test scriptsSebastian Holmin1-0/+7
Split functionality `ci-runtest.sh` into multiple scripts. `test-by-version.sh` can be used to test against any version of the app available on the build servers. `test-utils.sh` contains shared logic. Rename `PACKAGES_DIR` env `PACKAGE_DIR`, it's more consistent with the new CLI flag.