diff options
author | Cleber Rosa <crosa@redhat.com> | 2021-04-12 00:46:34 -0400 |
---|---|---|
committer | John Snow <jsnow@redhat.com> | 2021-06-01 16:21:20 -0400 |
commit | f084e148aa401f71c33da4268f73815e0dc2b262 (patch) | |
tree | 4b3c67499ff2384cd79f061af57d447a4ee3da0c | |
parent | 2ca6e26cea73fa1d270f73392e8b87f3e67e6a2b (diff) | |
download | qemu-f084e148aa401f71c33da4268f73815e0dc2b262.zip |
tests/acceptance/virtiofs_submounts.py: add missing accel tag
The tag is useful to select tests that depend/use a particular
feature.
Signed-off-by: Cleber Rosa <crosa@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Message-Id: <20210412044644.55083-2-crosa@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
-rw-r--r-- | tests/acceptance/virtiofs_submounts.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/acceptance/virtiofs_submounts.py b/tests/acceptance/virtiofs_submounts.py index 46fa65392a..5b74ce2929 100644 --- a/tests/acceptance/virtiofs_submounts.py +++ b/tests/acceptance/virtiofs_submounts.py @@ -70,6 +70,7 @@ def has_cmds(*cmds): class VirtiofsSubmountsTest(LinuxTest): """ :avocado: tags=arch:x86_64 + :avocado: tags=accel:kvm """ def get_portfwd(self): |