1. 04 Aug, 2023 1 commit
    • Xavier Thompson's avatar
      software/end-to-end-testing: Write minimal e2e PoC · 1b0fa5b9
      Xavier Thompson authored
      Use runTestSuite interface to launch tests that request instance on
      actual SlapOS cloud, using certificate passed as parameter.
      
      Parameters are:
      {
        'client.crt': <crt>,
        'client.key': <key>
        'master-url': <url>
      }
      
      Such a json of parameters can be generated from existing SlapOS client
      configuration using the `generate_parameters` script.
      
      The test currently requests a KVM and examines the connection dict as
      a demo.
      1b0fa5b9
  2. 27 Jul, 2023 1 commit
  3. 21 Jul, 2023 8 commits
  4. 20 Jul, 2023 1 commit
  5. 19 Jul, 2023 7 commits
  6. 18 Jul, 2023 5 commits
  7. 17 Jul, 2023 1 commit
  8. 13 Jul, 2023 3 commits
  9. 10 Jul, 2023 1 commit
  10. 05 Jul, 2023 4 commits
  11. 04 Jul, 2023 5 commits
  12. 03 Jul, 2023 2 commits
  13. 28 Jun, 2023 1 commit
    • Xavier Thompson's avatar
      software/theia: Wait for proxy restart in import · 63078069
      Xavier Thompson authored
      Resiliency import script had a race condition where the proxy might not
      have finished restarting before formatting the partitions, causing the
      import script to randomly fail during format because the proxy is down
      when format tries to send it updated computer information.
      
      See merge request nexedi/slapos!1406
      63078069