示例#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()