[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] acpi/tests/avocado/bits: import smilatency test from bit
|
From: |
Peter Maydell |
|
Subject: |
Re: [PATCH 1/2] acpi/tests/avocado/bits: import smilatency test from bits in order to disable it |
|
Date: |
Mon, 8 Jan 2024 10:58:13 +0000 |
On Mon, 8 Jan 2024 at 10:35, Ani Sinha <anisinha@redhat.com> wrote:
>
> Add smilatency test script in the bits avocado tests from bios-bits. No
> changes
> have been made to the original test script. The test will be disabled in the
> subsequent patch.
>
> CC: peter.maydell@linaro.org
> CC: crosa@redhat.com
> CC: philmd@linaro.org
> CC: bleal@redhat.com
> CC: mst@redhat.com
> CC: wainersm@redhat.com
> Signed-off-by: Ani Sinha <anisinha@redhat.com>
> ---
> .../acpi-bits/bits-tests/smilatency.py2 | 106 ++++++++++++++++++
> 1 file changed, 106 insertions(+)
> create mode 100644 tests/avocado/acpi-bits/bits-tests/smilatency.py2
I'm confused -- why do we need to *add* the test? This
test already exists somewhere, because we're running it.
So why isn't the patch "disable that existing test"?
thanks
-- PMM