HomeSort by relevance Sort by last modified time
    Searched refs:sim_conf_file (Results 1 - 2 of 2) sorted by null

  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
TelephonyBaseTest.py 146 if not "sim_conf_file" in self.user_params.keys():
147 self.log.error("Missing mandatory user config \"sim_conf_file\"!")
150 sim_conf_file = self.user_params["sim_conf_file"]
151 # If the sim_conf_file is not a full path, attempt to find it
153 if not os.path.isfile(sim_conf_file):
154 sim_conf_file = os.path.join(
155 self.user_params[Config.key_config_path], sim_conf_file)
156 if not os.path.isfile(sim_conf_file):
157 self.log.error("Unable to load user config " + sim_conf_file
    [all...]
  /tools/test/connectivity/acts/tests/google/tel/config/
README.md 6 - **sim_conf_file** - Path to a SIM card config file, which is needed in the event that the MSISDN/MDN is not programmed onto SIM cards used in a defined testbed. The file provides key/value pairs mapping ICCIDs to MSISDNs. This file can be generated and amended by the 'manage_sim.py' utility. Its contents are subject to change so users are highly encouraged to use manage_sim.py.

Completed in 63 milliseconds