Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-09 | setup-devd: disable/stop hwdrivers together with mdev | Natanael Copa | |
we should stop and disable hwdrivers when we stop and disable mdev ref https://gitlab.alpinelinux.org/alpine/aports/-/issues/14046 | |||
2022-08-09 | tests: verify that mdevd/udev is started and mdev stopped | Natanael Copa | |
2022-05-19 | setup-devd: add more tests | Natanael Copa | |
2022-05-12 | tests: refactor to de-duplicate code | Natanael Copa | |
Have a shared test_env.sh to de-duplicate code. Add a common test_usage, where we test that: - option -h prints to stdout and exit with success - invalid option prints usage to stderr and exit with error Use a common init_tests and a common atf_init_test_cases Move documenation links to README.md | |||
2022-05-12 | tests: move atf_init_test_cases to the top | Natanael Copa | |
Makes it more visible. | |||
2022-05-12 | tests: add test for setup-devd | Natanael Copa | |
only test the help text for now |