1. 07 Jan, 2025 2 commits
  2. 03 Jan, 2025 3 commits
  3. 02 Jan, 2025 6 commits
  4. 24 Dec, 2024 1 commit
  5. 19 Dec, 2024 1 commit
  6. 18 Dec, 2024 1 commit
  7. 17 Dec, 2024 1 commit
  8. 16 Dec, 2024 3 commits
  9. 12 Dec, 2024 1 commit
  10. 11 Dec, 2024 12 commits
  11. 10 Dec, 2024 5 commits
  12. 08 Dec, 2024 1 commit
  13. 06 Dec, 2024 1 commit
  14. 05 Dec, 2024 2 commits
    • Łukasz Nowak's avatar
      software/kvm: Adapt tests without --all · ff2295f9
      Łukasz Nowak authored
      After dropping _force_slapos_node_instance_all tests with parameter propagation
      need special treatment:
      
       * during first waitForInstance it is needed to wait for instance for the
         parameterto be requested to the master
       * during second waitForInstance the parameter is being propagated to other
         instances
      
      This is solved by waitForInstanceWithPropagation
      
      In some cases tests are modyfing in-place partitions (eg. .slapos-resource)
      in order to mock some states. Then it's required to force instatiation with
      waitForInstanceWithForce.
      
      In other places additional, sometimes conditional, processing is added in
      order to account for non forced default processing.
      ff2295f9
    • Łukasz Nowak's avatar
      software/kvm: Test as real instantiation · 58190643
      Łukasz Nowak authored
      Do not force --all for instance in order to test real instantiation.
      58190643