OSDN Git Service

tests/avocado/multiprocess: Add asset hashes to silence warnings
authorThomas Huth <thuth@redhat.com>
Wed, 15 Nov 2023 14:58:52 +0000 (15:58 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 16 Nov 2023 06:13:41 +0000 (07:13 +0100)
commitcfe52e91c4020cacf6f95f907c06bf5c2deeec09
treecee5585301ff27c13464c765cdb253bc0e630b55
parent9cdafe3b47ce2d5e4f609391fb680403ed3f0716
tests/avocado/multiprocess: Add asset hashes to silence warnings

The multiprocess test is currently succeeding with an annoying warning:

 (1/2) tests/avocado/multiprocess.py:Multiprocess.test_multiprocess_x86_64:
       WARN: Test passed but there were warnings during execution. Check
       the log for details

In the log, you can find an entry like:

 WARNI| No hash provided. Cannot check the asset file integrity.

Add the proper asset hashes to avoid those warnings.

Message-ID: <20231115145852.494052-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/avocado/multiprocess.py