Add a pytest runner to run.sh
The system tests currently uses patchwork of shell scripts which doesn't offer proper error handling.
This commit introduced option to write new tests in pytest framework that also allows easier manipulation of DNS traffic (using dnspython), native XML and JSON manipulation and proper error reporting.
Closes #725 (closed)