Re: [PATCH 07/22] tests/functional: switch to new test skip decorators

2024-12-02 Thread Daniel P . Berrangé
On Mon, Dec 02, 2024 at 09:57:27AM +0100, Thomas Huth wrote: > On 29/11/2024 18.31, Daniel P. Berrangé wrote: > > 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. > > > > Signed

Re: [PATCH 07/22] tests/functional: switch to new test skip decorators

2024-12-02 Thread Thomas Huth
On 29/11/2024 18.31, Daniel P. Berrangé wrote: 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. Signed-off-by: Daniel P. Berrangé --- diff --git a/tests/functional/test_arm_aspeed.py

[PATCH 07/22] tests/functional: switch to new test skip decorators

2024-11-29 Thread Daniel P . Berrangé
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. Signed-off-by: Daniel P. Berrangé --- tests/functional/test_acpi_bits.py | 24 +++- tests/functional/test_arm_as