Skip to content
Snippets Groups Projects
  1. Jan 11, 2024
  2. Jan 08, 2024
  3. Jan 03, 2024
  4. Dec 22, 2023
  5. Dec 21, 2023
    • Walter Lozano's avatar
      Use busybox dd · b653b912
      Walter Lozano authored
      
      Tiny containers test consist in flashing a stable Apertis release and on
      top of it download and test the tiny container of the release under test.
      After switching the stable release to v2023.3 to support the new R-Car
      board a failure is observerd due to missing dd.
      
      In v2023, rust-coreutils is the replacement for coreutils, however, the
      support of dd is disabled as it was still experimental and the replacement
      chosen was busybox dd.
      
      In order to fix the issue, switch to busybox dd to run the test.
      
      Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
      b653b912
  6. Dec 05, 2023
  7. Nov 28, 2023
  8. Nov 27, 2023
  9. Nov 24, 2023
  10. Nov 21, 2023
  11. Nov 17, 2023
  12. Oct 24, 2023
  13. Oct 09, 2023
  14. Sep 28, 2023
  15. Sep 26, 2023
  16. Sep 25, 2023
  17. Sep 21, 2023
  18. Sep 18, 2023
  19. Sep 04, 2023
  20. Aug 31, 2023
  21. Aug 28, 2023
  22. Aug 16, 2023
  23. 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
  24. Jul 19, 2023
  25. Jul 14, 2023
  26. Jul 12, 2023
  27. Jul 11, 2023
  28. 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
  29. Jun 30, 2023
  30. Jun 19, 2023
  31. Apr 13, 2023
Loading