Searched defs:pyhbac (Results 1 - 1 of 1) sorted by relevance

/sssd/src/tests/
H A Dpyhbac-test.py56 dest_module_path = MODPATH + "/pyhbac.so"
66 import pyhbac namespace
68 print("Could not load the pyhbac module. Please check if it is compiled", file=sys.stderr)
70 self.assertEqual(pyhbac.__file__, MODPATH + "/pyhbac.so")
75 el = pyhbac.HbacRuleElement()
78 self.assertCountEqual(el.category, set([pyhbac.HBAC_CATEGORY_NULL]))
82 el = pyhbac.HbacRuleElement(names=names)
86 el = pyhbac.HbacRuleElement(groups=groups)
91 el = pyhbac
527 import pyhbac namespace
[all...]

Completed in 9 milliseconds