selinux/sepolgen/tests
Robert Kuska a280b06dd9 sepolgen: Edit tests so they pass even on Python3 where hash is random.
By default in Python3 hash uses random seed as salt, this leads to
different order in output from functions which rely on hash as are
dicts and sets. Tests in sepolgen relied on the frozen order.

Signed-off-by: Robert Kuska <rkuska@redhat.com>
2015-07-16 13:06:03 -04:00
..
test_data initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
Makefile Use $(PYTHON) instead of "python" in every Makefile 2014-10-02 09:56:49 -04:00
audit.txt initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
module_compile_test.te initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
perm_map initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
run-tests.py initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
test_access.py sepolgen: Edit tests so they pass even on Python3 where hash is random. 2015-07-16 13:06:03 -04:00
test_audit.py sepolgen: Close files after reading/writing in tests. 2015-07-16 13:06:03 -04:00
test_interfaces.py sepolgen: Close files after reading/writing in tests. 2015-07-16 13:06:03 -04:00
test_matching.py sepolgen: Replace deprecated *Equals functions in tests 2015-07-16 13:06:02 -04:00
test_module.py initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
test_objectmodel.py sepolgen: Close files after reading/writing in tests. 2015-07-16 13:06:03 -04:00
test_policygen.py initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
test_refparser.py sepolgen: Replace deprecated *Equals functions in tests 2015-07-16 13:06:02 -04:00
test_refpolicy.py sepolgen: Edit tests so they pass even on Python3 where hash is random. 2015-07-16 13:06:03 -04:00