summaryrefslogtreecommitdiff
path: root/tests/setup_alpine_test
AgeCommit message (Collapse)Author
2022-07-01setup-alpine: add USERSSHKEY option to answerfileNatanael Copa
Add a variable for user's ssh key, USERSSHKEY. We need this because the key is space separated and we want avoid parse USEROPTS with eval to handle quotes. fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10520
2022-07-01setup-alpine: update generated answerfile and add testNatanael Copa
test that the generated answerfile actually is interactive
2022-05-23setup-alpine: add simple test for quick installNatanael Copa
2022-05-13tests: add test for setup-alpineNatanael Copa