Skip to content
Snippets Groups Projects
  1. Jul 15, 2020
  2. Jul 13, 2020
    • Martyn Welch's avatar
      Separate out test case generation from deployment · d1be0bd9
      Martyn Welch authored
      
      Rather than looping over branches (in included template from `pages`),
      generate the test cases here, provide these as an artifact and deploy
      in a separate job. This avoids the regeneration of pages that have
      not changed.
      
      Use the apertis-test-cases-web as part of a multi-project pipeline to
      deploy.
      
      Whilst we are here, utilise an environment variable for the release to
      make it easier to migrate this between releases.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      d1be0bd9
  3. May 13, 2020
  4. Apr 27, 2020
  5. Apr 26, 2020
  6. Dec 17, 2019
  7. Dec 06, 2019
  8. Dec 04, 2019
  9. Nov 28, 2019
  10. Nov 27, 2019
  11. Nov 15, 2019
  12. Oct 25, 2019
  13. Oct 23, 2019
  14. 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
  15. Sep 23, 2019
  16. Sep 20, 2019
  17. 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
  18. Sep 16, 2019
  19. Sep 12, 2019
  20. 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
  21. Sep 09, 2019
  22. Sep 08, 2019
  23. Sep 03, 2019
  24. Aug 22, 2019
  25. 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
  26. Aug 02, 2019
Loading