Skip beacon test on FreeBSD

This commit is contained in:
krionbsd 2020-08-26 18:13:51 +02:00
parent 328e1efa35
commit 7b9ef2abb0

View file

@ -1,6 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import, print_function, unicode_literals
import logging
import os
import shutil
@ -26,6 +23,10 @@ log = logging.getLogger(__name__)
@skipIf(not HAS_PYINOTIFY, "pyinotify is not available")
@skipIf(
salt.utils.platform.is_freebsd(),
"Skip on FreeBSD, IN_CREATE event is not supported",
)
class TestBeaconsInotify(MultimasterModuleCase, AdaptedConfigurationTestCaseMixin):
"""
Validate the inotify beacon in multimaster environment