Skip to content
Snippets Groups Projects
  1. Nov 15, 2019
  2. Oct 25, 2019
  3. Oct 23, 2019
  4. Sep 26, 2019
    • Denis Pynkin's avatar
      AUM OTA manual: copy hint with time settings for all tests · 6023dfd3
      Denis Pynkin authored
      Use timedatectl to workaround NTP issues on some networks
      
      With battery backed devices on networks with no properly reachable NTP servers
      the boards would fail to automatically get the right time, so testers set it up
      manually with `date`.
      
      However, the hardware clock need to be configured as well for the time
      configuration to survive a reboot, needed by the Apertis update manager OTA
      test.
      
      Without this, the device will fail to establish any TLS connection after the
      reboot since every certificate will look like they are out of their validity
      period.
      
      This is only a workaround until we ensure NTP servers are reachable on the
      testers' network, see https://phabricator.apertis.org/T6115
      
      
      
      Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
      6023dfd3
    • Denis Pynkin's avatar
      Enable AUM automatic tests for all architectures · 96227328
      Denis Pynkin authored
      
      Need to test the upgrade behavior on different architectures.
      Enabled automatic tests of ostree and upgrade manager behavior for all
      supported minimal images.
      
      Not enabled rollback test for Arm64 and Amd64 yet since they have no
      enabled bootcounter mechanism in bootloader.
      
      Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
      96227328
  5. Sep 23, 2019
  6. Sep 20, 2019
  7. Sep 18, 2019
    • Emanuele Aina's avatar
      gettext: Accept `pass`/`fail` as results · 2328be64
      Emanuele Aina authored and Luis Araujo's avatar Luis Araujo committed
      The test is currently emitting results in this way:
      
          Testing supported locales:
          ar_QA.utf8: fail
          ar_SA.utf8: fail
          cs_CZ.utf8: fail
          da_DK.utf8: fail
          de_DE.utf8: fail
          el_GR.utf8: fail
          en_GB.utf8: fail
          en_US.utf8: fail
          es_AR.utf8: fail
          es_ES.utf8: fail
          es_MX.utf8: fail
          fi_FI.utf8: fail
          fr_CA.utf8: fail
          fr_FR.utf8: fail
          hu_HU.utf8: fail
          id_ID.utf8: fail
          it_IT.utf8: fail
          ms_MY.utf8: fail
          nb_NO.utf8: fail
          nl_NL.utf8: fail
          pl_PL.utf8: fail
          pt_BR.utf8: fail
          pt_PT.utf8: fail
          ro_RO.utf8: fail
          ru_RU.utf8: fail
          sk_SK.utf8: fail
          sv_SE.utf8: fail
          th_TH.utf8: fail
          tr_TR.utf8: fail
          zh_CN.utf8: fail
          zh_HK.utf8: fail
          31 test(s) failed
      
      See https://lava.collabora.co.uk/scheduler/job/1827695#L5089
      
      
      
      However, the current regex only matched uppercase characters,
      expecting `PASSED`/`FAILED`.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      2328be64
  8. Sep 16, 2019
  9. Sep 12, 2019
  10. Sep 10, 2019
    • Emanuele Aina's avatar
      Drop the audit.log reset steps · 86d41860
      Emanuele Aina authored
      
      Most tests have been converted to use the system journal to check for audit
      events, so there's no need to reset the audit.log anymore.
      
      Resetting it is even harmful today since `auditd` is no longer shipped by
      default on images, thus the step fails as the file and the directory that
      should contain it do not exist.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      86d41860
  11. Sep 09, 2019
  12. Sep 08, 2019
  13. Sep 03, 2019
  14. Aug 22, 2019
  15. Aug 07, 2019
    • Peter Senna Tschudin's avatar
      Add --release when calling ade · f39a718a
      Peter Senna Tschudin authored
      
      The sdk-persistent-disk.yaml test case suggest using ade to verify that
      the persistent disk is working. However ade uses the release version of
      the SDK as default value for the sysroot. If two different versions of
      the SDK are used, not specifying the release for ade will cause ade
      update to fail. This patch adds --release to all calls of ade.
      
      Signed-off-by: default avatarPeter Senna Tschudin <peter.senna@collabora.com>
      f39a718a
  16. Aug 02, 2019
  17. Jul 19, 2019
  18. Jul 18, 2019
  19. Jul 17, 2019
  20. Jul 15, 2019
  21. Jul 12, 2019
  22. Jul 08, 2019
    • Luis Araujo's avatar
      Add sanity-check-manual test case · 9991fe9a
      Luis Araujo authored
      
      This commit splits the sanity-check test case into a specific manual
      version of it (sanity-check-manual).
      
      This will solve the issue of overwriting automated tests results for
      this test case on the qa-report-app.
      
      The name sanity-check is preserved for the automated version so there is
      no need to apply any changes to the LAVA jobs.
      
      Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
      9991fe9a
  23. Jul 04, 2019
  24. Jun 26, 2019
  25. Jun 24, 2019
  26. Jun 11, 2019
  27. Jun 05, 2019
  28. Jun 03, 2019
Loading