Changed the inheritance hierarchy: 1. Renamed `SystemTestsMixin` to `SystemTestCase` 2. `SystemTestCase` is a child of `QubesTestCase` 3. All classes extending the prior `SystemTestsMixin` now just extend `object`
QubesOS/qubes-issues#2622
Adjust usage of bytes vs str type.
fixes QubesOS/qubes-issues#2074