HomeSort by relevance Sort by last modified time
    Searched refs:acts (Results 1 - 25 of 356) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /tools/test/connectivity/
Android.mk 24 ACTS_DISTRO := $(HOST_OUT)/acts-dist/acts.zip
26 $(ACTS_DISTRO): $(sort $(shell find $(LOCAL_PATH)/acts/framework))
27 @echo "Packaging ACTS into $(ACTS_DISTRO)"
28 @mkdir -p $(HOST_OUT)/acts-dist/
29 @rm -f $(HOST_OUT)/acts-dist/acts.zip
30 $(hide) zip -r $(HOST_OUT)/acts-dist/acts.zip tools/test/connectivity/acts/*
    [all...]
  /tools/test/connectivity/acts/framework/tests/
acts_import_test_utils_test.py 19 from acts import utils
20 from acts.test_utils.bt import BleEnum
21 from acts.test_utils.bt import BluetoothBaseTest
22 from acts.test_utils.bt import BluetoothCarHfpBaseTest
23 from acts.test_utils.bt import BtEnum
24 from acts.test_utils.bt import GattConnectedBaseTest
25 from acts.test_utils.bt import GattEnum
26 from acts.test_utils.bt import bt_contacts_utils
27 from acts.test_utils.bt import bt_gatt_utils
28 from acts.test_utils.bt import bt_test_util
    [all...]
IntegrationTest.py 17 from acts import asserts
18 from acts import base_test
19 from acts import test_runner
31 self.log.info("This is a bare minimal test to make sure the basic ACTS"
acts_asserts_test.py 19 from acts import asserts
20 from acts import signals
acts_import_unit_test.py 36 return importlib.import_module('acts')
45 return importlib.import_module('acts')
51 'acts/controllers/native.py', 'acts/controllers/native_android_device.py'
56 """Test that all acts framework imports work.
60 """ Test that importing acts works.
62 acts = import_acts()
63 self.assertIsNotNone(acts)
68 acts = import_acts()
69 if hasattr(acts, '__path__') and len(acts.__path__) > 0
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/car/
car_bt_utils.py 32 from acts import logger
33 from acts.test_utils.bt import bt_test_utils
34 from acts.test_utils.bt.BtEnum import *
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
errors.py 16 from acts import signals
relay_board.py 21 from acts.controllers.relay_lib.errors import RelayConfigError
22 from acts.controllers.relay_lib.helpers import validate_key
23 from acts.controllers.relay_lib.relay import Relay
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLivePreflightTest.py 23 from acts.test_decorators import test_tracker_info
24 from acts.test_utils.tel.TelephonyBaseTest import TelephonyBaseTest
25 from acts.test_utils.tel.tel_defines import AOSP_PREFIX
26 from acts.test_utils.tel.tel_defines import CAPABILITY_PHONE
27 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE
28 from acts.test_utils.tel.tel_defines import CAPABILITY_VT
29 from acts.test_utils.tel.tel_defines import CAPABILITY_WFC
30 from acts.test_utils.tel.tel_defines import CAPABILITY_MSIM
31 from acts.test_utils.tel.tel_defines import CAPABILITY_OMADM
32 from acts.test_utils.tel.tel_defines import INVALID_SUB_I
    [all...]
TelLiveVideoDataTest.py 19 from acts.test_utils.tel.TelephonyBaseTest import TelephonyBaseTest
20 from acts.test_utils.tel.tel_defines import VT_STATE_BIDIRECTIONAL
21 from acts.test_utils.tel.tel_test_utils import hangup_call
22 from acts.test_utils.tel.tel_test_utils import multithread_func
23 from acts.test_utils.tel.tel_test_utils import verify_http_connection
24 from acts.test_utils.tel.tel_video_utils import \
26 from acts.test_utils.tel.tel_video_utils import phone_setup_video
27 from acts.test_utils.tel.tel_video_utils import video_call_setup_teardown
  /tools/test/connectivity/wts-acts/
__main__.py 2 __requires__ = 'acts==0.9'
5 from acts.bin.act import main
  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarBasicFunctionalityTest.py 23 from acts.test_decorators import test_tracker_info
24 from acts.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest
25 from acts.test_utils.bt.BtEnum import BluetoothScanModeType
26 from acts.test_utils.bt.bt_test_utils import check_device_supported_profiles
27 from acts.test_utils.bt.bt_test_utils import log_energy_info
28 from acts.test_utils.bt.bt_test_utils import reset_bluetooth
29 from acts.test_utils.bt.bt_test_utils import set_device_name
30 from acts.test_utils.bt.bt_test_utils import set_bt_scan_mode
31 from acts.test_utils.bt.bt_test_utils import setup_multiple_devices_for_bt_test
32 from acts.test_utils.bt.bt_test_utils import take_btsnoop_log
    [all...]
BtCarHfpConferenceTest.py 22 from acts.test_decorators import test_tracker_info
23 from acts.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest
24 from acts.test_utils.bt.BluetoothCarHfpBaseTest import BluetoothCarHfpBaseTest
25 from acts.test_utils.bt import BtEnum
26 from acts.test_utils.bt import bt_test_utils
27 from acts.test_utils.car import car_telecom_utils
28 from acts.test_utils.tel import tel_defines
29 from acts.test_utils.tel.tel_test_utils import hangup_call
30 from acts.test_utils.tel.tel_test_utils import initiate_call
31 from acts.test_utils.tel.tel_test_utils import wait_and_answer_cal
    [all...]
BtCarToggleTest.py 20 from acts.test_decorators import test_tracker_info
21 from acts.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest
22 from acts.test_utils.bt import bt_test_utils
  /tools/test/connectivity/acts/tests/google/net/
CoreNetworkingTest.py 16 from acts import asserts
17 from acts import base_test
18 from acts.controllers import adb
19 from acts.test_decorators import test_tracker_info
20 from acts.test_utils.tel.tel_data_utils import wait_for_cell_data_connection
21 from acts.test_utils.tel.tel_test_utils import verify_http_connection
22 from acts.test_utils.wifi import wifi_test_utils as wutils
  /tools/test/connectivity/acts/tests/google/ble/concurrency/
ConcurrentBleAdvertisementDiscoveryTest.py 26 from acts.test_decorators import test_tracker_info
27 from acts.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest
28 from acts.test_utils.bt.bt_constants import ble_advertise_settings_modes
29 from acts.test_utils.bt.bt_constants import ble_scan_settings_callback_types
30 from acts.test_utils.bt.bt_constants import ble_scan_settings_modes
31 from acts.test_utils.bt.bt_constants import adv_succ
32 from acts.test_utils.bt.bt_constants import scan_result
33 from acts.test_utils.bt.bt_test_utils import BtTestUtilsError
34 from acts.test_utils.bt.bt_test_utils import generate_ble_advertise_objects
35 from acts.test_utils.bt.bt_test_utils import generate_ble_scan_object
    [all...]
  /tools/test/connectivity/acts/tests/google/ble/system_tests/
GattLongevityTest.py 20 from acts.test_decorators import test_tracker_info
21 from acts.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest
22 from acts.test_utils.bt.GattConnectedBaseTest import GattConnectedBaseTest
23 from acts.test_utils.bt.bt_constants import gatt_characteristic
24 from acts.test_utils.bt.bt_constants import gatt_descriptor
25 from acts.test_utils.bt.bt_constants import gatt_event
26 from acts.test_utils.bt.bt_constants import gatt_cb_strings
27 from acts.test_utils.bt.bt_constants import gatt_connection_priority
28 from acts.test_utils.bt.bt_constants import gatt_characteristic_attr_length
29 from acts.test_utils.bt.GattEnum import MtuSiz
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
cell_configurations.py 19 from acts.controllers.anritsu_lib.md8475a import BtsBandwidth
20 from acts.test_utils.tel.anritsu_utils import GSM_BAND_PCS1900
21 from acts.test_utils.tel.anritsu_utils import GSM_BAND_GSM850
22 from acts.test_utils.tel.anritsu_utils import LTE_BAND_2
23 from acts.test_utils.tel.anritsu_utils import LTE_BAND_4
24 from acts.test_utils.tel.anritsu_utils import LTE_BAND_12
25 from acts.test_utils.tel.anritsu_utils import WCDMA_BAND_1
26 from acts.test_utils.tel.anritsu_utils import WCDMA_BAND_2
  /tools/test/connectivity/acts/tests/google/ble/gatt/
GattNotifyTest.py 20 from acts.test_decorators import test_tracker_info
21 from acts.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest
22 from acts.test_utils.bt.GattConnectedBaseTest import GattConnectedBaseTest
23 from acts.test_utils.bt.bt_constants import gatt_characteristic
24 from acts.test_utils.bt.bt_constants import gatt_descriptor
25 from acts.test_utils.bt.bt_constants import gatt_event
26 from acts.test_utils.bt.bt_constants import gatt_cb_strings
27 from acts.test_utils.bt.bt_constants import gatt_char_desc_uuids
  /tools/test/connectivity/acts/tests/google/tel/lab/
TelLabCmasTest.py 21 from acts.controllers.anritsu_lib._anritsu_utils import AnritsuError
22 from acts.controllers.anritsu_lib.md8475a import CBCHSetup
23 from acts.controllers.anritsu_lib.md8475a import CTCHSetup
24 from acts.controllers.anritsu_lib.md8475a import MD8475A
25 from acts.test_utils.tel.anritsu_utils import CMAS_C2K_CATEGORY_AMBER
26 from acts.test_utils.tel.anritsu_utils import CMAS_C2K_CATEGORY_EXTREME
27 from acts.test_utils.tel.anritsu_utils import CMAS_C2K_CATEGORY_PRESIDENTIAL
28 from acts.test_utils.tel.anritsu_utils import CMAS_C2K_CERTIANTY_LIKELY
29 from acts.test_utils.tel.anritsu_utils import CMAS_C2K_RESPONSETYPE_EVACUATE
30 from acts.test_utils.tel.anritsu_utils import CMAS_C2K_RESPONSETYPE_MONITO
    [all...]
TelLabUeIdentityTest.py 20 from acts.controllers.anritsu_lib._anritsu_utils import AnritsuError
21 from acts.controllers.anritsu_lib.md8475a import MD8475A
22 from acts.controllers.anritsu_lib.md8475a import UEIdentityType
23 from acts.test_utils.tel.anritsu_utils import WAIT_TIME_ANRITSU_REG_AND_OPER
24 from acts.test_utils.tel.anritsu_utils import read_ue_identity
25 from acts.test_utils.tel.anritsu_utils import set_system_model_gsm
26 from acts.test_utils.tel.anritsu_utils import set_system_model_lte
27 from acts.test_utils.tel.anritsu_utils import set_system_model_wcdma
28 from acts.test_utils.tel.tel_defines import NETWORK_MODE_CDMA
29 from acts.test_utils.tel.tel_defines import NETWORK_MODE_GSM_ONL
    [all...]
TelLabEtwsTest.py 21 from acts.controllers.anritsu_lib._anritsu_utils import AnritsuError
22 from acts.controllers.anritsu_lib.md8475a import MD8475A
23 from acts.controllers.anritsu_lib.md8475a import CBCHSetup
24 from acts.controllers.anritsu_lib.md8475a import CTCHSetup
25 from acts.test_utils.tel.anritsu_utils import ETWS_WARNING_EARTHQUAKETSUNAMI
26 from acts.test_utils.tel.anritsu_utils import ETWS_WARNING_OTHER_EMERGENCY
27 from acts.test_utils.tel.anritsu_utils import cb_serial_number
28 from acts.test_utils.tel.anritsu_utils import etws_receive_verify_message_lte_wcdma
29 from acts.test_utils.tel.anritsu_utils import set_system_model_gsm
30 from acts.test_utils.tel.anritsu_utils import set_system_model_lt
    [all...]
TelLabDataTest.py 25 from acts.controllers.anritsu_lib._anritsu_utils import AnritsuError
26 from acts.controllers.anritsu_lib.md8475a import MD8475A
27 from acts.controllers.anritsu_lib.md8475a import BtsBandwidth
28 from acts.controllers.anritsu_lib.md8475a import VirtualPhoneStatus
29 from acts.test_utils.tel.anritsu_utils import cb_serial_number
30 from acts.test_utils.tel.anritsu_utils import set_system_model_1x
31 from acts.test_utils.tel.anritsu_utils import set_system_model_gsm
32 from acts.test_utils.tel.anritsu_utils import set_system_model_lte
33 from acts.test_utils.tel.anritsu_utils import set_system_model_lte_wcdma
34 from acts.test_utils.tel.anritsu_utils import set_system_model_wcdm
    [all...]
  /tools/test/connectivity/acts/tests/google/bt/system_tests/
BtStressTest.py 21 from acts.base_test import BaseTestClass
22 from acts.test_decorators import test_tracker_info
23 from acts.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest
24 from acts.test_utils.bt.bt_test_utils import clear_bonded_devices
25 from acts.test_utils.bt.bt_test_utils import pair_pri_to_sec
26 from acts.test_utils.bt.bt_test_utils import reset_bluetooth
27 from acts.test_utils.bt.bt_test_utils import setup_multiple_devices_for_bt_test
  /tools/test/connectivity/acts/tests/google/bt/pan/
BtPanTest.py 25 from acts.test_decorators import test_tracker_info
26 from acts.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest
27 from acts.test_utils.bt.bt_test_utils import bluetooth_enabled_check
28 from acts.test_utils.bt.bt_test_utils import orchestrate_and_verify_pan_connection
29 from acts.test_utils.tel.tel_test_utils import verify_http_connection

Completed in 831 milliseconds

1 2 3 4 5 6 7 8 91011>>