Skip to content

Commit

Permalink
Add dfs tag and move slow test to daily.
Browse files Browse the repository at this point in the history
Required-githooks: true

Signed-off-by: Ashley Pittman <[email protected]>
  • Loading branch information
ashleypittman committed Jan 19, 2024
1 parent a169457 commit e29092b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/tests/ftest/dfuse/bash.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
(C) Copyright 2020-2023 Intel Corporation.
(C) Copyright 2020-2024 Intel Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
"""
Expand Down Expand Up @@ -176,9 +176,9 @@ def test_bashcmd(self):
for different container and pool sizes and perform basic bash
commands.
:avocado: tags=all,pr,daily_regression
:avocado: tags=all,daily_regression
:avocado: tags=vm
:avocado: tags=dfuse
:avocado: tags=dfuse,dfs
:avocado: tags=Cmd,test_bashcmd
"""
self.run_bashcmd()
Expand All @@ -193,7 +193,7 @@ def test_bashcmd_ioil(self):
:avocado: tags=all,pr,daily_regression
:avocado: tags=vm
:avocado: tags=dfuse,il
:avocado: tags=dfuse,il,dfs
:avocado: tags=Cmd,test_bashcmd_ioil
"""
self.run_bashcmd(il_lib="libioil.so")
Expand All @@ -208,7 +208,7 @@ def test_bashcmd_pil4dfs(self):
:avocado: tags=all
:avocado: tags=vm
:avocado: tags=dfuse,pil4dfs
:avocado: tags=dfuse,pil4dfs,dfs
:avocado: tags=Cmd,test_bashcmd_pil4dfs
"""
self.run_bashcmd(il_lib="libpil4dfs.so")

0 comments on commit e29092b

Please sign in to comment.