• Jérome Perrin's avatar
    resiliencytestsuite: python3 fix · ec47c8e3
    Jérome Perrin authored
    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
    ec47c8e3
resiliencytestsuite.py 9.9 KB