summary refs log tree commit diff stats
path: root/tests/functional/test_linux_initrd.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/functional: switch to new test skip decoratorsDaniel P. Berrangé2024-12-171-4/+3
| | | | | | | | | | | This ensures consistency of behaviour across all the tests, and requires that we provide gitlab bug links when marking a test to be skipped due to unreliability. Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-ID: <20241217155953.3950506-9-berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
* tests/functional: Convert the linux_initrd avocado test into a standalone testThomas Huth2024-09-041-0/+96
While we're at it, update the SHA1 hashes to SHA256 hashes since SHA1 should not be used anymore nowadays. Message-ID: <20240830133841.142644-32-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>