Skip to content
Snippets Groups Projects
  1. Dec 13, 2019
  2. Dec 11, 2019
    • Luis Araujo's avatar
      Change matched prompts in LAVA job templates · 684f4d98
      Luis Araujo authored
      
      This commit changes the prompt that LAVA needs to match in the images
      during tests execution.
      
      For SDK images the 'user@apertis:' prompt is the initial prompt after
      login and 'root@apertis:' is used after becoming root.
      
      And for the rest of the images '\$ ' is the initial prompt after login,
      the '/home/user #' is used right after becoming root, and '/tmp #' is
      used during test execution.
      
      Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
      684f4d98
  3. Dec 05, 2019
  4. Dec 04, 2019
  5. Nov 27, 2019
  6. Nov 13, 2019
  7. Oct 09, 2019
  8. Sep 29, 2019
  9. Sep 27, 2019
  10. Sep 26, 2019
  11. Sep 18, 2019
  12. Sep 16, 2019
  13. Sep 12, 2019
  14. Sep 09, 2019
  15. Sep 05, 2019
  16. Sep 03, 2019
  17. Aug 26, 2019
  18. Aug 23, 2019
  19. Aug 13, 2019
  20. Aug 12, 2019
    • Emanuele Aina's avatar
      Drop the apertis-tests-apparmor-bluez package · cd96f0c9
      Emanuele Aina authored
      
      Commit da75fe5a "apparmor: Drop bluez/, now shipped by tests/apparmor-bluez"
      broke the debian package build by removing the `apparmor/bluez` folder but not
      dropping the debian package which used to ship its contents:
      
          dh_install --fail-missing
          dh_install: Please use dh_missing --list-missing/--fail-missing instead
          dh_install: This feature will be removed in compat 12.
          dh_install: Cannot find (any matches for) "apparmor/bluez/*.expected" (tried in ., debian/tmp)
      
          dh_install: apertis-tests-apparmor-bluez missing files: apparmor/bluez/*.expected
          dh_install: Cannot find (any matches for) "apparmor/bluez/*.sh" (tried in ., debian/tmp)
      
          dh_install: apertis-tests-apparmor-bluez missing files: apparmor/bluez/*.sh
          dh_install: Cannot find (any matches for) "apparmor/bluez/test-bluez" (tried in ., debian/tmp)
      
          dh_install: apertis-tests-apparmor-bluez missing files: apparmor/bluez/test-bluez
          dh_install: missing files, aborting
          make[1]: *** [debian/rules:13: override_dh_install] Error 25
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      cd96f0c9
    • Emanuele Aina's avatar
      Drop references to apparmor/automated tests · 2deb281b
      Emanuele Aina authored
      
      Commit bbf36571 "apparmor: Drop automated/, now shipped by
      tests/apparmor-basic-profiles" broke `make install` and thus the debian
      package build:
      
          dh_auto_install --destdir=debian/tmp
          	make -j1 install DESTDIR=/tmp/build-snapshot.x7qrtWRuJX/s/debian/tmp AM_UPDATE_INFO_DIR=no
          make[2]: Entering directory '/tmp/build-snapshot.x7qrtWRuJX/s'
          install -d /tmp/build-snapshot.x7qrtWRuJX/s/debian/tmp/usr/lib/apertis-tests/apparmor/
          cp -a apparmor/apparmor-profile-sanity-check.sh /tmp/build-snapshot.x7qrtWRuJX/s/debian/tmp/usr/lib/apertis-tests/apparmor/
          install -d /tmp/build-snapshot.x7qrtWRuJX/s/debian/tmp/usr/lib/apertis-tests/apparmor/
          cp -a apparmor/apparmor-profile-sanity-check.yaml /tmp/build-snapshot.x7qrtWRuJX/s/debian/tmp/usr/lib/apertis-tests/apparmor/
          install -d /tmp/build-snapshot.x7qrtWRuJX/s/debian/tmp/usr/lib/apertis-tests/
          cp -a apertis_tests_lib /tmp/build-snapshot.x7qrtWRuJX/s/debian/tmp/usr/lib/apertis-tests/
          install -d /tmp/build-snapshot.x7qrtWRuJX/s/debian/tmp/usr/lib/apertis-tests/apparmor/
          cp -a apparmor/automated /tmp/build-snapshot.x7qrtWRuJX/s/debian/tmp/usr/lib/apertis-tests/apparmor/
          cp: cannot stat 'apparmor/automated': No such file or directory
          make[2]: *** [Makefile:61: install-apparmor/automated] Error 1
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      2deb281b
  21. Aug 02, 2019
  22. Jul 16, 2019
  23. Jul 01, 2019
  24. Jun 24, 2019
  25. Jun 12, 2019
  26. Jun 08, 2019
  27. Jun 05, 2019
  28. May 28, 2019
    • Frédéric Dalleau's avatar
      Create profiles for nfsroot testing · 6cc87bd3
      Frédéric Dalleau authored
      
      Currently the lava artefacts are built separately than the Apertis
      standard images. The image testing profiles can't be used because
      the lava artefacts may not be built already when the image tests
      are submitted.
      Add specific profiles for the lava artefacts tests.
      Create one lava profile per arch which is based on the
      apertis-minimal-<arch>-<board>
      
      Signed-off-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.com>
      6cc87bd3
  29. May 14, 2019
  30. May 13, 2019
Loading