Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-12 | tests: setup-dns add tests for non-interactive | Natanael Copa | |
2022-05-12 | tests: add simle test for setup-dns | Natanael Copa | |
2022-05-12 | tests: setup-hostname: add tests for invalid names | 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 | |||
2022-05-12 | Generate the Kyuafiles from makefile | Natanael Copa | |
2022-05-11 | tests: rename help with usage | Natanael Copa | |
2022-05-11 | tests: add tst for setup-hostname | Natanael Copa | |
only test the -h help text for now | |||
2022-05-11 | tests: setup-sshd: add test for interactive questions | Natanael Copa | |
2022-05-11 | tests: setup-sshd: move PATH to init_env, add refs to docs | Natanael Copa | |
2022-05-11 | tests: add test for setup-sshd openssh | Natanael Copa | |
Also set timout to 1 second so we can catch unexpected interactive questions. | |||
2022-05-11 | tests: add testing with kyua | Natanael Copa | |
Use kyua to do testing. |