summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2022-05-12tests: add the missing test_env.shNatanael Copa
it was missed due to the *.sh in .gitignore
2022-05-12tests: setup-proxy: whitespaceNatanael Copa
2022-05-12tests: add tests for setup-proxyNatanael Copa
2022-05-12tests: add test for setup-timezoneNatanael Copa
2022-05-12tests: setup-dns add tests for non-interactiveNatanael Copa
2022-05-12tests: add simle test for setup-dnsNatanael Copa
2022-05-12tests: setup-hostname: add tests for invalid namesNatanael Copa
2022-05-12tests: refactor to de-duplicate codeNatanael 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-12tests: move atf_init_test_cases to the topNatanael Copa
Makes it more visible.
2022-05-12tests: add test for setup-devdNatanael Copa
only test the help text for now
2022-05-12Generate the Kyuafiles from makefileNatanael Copa
2022-05-11tests: rename help with usageNatanael Copa
2022-05-11tests: add tst for setup-hostnameNatanael Copa
only test the -h help text for now
2022-05-11tests: setup-sshd: add test for interactive questionsNatanael Copa
2022-05-11tests: setup-sshd: move PATH to init_env, add refs to docsNatanael Copa
2022-05-11tests: add test for setup-sshd opensshNatanael Copa
Also set timout to 1 second so we can catch unexpected interactive questions.
2022-05-11tests: add testing with kyuaNatanael Copa
Use kyua to do testing.