Skip to content
Snippets Groups Projects
  1. Nov 03, 2022
  2. Nov 02, 2022
  3. Nov 01, 2022
    • Myles Watson's avatar
      Pandora: Implement RFCOMM/ · 7d3ab27a
      Myles Watson authored
      RFCOMM/DEVA/
      RFCOMM/DEVB/
      RFCOMM/DEVA-DEVB/
      
      There are two tests that are still skipped.
      
      I couldn't find the IXIT value referenced in the test spec,
      which would allow the tests to pass:
      
      The role of DevA/DevB taken on by the IUT does not
      matter to achieve a pass verdict for some test cases
      for this Protocol as indicated in the test purpose and is
      specified in the test case identifier for role agnostic
      tests as detailed in Table 4.1. The role of the IUT/Lower
      Tester for these tests is specified in the IXIT [7] in
      order to enable the correct test environment conditions
      to provoke the Lower Tester.
      
      Since we don't support hooking up a physical serial_port,
      TSPC_SPP_2_1 is set to false, which disables
      RFCOMM/DEVA-DEVB/RFC/BV-14-C
      
      Bug: 240483035
      Test: atest pts-bot:RFCOMM/ -v
      Change-Id: I7df1d38f1a5501a42030d6dfeff5560eb1124fe2
      7d3ab27a
    • Ying Hsu's avatar
      39e67c97
    • Henri Chataing's avatar
      gd: Cleanup up old test sources :BluetoothHciTestSources · def30469
      Henri Chataing authored
      The filegroup :BluetoothHciTestSources was neither being
      compiled nor run.
      
      - Remove duplicate test files "le_advertising_manager_test.cc",
        "le_scanning_manager_test.cc", already compiled in
        :BluetoothHciUnitTestSources
      - Remove duplicate tests in hci_layer_test.cc: new tests were
        implemented in hci_layer_unittest.cc, move remaining tests
        to hci_layer_unittest.cc
      - Move all remaining files to :bluetoothHciUnitTestSources and
        fix compilation issues
      
      This change leaves 4 tests disabled:
        HciTest.HciTimeOut
        LeAddressManagerTest.rotator_address_for_multiple_client
        StackManagerTest.start_and_shutdown_no_module
        StackManagerTest.get_module_instance
      
      Test: atest --host bluetooth_test_gd_unit
      Change-Id: I3ebd4d70c7d3449ff0983e4af0f20bde205e701a
      def30469
Loading