resiliencytestsuite: python3 fix

urlopen(url).read() returns bytes, this fixes:

      File "slapos.toolbox-repository/slapos/resiliencytest/suites/resiliencytestsuite.py", line 162, in _waitForCloneToBeReadyForTakeover
        while "<b>Importer script(s) of backup in progress:</b> True" in takeover_page_content:
    TypeError: a bytes-like object is required, not 'str'

errors with KVM resilience tests
4 jobs for master in 0 seconds
Status Job ID Name Coverage
  External
passed SlapOS.Eggs.UnitTest-Master.Python2

00:24:36

passed SlapOS.Eggs.UnitTest-Master.Python3

00:17:43

passed SlapOS.Eggs.UnitTest-Master.Python2

00:12:12

passed SlapOS.Eggs.UnitTest-Master.Python3

00:13:14