Example #1
0
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
Example #3
0
 def test_ipset_support(self):
     checks.ipset_supported()
Example #4
0
 def test_ipset_support(self):
     checks.ipset_supported()