Skip to content
Snippets Groups Projects
  1. Sep 13, 2021
    • Walter Lozano's avatar
      iptables-nmap: Switch to http to avoid errors on QEMU · 317db51a
      Walter Lozano authored and Emanuele Aina's avatar Emanuele Aina committed
      
      Test case of iptables-nmap fails on SDK with error
      
      Unable to apt-get update in lxc container
      Certificate verification failed: The certificate is NOT trusted. The
      certificate issuer is unknown.  Could not handshake: Error in the
      certificate verification. [IP: 199.232.142.132 443]
      
      Since the problem is only present on QEMU without a clear cause, after
      checking that clock time is OK workaround it by using http instead of
      https.
      
      Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
      317db51a
  2. Sep 10, 2021
  3. Sep 07, 2021
  4. Sep 05, 2021
  5. Sep 02, 2021
  6. Aug 25, 2021
  7. Aug 21, 2021
  8. Aug 20, 2021
    • Frederic Danis's avatar
      traprain: Fix sequoia-gpgv conflict · b4949c19
      Frederic Danis authored
      
      traprain test needs to install devscripts which depends on gnupg2 packages,
      and ultimately on gpgv package. When running on target board which embed
      the sequoia-gpgv replacement, the installation procedure fails due to the
      conflict between sequoia-gpgv and gpgv.
      gpgv package should be explicitly installed to replace sequoia-gpgv.
      
      frome and rhosydd have the same dependency problem.
      
      Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
      b4949c19
  9. Aug 17, 2021
  10. Aug 16, 2021
  11. Aug 12, 2021
  12. Aug 11, 2021
    • Walter Lozano's avatar
      Add bash as dependency for rhosydd test · 94ec1c54
      Walter Lozano authored
      
      The test for rhosydd install several packages on target images, one of them
      is ssl-cert, however, it fails to install since it depends on bash.
      
      Since bash is an essential package, there is no sense is adding it as
      a dependency, so update the testcase to install it.
      
      This issue is not present in SDK images since bash is preinstalled,
      but this fix should not cause any consequences.
      
      Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
      94ec1c54
  13. Aug 10, 2021
  14. Aug 09, 2021
  15. Aug 06, 2021
  16. Aug 05, 2021
    • Monisha Muthukumaran's avatar
      a4caeffe
    • Emanuele Aina's avatar
      lava: Apply LAVA 2021.05 workaround to aum tests as well · 44bc5574
      Emanuele Aina authored
      
      Followup on commit 4e9a8b1d to apply the fix on the snippet
      rebooting devices during the Apertis Update Manager tests, which
      are currently failing since they can't detect the prompt after the
      kernel has booted.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      44bc5574
    • Frederic Danis's avatar
      lava: Add audio hw to QEmu · 3fc122e1
      Frederic Danis authored
      
      `apparmor-pipewire` currently fails on QEmu with following logs:
      ```
      + cd apparmor-pipewire
      + common/run-test-in-systemd --name run-test-sh --timeout 120 ./run-test.sh
      #=== running test script: /var/lib/lava-4322051/1/tests/7_apparmor-pipewire/apparmor-pipewire/common/run-test-in-systemd --user=1000 /var/lib/lava-4322051/1/tests/7_apparmor-pipewire/apparmor-pipewire/pipewire ===
      >> 1
      Currently in use: 2 blocks containing 8.0 KiB bytes total.
      Allocated during whole lifetime: 2 blocks containing 8.0 KiB bytes total.
      Sample cache size: 0 B
      >> 2
      Failed to get sink information: No such entity
      Job for generated-test-case-_var_lib_lava-4322051_1_tests_7_apparmor-pipewire_apparmor-pipewire_pipewire.service failed because the control process exited with error code.
      See \"systemctl --user status generated-test-case-_var_lib_lava-4322051_1_tests_7_apparmor-pipewire_apparmor-pipewire_pipewire.service\" and \"journalctl --user -xe\" for details.
      Command exited with non-zero status 1
      real	0m 0.23s
      user	0m 0.00s
      sys	0m 0.00s
      Job for generated-test-case-run-test-sh.service failed because the control process exited with error code.
      NOTE: Run command with the --debug or --full-debug option to enable journal logs
      #--- end of test script, status: 1
      # /var/lib/lava-4322051/1/tests/7_apparmor-pipewire/apparmor-pipewire/common/run-test-in-systemd --user=1000 /var/lib/lava-4322051/1/tests/7_apparmor-pipewire/apparmor-pipewire/pipewire exited 1
      ```
      This is due to missing audio card.
      
      Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
      3fc122e1
  17. Jul 29, 2021
  18. Jul 27, 2021
  19. Jul 23, 2021
  20. Jul 21, 2021
  21. Jul 19, 2021
  22. Jul 16, 2021
  23. Jul 14, 2021
  24. Jul 12, 2021
  25. Jul 09, 2021
Loading