core-admin/qubes/tests
Marek Marczykowski-Górecki f1c8f3220d
tests: deal with events containing dict in kwargs
If kwargs contains dict as one of values, it isn't hashable and can't be
used as value in frozenset/tuple. Convert such values into
frozenset(dict.items()). Only one (more) level is supported, but it
should be enough.

Solution from http://stackoverflow.com/a/13264725
2017-03-16 20:04:06 +01:00
..
integ backup: minor fixes after bringing back scrypt support 2017-02-27 02:37:51 +01:00
tools qubes/events: they accept only keyword arguments 2017-02-21 14:46:42 +01:00
vm vm/qubesvm: convert firewall_conf into dumb, read-only property 2017-03-16 20:04:03 +01:00
__init__.py tests: deal with events containing dict in kwargs 2017-03-16 20:04:06 +01:00
app.py qubes/events: they accept only keyword arguments 2017-02-21 14:46:42 +01:00
devices.py tests: improve devices API unit test 2017-02-27 02:37:50 +01:00
events.py qubes: port core to python3 2017-01-20 16:42:51 +01:00
extra.py qubes: port core to python3 2017-01-20 16:42:51 +01:00
firewall.py qubes: port core to python3 2017-01-20 16:42:51 +01:00
init.py qubes/events: they accept only keyword arguments 2017-02-21 14:46:42 +01:00
mgmt.py tests/mgmt: check if argument/payload is rejected when should be 2017-03-16 20:04:06 +01:00
run.py qubes: port core to python3 2017-01-20 16:42:51 +01:00
storage_file.py storage: fix handling snap_on_start=True file volumes 2017-02-14 23:59:07 +01:00
storage_lvm.py qubes: port core to python3 2017-01-20 16:42:51 +01:00
storage.py qubes: port core to python3 2017-01-20 16:42:51 +01:00
tarwriter.py qubes: port core to python3 2017-01-20 16:42:51 +01:00