Age | Commit message (Collapse) | Author |
|
so we can verify that service was started when it should and not started
when it shouldn't.
|
|
|
|
So we can simulate what happens when adduser fails
ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10519
|
|
|
|
setup-alpine conditionally runs some parts depending on `openrc --sys`
output. Add a fake openrc so we can test this in the future.
This also fixes the CI which may not have openrc installed.
|
|
Make it possible to simulate wget errors by fetching an URL with 'fail'
or '404' in the URL string. 'fail' results in DNS error(ish) and '404'
returns a 404 error message.
|
|
so we can simulate fetching things from internet
|
|
with tests to verify that it works
|
|
and add tests for it to verify that it actually works as expected
We can use this for the other tests later
|