Re: [PATCH 08/22] tests/functional: add helpers for building file paths

2024-12-03 Thread Daniel P . Berrangé
On Mon, Dec 02, 2024 at 10:19:47AM +0100, Thomas Huth wrote: > On 29/11/2024 18.31, Daniel P. Berrangé wrote: > > Add helper methods that construct paths for > > > > * log files - to be preserved at the end of a test > > * scratch files - to be purged at the end of a test > > * build files -

Re: [PATCH 08/22] tests/functional: add helpers for building file paths

2024-12-02 Thread Thomas Huth
On 29/11/2024 18.31, Daniel P. Berrangé wrote: Add helper methods that construct paths for * log files - to be preserved at the end of a test * scratch files - to be purged at the end of a test * build files - anything relative to the build root * data files - anything relative to the fu

[PATCH 08/22] tests/functional: add helpers for building file paths

2024-11-29 Thread Daniel P . Berrangé
Add helper methods that construct paths for * log files - to be preserved at the end of a test * scratch files - to be purged at the end of a test * build files - anything relative to the build root * data files - anything relative to the functional test source root * socket files - a short t