Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-17 | add a try/except for older versions of requests | Azul | |
they have response.json as a dict instead of response.json() | |||
2014-04-17 | nagios test: also test registering new users | Azul | |
2014-04-17 | nagios test: use support classes in soledad sync | Azul | |
2014-04-17 | remove unneeded imports | Azul | |
2014-04-17 | move support classes into their own package | Azul | |
now the webapp_login test looks nice and clean. soledad next. | |||
2014-04-17 | nagios test: refactor webapp_login with classes | Azul | |
2014-04-17 | refactor: move nagios specifs to nagios_test | Azul | |
nagios_test.run takes a function and executes it. If it returns nothing or 0 and OK nagios message is printed. If it returns sth. else this will be printed a a warning If it raises an exception that will result in a CRITICAL report. This way we can keep the nagios things outside the test cases and just write simple functions that either return 0, a warnign or raise a meaningful exception | |||
2014-04-17 | refactor reporting in webapp login nagios test | Azul | |
2014-04-17 | refactor nagios tests, remove parse | Azul | |
2014-04-02 | Fix soledad sync nagios plugin returned check_name (#5430). | db | |
2014-03-07 | Add script to check if soledad is working (#5239). | db | |
2014-03-02 | including chiiphs comments | Azul | |
2014-03-02 | autopep8 nagios webapp login test | Azul | |
2014-02-27 | nagios test for logging into webapp | Azul | |