networkd-tests.py: remove some java-style boilerplate

A class was used to put some utility functions under a namespace. But then this
namespace was inherited into classes, so the namespace split was undone. Let's
just define those functions in the module namespace.

(The Utilities class with a few functions still remain, because of the
unittest-style self.assert* craziness.)
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-06-05 12:08:09 +02:00
parent cefd6b3db8
commit ec38833c75
1 changed files with 546 additions and 547 deletions

File diff suppressed because it is too large Load Diff