Skip to content
Snippets Groups Projects
  1. Feb 18, 2025
  2. Nov 19, 2024
  3. Nov 18, 2024
  4. Nov 07, 2024
  5. Aug 16, 2024
  6. Aug 15, 2024
  7. May 28, 2024
  8. May 24, 2024
  9. May 15, 2024
    • Martyn Welch's avatar
      Don't run test_clock for fixedfunction images · 57023ac0
      Martyn Welch authored
      
      The fixedfunction images should have their timezone information,
      normally stored in `/usr/share/zoneinfo` explicitly excluded from
      install. As a result the tests to set the timezone on these images
      should fail, causing this test suite to fail. Explicitly exclude the
      test_clock tests from running on fixedfunction images.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      57023ac0
  10. Mar 28, 2024
    • Walter Lozano's avatar
      Skip tests for p2p technology · 8785a08a
      Walter Lozano authored
      
      Boards that have WiFi adapters can detect P2P networks, in which case
      an entry in the technology list will appear. Unfortunately this leads
      to a test failure, since the current set of tests do not apply for p2p.
      
      To avoid this issue, skip the test for p2p as it is something we are not
      interested for now.
      
      test_technologies
      test_technology_enable /net/connman/technology/p2p
      Call failed: Method "GetProperties" with signature "" on interface "net.connman.Technology" doesn't exist
      Call failed: Method "SetProperty" with signature "sv" on interface "net.connman.Technology" doesn't exist
      FAILED
      
      Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
      8785a08a
  11. Mar 26, 2024
  12. Feb 19, 2024
  13. Nov 28, 2023
  14. Nov 21, 2023
  15. Nov 17, 2023
  16. Sep 04, 2023
  17. Jun 30, 2023
  18. Jun 27, 2023
  19. Feb 27, 2023
  20. Dec 06, 2022
  21. Nov 30, 2022
  22. Aug 16, 2022
  23. May 04, 2022
  24. Feb 18, 2022
  25. Dec 15, 2021
  26. Nov 15, 2021
  27. Sep 20, 2021
  28. Jul 16, 2021
  29. Jun 19, 2021
  30. May 26, 2021
  31. Jan 13, 2021
  32. Jun 24, 2020
  33. Jun 19, 2020
    • Baghmar Tarun's avatar
      Connman automated test case failure fix. · e2e80073
      Baghmar Tarun authored
      
      Connman test case was failing as Autoconnect was connecting the ethernet before the Connect method was called.
      This caused the Error: Already connected which was making the test case fail.
      
      Fix: Autoconnect property has been made false in the initial steps. This will allow the Connect method to work properly
      and the property has been made true after the execution.
      
      Apertis: T7130
      
      Signed-off-by: default avatarTarun Baghmar <tarun.baghmar@in.bosch.com>
      e2e80073
  34. Jun 20, 2018
  35. Jun 18, 2018
Loading