1. 04 Aug, 2023 3 commits
    • Xavier Thompson's avatar
      software/end-to-end-testing: Limit racy testnodes · b527abd1
      Xavier Thompson authored
      Multiple testnode can concurrently run the same test, so create test
      results only at the end to reduce the risk of race conditions on test
      completion leading to tests never reported as completed.
      
      This shows a limit of the current approach; switching to nxdtest
      appears desirable.
      b527abd1
    • Xavier Thompson's avatar
      2446782a
    • 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 1 commit