[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/2] tests/acceptance: introduce new check-avocado tartget
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v2 1/2] tests/acceptance: introduce new check-avocado tartget |
Date: |
Fri, 5 Nov 2021 17:19:38 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 |
On 11/5/21 16:53, Willian Rampazzo wrote:
> This introduces a new `make` target, `check-avocado`, and adds a
> deprecation message about the `check-acceptance` target. This is
> a preparation for renaming the `tests/acceptance` folder to
> `tests/avocado`.
>
> The plan is to remove the call to the `check-avocado` target one
> or two months after the release and leave the warning to force
> people to move to the new `check-avocado` target.
>
> Later, the `check-acceptance` target can be removed. The intent
> is to avoid a direct impact during the current soft freeze.
>
> Suggested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> Signed-off-by: Willian Rampazzo <willianr@redhat.com>
> ---
> docs/about/deprecated.rst | 13 +++++++++++++
> tests/Makefile.include | 17 ++++++++++++-----
> 2 files changed, 25 insertions(+), 5 deletions(-)
Typo "target" in subject (no need to respin).
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
[PATCH v2 2/2] tests/acceptance: rename tests acceptance to tests avocado, Willian Rampazzo, 2021/11/05
Re: [PATCH v2 0/2] tests/acceptance: rename tests acceptance to tests avocado, Philippe Mathieu-Daudé, 2021/11/08