Exemplo n.º 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
Exemplo n.º 2
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
Exemplo n.º 3
0
 def test_ipset_support(self):
     checks.ipset_supported()
Exemplo n.º 4
0
 def test_ipset_support(self):
     checks.ipset_supported()