Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-14 | Tests: get rid of classes in test files. | Andrei Zeliankou | 1 | -2/+2 | |
Class usage came from the unittest framework and it was always redundant after migration to the pytest. This commit removes classes from files containing tests to make them more readable and understandable. | |||||
2023-06-12 | Tests: prerequisites checking reworked. | Andrei Zeliankou | 1 | -3/+0 | |
Prerequisites check moved to the module level to simplify class structure. Discovery and prerequisites checks functions moved to the separate files. Introduced "require" fixture to provide per-test requirements check. | |||||
2023-05-29 | Tests: more fixtures. | Andrei Zeliankou | 1 | -24/+0 | |
Common methods from applications/proto.py converted to the fixtures. sysctl check moved to the specific file where it is using. Some options moved to the constructor to have early access. | |||||
2023-05-29 | Tests: Log reworked. | Andrei Zeliankou | 1 | -4/+2 | |
All log-related code moved to the log.py. | |||||
2023-05-25 | Tests: removed unused variables. | Andrei Zeliankou | 1 | -1/+1 | |
2022-07-28 | Tests: added flags to search functions in proto.py. | Andrei Zeliankou | 1 | -6/+6 | |
Also removed unnesessary re.compile() calls. | |||||
2022-06-30 | Tests: minor improvements. | Andrei Zeliankou | 1 | -1/+1 | |
Added "go" availability check before trying to build an application. update_action() method used were possible and fixed bug with the relative path determination in test_static_chroot.py. Templates optimization and style fixes. | |||||
2021-10-18 | Tests: style. | Andrei Zeliankou | 1 | -1/+1 | |
2021-07-02 | Tests: Ruby hooks. | Oisin Canty | 1 | -7/+9 | |
2021-04-08 | Tests: preserving unit.log when run without restart. | Max Romanov | 1 | -6/+12 | |
Introducing "unit.log.Log" class for "unit.log" file management. Moving "findall()" function into TestApplicationProto. Using "os.kill()" to send signals. | |||||
2021-02-10 | Tests: increased timeout in wait_for_record(). | Andrei Zeliankou | 1 | -2/+2 | |
2020-12-06 | Tests: options moved to the separate class. | Andrei Zeliankou | 1 | -1/+1 | |
This change is necessary to separate the logic and prevent possible circular dependency. | |||||
2020-10-28 | Tests: improving get_application_type() and fixing its name. | Max Romanov | 1 | -5/+4 | |
This patch also enables multiversion tests running for Java. | |||||
2020-10-19 | Tests: fixed unit.log print. | Andrei Zeliankou | 1 | -1/+1 | |
2020-10-07 | Tests: minor fixes. | Andrei Zeliankou | 1 | -1/+1 | |
2020-09-16 | Tests: migrated to the pytest. | Andrei Zeliankou | 1 | -4/+14 | |
2020-05-15 | Tests: style. | Andrei Zeliankou | 1 | -0/+1 | |
2019-11-11 | Tests: added support for testing "user" and "group". | Tiago Natel | 1 | -1/+13 | |
2019-04-26 | Tests: check application configuration loading. | Andrey Zelenkov | 1 | -0/+5 | |
2019-04-09 | Tests: wait_for_record() introduced. | Andrey Zelenkov | 1 | -0/+11 | |
2019-04-09 | Tests: added "name" argument for search_in_log(). | Andrey Zelenkov | 1 | -2/+2 | |
2019-03-28 | Tests: unit module refactoring. | Andrey Zelenkov | 1 | -0/+15 | |