summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* tests: add certificate check against letsencrypt.orgPetr Štetiar2022-02-242-0/+4
| | | | | | | | | In order to prevent regressions like #9283, lets add runtime check against letsencrypt.org. References: https://github.com/openwrt/openwrt/issues/9283 References: https://github.com/wolfSSL/wolfssl/issues/4879 Signed-off-by: Petr Štetiar <ynezz@true.cz>
* tests: fix help usage test for uclient built with sanitizerPetr Štetiar2021-04-041-5/+8
| | | | | | | | Commit 64e00d6db4c3 ("uclient-fetch: document missing options") has changed output of usage help so adjust test accordingly. Fixes: 64e00d6db4c3 ("uclient-fetch: document missing options") Signed-off-by: Petr Štetiar <ynezz@true.cz>
* tests: fix help usage testPetr Štetiar2021-04-041-5/+8
| | | | | | | | Commit 64e00d6db4c3 ("uclient-fetch: document missing options") has changed output of usage help so adjust test accordingly. Fixes: 64e00d6db4c3 ("uclient-fetch: document missing options") Signed-off-by: Petr Štetiar <ynezz@true.cz>
* tests: fix possibly longer start of HTTP serverPetr Štetiar2021-03-221-1/+2
| | | | | | | | Seems like sometimes it can take some time to start HTTP server so let's wait for the server becoming operating before executing test cases. References: https://gitlab.com/openwrt/project/uclient/-/jobs/1118330555#L984 Signed-off-by: Petr Štetiar <ynezz@true.cz>
* Add basic cram based unit testsPetr Štetiar2020-12-115-0/+279
For the start just basic uclient-fetch functionality coverage. Signed-off-by: Petr Štetiar <ynezz@true.cz>