tests/functional: honour self.workdir in ACPI bits tests
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 21 Nov 2024 16:57:35 +0000 (16:57 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 25 Nov 2024 10:06:20 +0000 (10:06 +0000)
commit03d6c237ccd98f2873d1dc59287f163ad0eb83ee
treed9b09fd5938576378a6091ab7155861ca57e5e98
parentebc88b2d54cb4cb29149816a9d1942d548b1ebd9
tests/functional: honour self.workdir in ACPI bits tests

The ACPI bits test sets up its own private temporary directory into it
creates scratch files. This is justified by a suggestion that we need
to be able to preserve the scratch files. We have the ability to
preserve the scratch dir with our functional harness, so there's no
reason to diverge from standard practice in file placement.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20241121154218.1423005-9-berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20241121165806.476008-9-alex.bennee@linaro.org>
tests/functional/test_acpi_bits.py