summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2023-03-06debvm-create: deprecate and hide the -a optionHelmut Grohne
At this point, we only forward -a to mmdebstrap. It's not actually that helpful to have this option on both levels, so just keep it on the mmdebstrap level.
2023-01-25tests: use an amd64 kernel on i386Helmut Grohne
2023-01-24tests: add armel with an armhf kernelHelmut Grohne
2023-01-24tests: bump up timeout for create-and-run.shHelmut Grohne
Timeouts were hit on salsa-ci for arm64 occasionally. The armhf autopkgtest also runs into this timeout.
2023-01-20use ssh option NoHostAuthenticationForLocalhostHelmut Grohne
2023-01-17Allow arbitrary image sizesJochen Sprickerhof
2023-01-03debvm-waitssh: make timeout configurable and restore previous value for testsHelmut Grohne
2023-01-03add a debvm-waitssh utilityHelmut Grohne
2022-12-31Use more variablesJochen Sprickerhof
2022-12-31tests: rework common codeHelmut Grohne
Turn try-ssh.sh script into a shell function library.
2022-12-31tests: discover tool under test from $PATHHelmut Grohne
This enables use in autopkgtests and makes it consistent with the create-and-run.sh test.
2022-12-28Test dist-upgradesJochen Sprickerhof
2022-12-28Extract ssh connection check to try-ssh.shJochen Sprickerhof
2022-12-28test: wait for qemu to terminateHelmut Grohne
2022-12-28tests: do not attempt to update a known hosts fileHelmut Grohne
This makes testing work in situations where $HOME isn't writeable.
2022-12-27test script: Use positional argumentsJochen Sprickerhof
Reported-by: Helmut Grohne <helmut@subdivi.de>
2022-12-23Use ext4 for test image extensionJochen Sprickerhof
2022-12-23Move tests to tests/create-and-run.sh (Closes: #4)Jochen Sprickerhof