mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Added pragma no cover for functions specific only to Juniper native minion
This commit is contained in:
parent
c9d18056e9
commit
be22292a55
1 changed files with 3 additions and 0 deletions
|
@ -2050,6 +2050,7 @@ def _make_source_list(dir):
|
|||
return dir_list
|
||||
|
||||
|
||||
# pragma: no cover
|
||||
@_timeout_decorator
|
||||
def file_compare(file1, file2, **kwargs):
|
||||
"""
|
||||
|
@ -2112,6 +2113,7 @@ def file_compare(file1, file2, **kwargs):
|
|||
return ret
|
||||
|
||||
|
||||
# pragma: no cover
|
||||
@_timeout_decorator
|
||||
def fsentry_exists(dir, **kwargs):
|
||||
"""
|
||||
|
@ -2257,6 +2259,7 @@ def routing_engine(**kwargs):
|
|||
return ret
|
||||
|
||||
|
||||
# pragma: no cover
|
||||
@_timeout_decorator
|
||||
def dir_copy(source, dest, force=False, **kwargs):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue