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 <[email protected]>
2 files changed