[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 07/28] tests/functional: remove comments talking about avocado
From: |
Ani Sinha |
Subject: |
Re: [PULL 07/28] tests/functional: remove comments talking about avocado |
Date: |
Tue, 26 Nov 2024 09:22:49 +0530 |
On Mon, Nov 25, 2024 at 8:51 PM Alex Bennée <alex.bennee@linaro.org> wrote:
>
> From: Daniel P. Berrangé <berrange@redhat.com>
>
> The first comment is still relevant but should talk about our own test
> harness instead. The second comment adds no value over reading the code
> and can be removed.
I know I am late in the party (been away from QEMU for a bit) but ...
>
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Acked-by: Ani Sinha <anisinha@redhat.com>
> Message-Id: <20241121154218.1423005-8-berrange@redhat.com>
> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Message-Id: <20241121165806.476008-8-alex.bennee@linaro.org>
>
> diff --git a/tests/functional/test_acpi_bits.py
> b/tests/functional/test_acpi_bits.py
> index ee40647d5b..4c192d95cc 100755
> --- a/tests/functional/test_acpi_bits.py
> +++ b/tests/functional/test_acpi_bits.py
> @@ -196,11 +196,12 @@ def copy_test_scripts(self):
> for filename in os.listdir(bits_test_dir):
> if os.path.isfile(os.path.join(bits_test_dir, filename)) and \
> filename.endswith('.py2'):
> - # all test scripts are named with extension .py2 so that
> - # avocado does not try to load them. These scripts are
> - # written for python 2.7 not python 3 and hence if avocado
> - # loaded them, it would complain about python 3 specific
> - # syntaxes.
> + # All test scripts are named with extension .py2 so that
> + # they are not run by accident.
> + #
> + # These scripts are intended to run inside the test VM
> + # and are written for python 2.7 not python 3, hence
> + # would cause syntax errors if loaded ouside the VM.
> newfilename = os.path.splitext(filename)[0] + '.py'
> shutil.copy2(os.path.join(bits_test_dir, filename),
> os.path.join(target_test_dir, newfilename))
> @@ -399,8 +400,6 @@ def test_acpi_smbios_bits(self):
>
> # biosbits has been configured to run all the specified test suites
> # in batch mode and then automatically initiate a vm shutdown.
> - # Set timeout to BITS_TIMEOUT for SHUTDOWN event from bits VM at par
> - # with the avocado test timeout.
> self._vm.event_wait('SHUTDOWN', timeout=BITS_TIMEOUT)
> self._vm.wait(timeout=None)
> self.logger.debug("Checking console output ...")
> --
> 2.39.5
>
- [PULL for 9.2-rc2 00/28] testing, plugin and doc fixes, Alex Bennée, 2024/11/25
- [PULL 01/28] tests/functional: fix mips64el test to honour workdir, Alex Bennée, 2024/11/25
- [PULL 03/28] tests/functional: remove "AVOCADO" from env variable name, Alex Bennée, 2024/11/25
- [PULL 02/28] tests/functional: automatically clean up scratch files after tests, Alex Bennée, 2024/11/25
- [PULL 04/28] tests/functional: remove todo wrt avocado.utils.wait_for, Alex Bennée, 2024/11/25
- [PULL 07/28] tests/functional: remove comments talking about avocado, Alex Bennée, 2024/11/25
- Re: [PULL 07/28] tests/functional: remove comments talking about avocado,
Ani Sinha <=
- [PULL 11/28] tests/functional: enable debug logging for QEMUMachine, Alex Bennée, 2024/11/25
- [PULL 10/28] tests/functional: honour requested test VM name in QEMUMachine, Alex Bennée, 2024/11/25
- [PULL 05/28] tests/functional: remove leftover :avocado: tags, Alex Bennée, 2024/11/25
- [PULL 09/28] tests/functional: put QEMUMachine logs in testcase log directory, Alex Bennée, 2024/11/25
- [PULL 12/28] tests/functional: logs details of console interaction operations, Alex Bennée, 2024/11/25
- [PULL 06/28] tests/functional: remove obsolete reference to avocado bug, Alex Bennée, 2024/11/25
- [PULL 24/28] rust/pl011: Fix range checks for device ID accesses, Alex Bennée, 2024/11/25
- [PULL 08/28] tests/functional: honour self.workdir in ACPI bits tests, Alex Bennée, 2024/11/25
- [PULL 16/28] tests/functional: remove time.sleep usage from tuxrun tests, Alex Bennée, 2024/11/25