1. 31 Mar, 2023 1 commit
  2. 20 Mar, 2023 2 commits
  3. 09 Mar, 2023 13 commits
  4. 07 Mar, 2023 1 commit
  5. 06 Mar, 2023 1 commit
  6. 03 Mar, 2023 1 commit
  7. 01 Mar, 2023 3 commits
  8. 08 Feb, 2023 3 commits
  9. 23 Jan, 2023 1 commit
  10. 18 Jan, 2023 2 commits
  11. 16 Jan, 2023 6 commits
  12. 13 Jan, 2023 1 commit
  13. 20 Dec, 2022 1 commit
  14. 25 Aug, 2022 2 commits
    • Jérome Perrin's avatar
      b17843bc
    • 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
  15. 30 Jun, 2022 2 commits