summary refs log tree commit diff stats
path: root/tests/functional/arm/test_integratorcp.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/functional: use self.log for all loggingDaniel P. Berrangé2025-09-241-2/+1
| | | | | | | | | | Some tests are creating their on logger category which means any output they log is not captured in base.log. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> [thuth: drop changes to reverse_debugging.py (it's WIP in other patches)] Message-ID: <20250912182200.643909-7-berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
* tests/functional: Move arm tests into architecture specific folderThomas Huth2025-08-271-0/+95
The tests/functional folder has become quite crowded, thus move the arm tests into a target-specific subfolder. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com> Message-ID: <20250819112403.432587-8-thuth@redhat.com>