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