aboutsummaryrefslogtreecommitdiff
path: root/lava_dispatcher/actions/test
diff options
context:
space:
mode:
authorNeil Williams <neil.williams@linaro.org>2018-06-26 09:32:45 +0100
committerNeil Williams <neil.williams@linaro.org>2018-06-26 09:32:45 +0100
commit40fcc1d18cad57f83c55425cb608ca17c54e7e90 (patch)
treedea25fca53b487fabdf6c1945530bac31d194fbf /lava_dispatcher/actions/test
parenta87ad6d513d8ce78fd5998e56a3322d1558e83a1 (diff)
Silence known pytest warnings
Some warnings may be missed with the --disable-warnings option. Change-Id: Ic7daab91b6cdb76a42f81368060b4db3b1ee1ebb
Diffstat (limited to 'lava_dispatcher/actions/test')
-rw-r--r--lava_dispatcher/actions/test/shell.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lava_dispatcher/actions/test/shell.py b/lava_dispatcher/actions/test/shell.py
index 8609c6b80..bf3a9b54f 100644
--- a/lava_dispatcher/actions/test/shell.py
+++ b/lava_dispatcher/actions/test/shell.py
@@ -83,6 +83,7 @@ class TestShell(LavaTest):
return True
+@nottest
class TestShellRetry(RetryAction):
name = "lava-test-retry"
@@ -142,6 +143,7 @@ class PatternFixup(object):
return self.pat
+@nottest
class TestShellAction(TestAction):
"""
Sets up and runs the LAVA Test Shell Definition scripts.