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