def check_ipset():
    result = checks.ipset_supported()
    if not result:
        LOG.error(
            _LE('Cannot run ipset. Please ensure that it '
                'is installed.'))
    return result
def check_ipset():
    result = checks.ipset_supported()
    if not result:
        LOG.error(_LE('Cannot run ipset. Please ensure that it '
                      'is installed.'))
    return result
Exemple #3
0
 def test_ipset_support(self):
     checks.ipset_supported()
Exemple #4
0
 def test_ipset_support(self):
     checks.ipset_supported()