mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #51191 from Ch3LL/bp-50918
Backport #50918 into 2018.3
This commit is contained in:
commit
ac719226c0
1 changed files with 2 additions and 0 deletions
|
@ -19,12 +19,14 @@ from tests.support.mock import (
|
|||
|
||||
# Import Salt Libs
|
||||
import salt.modules.debian_ip as debian_ip
|
||||
import salt.utils.platform
|
||||
|
||||
# Import third party libs
|
||||
import jinja2.exceptions
|
||||
|
||||
|
||||
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
||||
@skipIf(salt.utils.platform.is_windows(), 'Do not run these tests on Windows')
|
||||
class DebianIpTestCase(TestCase, LoaderModuleMockMixin):
|
||||
'''
|
||||
Test cases for salt.modules.debian_ip
|
||||
|
|
Loading…
Add table
Reference in a new issue