summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2014-05-09 16:56:25 +0200
committerTomas Bzatek <tbzatek@redhat.com>2014-05-15 16:09:14 +0200
commit7157f1e747be26346b06797ae0c97cf022bcd3ab (patch)
treeb72c52a47d58e3931e89d7d9345428cf787a6a51
parent6d3d5a6605473b203432c6b7dc02b08cbb8e27e4 (diff)
downloadopenlmi-providers-7157f1e747be26346b06797ae0c97cf022bcd3ab.tar.gz
openlmi-providers-7157f1e747be26346b06797ae0c97cf022bcd3ab.tar.xz
openlmi-providers-7157f1e747be26346b06797ae0c97cf022bcd3ab.zip
account: Mark TestAccountInvalidEtc tests as dangerous
Really dislike these messages: cp: cannot remove ‘/etc/passwd’: Permission denied
-rw-r--r--src/account/test/TestAccountInvalidEtc.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/account/test/TestAccountInvalidEtc.py b/src/account/test/TestAccountInvalidEtc.py
index 05d797f..01c7ec9 100644
--- a/src/account/test/TestAccountInvalidEtc.py
+++ b/src/account/test/TestAccountInvalidEtc.py
@@ -20,6 +20,7 @@
import sys
import lmi.test.util
+from lmi.test.util import mark_dangerous
from common import AccountBase
from lmi.shell import LMIInstance
@@ -413,6 +414,7 @@ class PasswdCrippler(lmi.test.util.BaseCrippler):
## Actual test
## ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ##
+@mark_dangerous
class TestAccountInvalidEtc(AccountBase):
CLASS_NAME = "LMI_Account"