diff mbox series

[13/22] tests/acceptance/virtiofs_submounts.py: add missing accel tag

Message ID 20210203172357.1422425-14-crosa@redhat.com (mailing list archive)
State New, archived
Headers show
Series Acceptance Test: introduce base class for Linux based tests | expand

Commit Message

Cleber Rosa Feb. 3, 2021, 5:23 p.m. UTC
Which is useful to select tests that depend/use a particular feature.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
---
 tests/acceptance/virtiofs_submounts.py | 1 +
 1 file changed, 1 insertion(+)

Comments

Philippe Mathieu-Daudé Feb. 8, 2021, 11:28 a.m. UTC | #1
On 2/3/21 6:23 PM, Cleber Rosa wrote:
> Which is useful to select tests that depend/use a particular feature.

Is that a question?

Why keep this last in your series?

> Signed-off-by: Cleber Rosa <crosa@redhat.com>
> ---
>  tests/acceptance/virtiofs_submounts.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/acceptance/virtiofs_submounts.py b/tests/acceptance/virtiofs_submounts.py
> index c998b297ee..1e745f15a2 100644
> --- a/tests/acceptance/virtiofs_submounts.py
> +++ b/tests/acceptance/virtiofs_submounts.py
> @@ -75,6 +75,7 @@ def has_cmds(*cmds):
>  class VirtiofsSubmountsTest(BootLinux):
>      """
>      :avocado: tags=arch:x86_64
> +    :avocado: tags=accel:kvm
>      """
>  
>      def ssh_connect(self, username, keyfile):
>
Wainer dos Santos Moschetta Feb. 9, 2021, 2:54 p.m. UTC | #2
On 2/3/21 2:23 PM, Cleber Rosa wrote:
> Which is useful to select tests that depend/use a particular feature.
>
> Signed-off-by: Cleber Rosa <crosa@redhat.com>
> ---
>   tests/acceptance/virtiofs_submounts.py | 1 +
>   1 file changed, 1 insertion(+)


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


>
> diff --git a/tests/acceptance/virtiofs_submounts.py b/tests/acceptance/virtiofs_submounts.py
> index c998b297ee..1e745f15a2 100644
> --- a/tests/acceptance/virtiofs_submounts.py
> +++ b/tests/acceptance/virtiofs_submounts.py
> @@ -75,6 +75,7 @@ def has_cmds(*cmds):
>   class VirtiofsSubmountsTest(BootLinux):
>       """
>       :avocado: tags=arch:x86_64
> +    :avocado: tags=accel:kvm
>       """
>   
>       def ssh_connect(self, username, keyfile):
Cleber Rosa Feb. 15, 2021, 5:37 p.m. UTC | #3
On Mon, Feb 08, 2021 at 12:28:22PM +0100, Philippe Mathieu-Daudé wrote:
> On 2/3/21 6:23 PM, Cleber Rosa wrote:
> > Which is useful to select tests that depend/use a particular feature.
> 
> Is that a question?
>

No, it's not a question.

I meant: "add a tag which is useful to select tests...".  I guess this
statement followed a similar previous broken approach of mine, reusing
the commit title to give it meaning.

I'll try to keep avoid that in the future, thanks for asking about it.

> Why keep this last in your series?
>

No reason... it doesn't impact any pre or post patches in the series
AFAICT.

Cheers,
- Cleber.
Willian Rampazzo Feb. 15, 2021, 8:05 p.m. UTC | #4
On Wed, Feb 3, 2021 at 2:24 PM Cleber Rosa <crosa@redhat.com> wrote:
>
> Which is useful to select tests that depend/use a particular feature.
>
> Signed-off-by: Cleber Rosa <crosa@redhat.com>
> ---
>  tests/acceptance/virtiofs_submounts.py | 1 +
>  1 file changed, 1 insertion(+)
>

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

Patch

diff --git a/tests/acceptance/virtiofs_submounts.py b/tests/acceptance/virtiofs_submounts.py
index c998b297ee..1e745f15a2 100644
--- a/tests/acceptance/virtiofs_submounts.py
+++ b/tests/acceptance/virtiofs_submounts.py
@@ -75,6 +75,7 @@  def has_cmds(*cmds):
 class VirtiofsSubmountsTest(BootLinux):
     """
     :avocado: tags=arch:x86_64
+    :avocado: tags=accel:kvm
     """
 
     def ssh_connect(self, username, keyfile):