Skip to content
Snippets Groups Projects
  1. Oct 24, 2023
  2. Oct 09, 2023
  3. Sep 28, 2023
  4. Sep 26, 2023
  5. Sep 25, 2023
  6. Sep 21, 2023
  7. Sep 18, 2023
  8. Sep 04, 2023
  9. Aug 31, 2023
  10. Aug 28, 2023
  11. Aug 16, 2023
  12. Jul 21, 2023
    • Walter Lozano's avatar
      Update policy on sanity tests failures · d9b8a0cb
      Walter Lozano authored
      
      The sanity manual test is the first test run to confirm the health of the
      image. For this reason, the test itself states that no other manual test
      should run if there is a failure.
      
      This policy aims to avoid running tests on an image which is not healthy
      enough since the results will not be valid. This policy is too strict,
      since due to failure in one are, like WiFi, will block the rest of the
      tests.
      
      To provide a better trade off, update the policy to avoid running other
      manual tests until the issue is triaged.
      
      Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
      d9b8a0cb
  13. Jul 19, 2023
  14. Jul 14, 2023
  15. Jul 12, 2023
  16. Jul 11, 2023
  17. Jul 03, 2023
    • Walter Lozano's avatar
      Disable iptables nmap test · 006519c1
      Walter Lozano authored
      
      This test relies in a Debian LXC image to be deployed in the DUT which
      presents a problem in some scenarios, devices requires access to public
      Internet and QEMU requires LXC support.
      
      Disable this test until a it is reimplemented to overcome the current
      limitations.
      
      Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
      006519c1
  18. Jun 30, 2023
  19. Jun 19, 2023
  20. Apr 13, 2023
  21. Mar 01, 2023
  22. Feb 27, 2023
  23. Feb 08, 2023
  24. Jan 25, 2023
    • Walter Lozano's avatar
      Disable rollback tests for amd64 · 9de6e490
      Walter Lozano authored
      
      In commit 5bf3c4a9 tests for amd64 board were re enabled after adding
      support for Up Squared 6000 board, and having enough boards in LAVA.
      
      After this, it was seen that tests that relies in bootcount fail and
      require a rework to align u-boot and uefi.
      
      In the mean time, to avoid creating noise and masking issues disable
      tests that rely in bootcount.
      
      Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
      9de6e490
  25. Jan 23, 2023
  26. Jan 20, 2023
  27. Dec 05, 2022
  28. Nov 29, 2022
  29. Nov 23, 2022
  30. Nov 14, 2022
  31. Nov 11, 2022
  32. Nov 10, 2022
  33. Oct 31, 2022
  34. Oct 24, 2022
  35. Oct 20, 2022
    • Walter Lozano's avatar
      Revert "lava: Drop a bunch of spurious `name:` keys" · 79a2b0df
      Walter Lozano authored
      This reverts commit 9dc1fafa.
      
      Revert this changes since QA Report App tries to use this metadata and
      currently rises the following exception:
      
          File "/app/testobjects.py", line 143, in lava_jobdata_extract_results
            t['group'] = testgroup['name']
          KeyError: 'name'
      
      This causes tests results for v2023pre not being processed.
      
      It is not clear if this metadata is used, however, currently it is not
      possible to easily deploy a new version of QA Report app, so the best
      approach is to revert this change.
      79a2b0df
Loading