Re: [PATCH v2 14/31] tests/functional: switch over to using self.socket_dir(...)

2024-12-12 Thread Thomas Huth
On 11/12/2024 18.26, Daniel P. Berrangé wrote: This removes direct creation of temporary dirs Signed-off-by: Daniel P. Berrangé --- tests/functional/test_arm_aspeed.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/functional/test_arm_aspeed.py b/tests/functiona

[PATCH v2 14/31] tests/functional: switch over to using self.socket_dir(...)

2024-12-11 Thread Daniel P . Berrangé
This removes direct creation of temporary dirs Signed-off-by: Daniel P. Berrangé --- tests/functional/test_arm_aspeed.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/functional/test_arm_aspeed.py b/tests/functional/test_arm_aspeed.py index 9561129c51..5bd31e43ee 1