Keep the same exception raised before the move

This commit is contained in:
Pedro Algarvio 2017-04-03 17:03:52 +01:00
parent 6a638620ba
commit 104a2fb30c
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -32,6 +32,7 @@ from tests.support.paths import CODE_DIR
# Import salt libs
#import salt.config
import salt.version
import salt.exceptions
from salt.utils.verify import verify_env
from salt.utils.immutabletypes import freeze
from salt._compat import ElementTree as etree
@ -668,7 +669,7 @@ class SaltMinionEventAssertsMixin(object):
def assertMinionEventFired(self, tag):
#TODO
raise NotImplementedError('assertMinionEventFired() not implemented')
raise salt.exceptions.NotImplemented('assertMinionEventFired() not implemented')
def assertMinionEventReceived(self, desired_event):
queue_wait = 5 # 2.5s