Skip to content
Snippets Groups Projects
  1. May 24, 2024
  2. 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
  3. 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
  4. Mar 26, 2024
  5. Feb 19, 2024
  6. Nov 28, 2023
  7. Nov 21, 2023
  8. Nov 17, 2023
  9. Sep 04, 2023
  10. Jun 30, 2023
  11. Jun 27, 2023
  12. Feb 27, 2023
  13. Dec 06, 2022
  14. Nov 30, 2022
  15. Aug 16, 2022
  16. May 04, 2022
  17. Feb 18, 2022
  18. Dec 15, 2021
  19. Nov 15, 2021
  20. Sep 20, 2021
  21. Jul 16, 2021
  22. Jun 19, 2021
  23. May 26, 2021
  24. Jan 13, 2021
  25. Jun 24, 2020
  26. 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
  27. Jun 20, 2018
  28. Jun 18, 2018
Loading