qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Acceptance Tests: bump Avocado version requirement to 85.0
@ 2021-02-11 23:28 Cleber Rosa
  2021-02-11 23:28 ` [PATCH 1/1] " Cleber Rosa
  0 siblings, 1 reply; 5+ messages in thread
From: Cleber Rosa @ 2021-02-11 23:28 UTC (permalink / raw)
  To: qemu-devel
  Cc: Thomas Huth, Beraldo Leal, Alex Bennée,
	Wainer dos Santos Moschetta, Willian Rampazzo, Cleber Rosa,
	Philippe Mathieu-Daudé,
	Eduardo Habkost

This is being proposed as a separate single patch simply to show
that no known regressions have been introduced as far as the
acceptance tests/jobs are related.  CI job:

   https://gitlab.com/cleber.gnu/qemu/-/pipelines/255122420

This version (and 84.0) contain improvements that address specific
QEMU use cases, including:

 * Being able to download and use Fedora 31 images and thus
   re-activate the "boot_linux.py" tests

 * Being able to register local assets via "avocado assets register"
   and use them in tests

Cleber Rosa (1):
  Acceptance Tests: bump Avocado version requirement to 85.0

 tests/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.25.4




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/1] Acceptance Tests: bump Avocado version requirement to 85.0
  2021-02-11 23:28 [PATCH 0/1] Acceptance Tests: bump Avocado version requirement to 85.0 Cleber Rosa
@ 2021-02-11 23:28 ` Cleber Rosa
  2021-02-11 23:38   ` Philippe Mathieu-Daudé
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Cleber Rosa @ 2021-02-11 23:28 UTC (permalink / raw)
  To: qemu-devel
  Cc: Thomas Huth, Beraldo Leal, Alex Bennée,
	Wainer dos Santos Moschetta, Willian Rampazzo, Cleber Rosa,
	Philippe Mathieu-Daudé,
	Eduardo Habkost

This version (and 84.0) contain improvements that address specific
QEMU use cases, including:

 * Being able to download and use Fedora 31 images and thus
   re-activate the "boot_linux.py" tests

 * Being able to register local assets via "avocado assets register"
   and use them in tests

Signed-off-by: Cleber Rosa <crosa@redhat.com>
---
 tests/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/requirements.txt b/tests/requirements.txt
index 62e8ffd28c..91f3a343b9 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1,5 +1,5 @@
 # Add Python module requirements, one per line, to be installed
 # in the tests/venv Python virtual environment. For more info,
 # refer to: https://pip.pypa.io/en/stable/user_guide/#id1
-avocado-framework==83.0
+avocado-framework==85.0
 pycdlib==1.11.0
-- 
2.25.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/1] Acceptance Tests: bump Avocado version requirement to 85.0
  2021-02-11 23:28 ` [PATCH 1/1] " Cleber Rosa
@ 2021-02-11 23:38   ` Philippe Mathieu-Daudé
  2021-02-12 12:29   ` Wainer dos Santos Moschetta
  2021-02-12 20:15   ` Willian Rampazzo
  2 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-02-11 23:38 UTC (permalink / raw)
  To: Cleber Rosa, qemu-devel
  Cc: Thomas Huth, Beraldo Leal, Wainer dos Santos Moschetta,
	Willian Rampazzo, Alex Bennée, Eduardo Habkost

On 2/12/21 12:28 AM, Cleber Rosa wrote:
> This version (and 84.0) contain improvements that address specific
> QEMU use cases, including:
> 
>  * Being able to download and use Fedora 31 images and thus
>    re-activate the "boot_linux.py" tests
> 
>  * Being able to register local assets via "avocado assets register"
>    and use them in tests
> 
> Signed-off-by: Cleber Rosa <crosa@redhat.com>
> ---
>  tests/requirements.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/requirements.txt b/tests/requirements.txt
> index 62e8ffd28c..91f3a343b9 100644
> --- a/tests/requirements.txt
> +++ b/tests/requirements.txt
> @@ -1,5 +1,5 @@
>  # Add Python module requirements, one per line, to be installed
>  # in the tests/venv Python virtual environment. For more info,
>  # refer to: https://pip.pypa.io/en/stable/user_guide/#id1
> -avocado-framework==83.0
> +avocado-framework==85.0
>  pycdlib==1.11.0
> 

Acked-by: Philippe Mathieu-Daudé <philmd@redhat.com>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/1] Acceptance Tests: bump Avocado version requirement to 85.0
  2021-02-11 23:28 ` [PATCH 1/1] " Cleber Rosa
  2021-02-11 23:38   ` Philippe Mathieu-Daudé
@ 2021-02-12 12:29   ` Wainer dos Santos Moschetta
  2021-02-12 20:15   ` Willian Rampazzo
  2 siblings, 0 replies; 5+ messages in thread
From: Wainer dos Santos Moschetta @ 2021-02-12 12:29 UTC (permalink / raw)
  To: Cleber Rosa, qemu-devel
  Cc: Thomas Huth, Beraldo Leal, Philippe Mathieu-Daudé,
	Willian Rampazzo, Alex Bennée, Eduardo Habkost


On 2/11/21 8:28 PM, Cleber Rosa wrote:
> This version (and 84.0) contain improvements that address specific
> QEMU use cases, including:
>
>   * Being able to download and use Fedora 31 images and thus
>     re-activate the "boot_linux.py" tests
>
>   * Being able to register local assets via "avocado assets register"
>     and use them in tests
>
> Signed-off-by: Cleber Rosa <crosa@redhat.com>
> ---
>   tests/requirements.txt | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)


Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>


>
> diff --git a/tests/requirements.txt b/tests/requirements.txt
> index 62e8ffd28c..91f3a343b9 100644
> --- a/tests/requirements.txt
> +++ b/tests/requirements.txt
> @@ -1,5 +1,5 @@
>   # Add Python module requirements, one per line, to be installed
>   # in the tests/venv Python virtual environment. For more info,
>   # refer to: https://pip.pypa.io/en/stable/user_guide/#id1
> -avocado-framework==83.0
> +avocado-framework==85.0
>   pycdlib==1.11.0



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/1] Acceptance Tests: bump Avocado version requirement to 85.0
  2021-02-11 23:28 ` [PATCH 1/1] " Cleber Rosa
  2021-02-11 23:38   ` Philippe Mathieu-Daudé
  2021-02-12 12:29   ` Wainer dos Santos Moschetta
@ 2021-02-12 20:15   ` Willian Rampazzo
  2 siblings, 0 replies; 5+ messages in thread
From: Willian Rampazzo @ 2021-02-12 20:15 UTC (permalink / raw)
  To: Cleber Rosa
  Cc: Thomas Huth, Eduardo Habkost, Alex Bennée, qemu-devel,
	Wainer dos Santos Moschetta, Philippe Mathieu-Daudé,
	Beraldo Leal

On Thu, Feb 11, 2021 at 8:28 PM Cleber Rosa <crosa@redhat.com> wrote:
>
> This version (and 84.0) contain improvements that address specific
> QEMU use cases, including:
>
>  * Being able to download and use Fedora 31 images and thus
>    re-activate the "boot_linux.py" tests
>
>  * Being able to register local assets via "avocado assets register"
>    and use them in tests
>
> Signed-off-by: Cleber Rosa <crosa@redhat.com>
> ---
>  tests/requirements.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Willian Rampazzo <willianr@redhat.com>



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-02-12 20:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-11 23:28 [PATCH 0/1] Acceptance Tests: bump Avocado version requirement to 85.0 Cleber Rosa
2021-02-11 23:28 ` [PATCH 1/1] " Cleber Rosa
2021-02-11 23:38   ` Philippe Mathieu-Daudé
2021-02-12 12:29   ` Wainer dos Santos Moschetta
2021-02-12 20:15   ` Willian Rampazzo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).