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

  /tools/test/connectivity/acts/tests/google/wifi/
WifiSoftApPerformanceTest.py 55 num_atten_steps = int((self.test_params["rvr_atten_stop"] -
56 self.test_params["rvr_atten_start"]) /
57 self.test_params["rvr_atten_step"])
59 self.test_params["rvr_atten_start"] +
60 x * self.test_params["rvr_atten_step"]
86 self.test_params["iperf_server_address"] = connection_info[
91 rvr_result["fixed_attenuation"] = self.test_params[
104 test_params = self.current_test_name.split("_")
105 self.sap_band = test_params[4]
111 self.test_params["iperf_duration"]
    [all...]
WifiRssiTest.py 51 self.test_params = self.rssi_test_params
76 stdev > self.test_params["stdev_tolerance"]
85 ], self.test_params["stdev_tolerance"], [
137 rssi_failure = (avg_error > self.test_params["abs_tolerance"]
324 self.test_params["polling_frequency"] * x
605 test_params = self.current_test_name.split("_")
606 self.channel = int(test_params[4][2:])
607 self.mode = test_params[5]
608 self.iperf_traffic = "ActiveTraffic" in test_params[6]
611 num_atten_steps = int((self.test_params["rssi_vs_atten_stop"]
    [all...]
WifiThroughputStabilityTest.py 102 self.test_params = self.throughput_stability_test_params
135 100) > self.test_params["min_throughput_threshold"]
139 100) < self.test_params["std_deviation_threshold"]
178 .instantaneous_rates[self.test_params["iperf_ignored_interval"]:-1]
188 self.test_params["iperf_ignored_interval"]) * 8,
256 timeout=self.test_params["iperf_duration"] + TEST_TIMEOUT)
308 "target_attenuation"] = max_atten - self.test_params["low_rssi_backoff_from_range"]
327 test_params = self.current_test_name.split("_")
328 channel = int(test_params[6][2:])
329 mode = test_params[7
    [all...]
WifiRvrTest.py 47 self.test_params = self.rvr_test_params
145 if failure_count >= self.test_params["failure_count_tolerance"]:
194 self.test_params["abs_tolerance"], closest_throughputs[0] *
195 self.test_params["pct_tolerance"] / 100), 0))
197 self.test_params["abs_tolerance"], closest_throughputs[-1] *
198 self.test_params["pct_tolerance"] / 100))
290 timeout=self.test_params["iperf_duration"] +
308 self.test_params["iperf_ignored_interval"]:-1]) / len(
309 iperf_result.instantaneous_rates[self.test_params[
335 num_atten_steps = int((self.test_params["rvr_atten_stop"]
    [all...]
  /external/linux-kselftest/tools/testing/selftests/net/
reuseport_bpf.c 30 struct test_params { struct
151 static void build_recv_group(const struct test_params p, int fd[], uint16_t mod,
187 static void send_from(struct test_params p, uint16_t sport, char *buf,
209 static void test_recv_order(const struct test_params p, int fd[], int mod)
269 static void test_reuseport_ebpf(struct test_params p)
286 static void test_reuseport_cbpf(struct test_params p)
303 static void test_extra_filter(const struct test_params p)
335 static void test_filter_no_reuseport(const struct test_params p)
442 test_reuseport_ebpf((struct test_params) {
449 test_reuseport_ebpf((struct test_params) {
    [all...]
  /external/autotest/server/site_tests/network_WiFi_CliqueConnectDisconnect/
network_WiFi_CliqueConnectDisconnect.py 52 test_params = { 'capturer': capturer,
58 test_params)
  /external/autotest/server/site_tests/network_WiFi_CliqueLongConnect/
network_WiFi_CliqueLongConnect.py 50 test_params = { 'capturer': capturer,
56 test_params)
  /external/autotest/server/cros/clique_lib/
clique_dut_control.py 67 """Indicates an error in finding a required param from the |test_params|."""
77 test_params=None, uid=""):
86 @param test_params: A dictionary of params to be used for executing the
92 self._test_params = test_params
182 test_params=None):
189 @param test_params: A dictionary of params to be used for executing the
194 conn_worker=conn_worker, test_params=test_params,
362 def __init__(self, dut_objs, test_params=None):
366 @param test_params: A dictionary of params to be used for executing th
    [all...]
  /test/vts-testcase/security/poc/target/
poc_test.cpp 58 static map<string, string> ExtractParams(const char *test_params) {
60 string input(test_params);
  /tools/test/connectivity/acts/framework/acts/test_utils/coex/
CoexBaseTest.py 137 test_params = self.current_test_name.split("_")
139 self.protocol = test_params[-2:-1]
140 self.stream = test_params[-1:]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_aifc.py 32 def test_params(self): member in class:AIFCTest
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_aifc.py 33 def test_params(self): member in class:AIFCTest
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_aifc.py 33 def test_params(self): member in class:AIFCTest
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aifc.py 33 def test_params(self): member in class:AIFCTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aifc.py 33 def test_params(self): member in class:AIFCTest
  /tools/test/connectivity/acts/framework/acts/test_utils/power/
PowerBaseTest.py 111 TEST_PARAMS = self.TAG + '_params'
112 req_params = [TEST_PARAMS, 'custom_files']
124 self.unpack_testparams(getattr(self, TEST_PARAMS))
196 test_params = self.current_test_name.split('_')
197 values = [test_params[x] for x in indices]
  /system/netd/tests/
binder_test.cpp 836 std::vector<int> test_params = { 300, 25, 8, 8 }; local
866 test_netid, LOCALLY_ASSIGNED_DNS, test_domains, test_params,
881 test_netid, kTlsTestData[0].servers, test_domains, test_params,
    [all...]
  /system/keymaster/tests/
android_keymaster_test.cpp 206 static auto test_params = testing::Values( member in namespace:keymaster::test
247 INSTANTIATE_TEST_CASE_P(AndroidKeymasterTest, NewKeyGeneration, test_params);
438 INSTANTIATE_TEST_CASE_P(AndroidKeymasterTest, GetKeyCharacteristics, test_params);
455 INSTANTIATE_TEST_CASE_P(AndroidKeymasterTest, SigningOperationsTest, test_params);
    [all...]
  /external/llvm/test/Bindings/OCaml/
core.ml 735 let test_params () = var
    [all...]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
vmcore.ml 652 let test_params () = var
    [all...]

Completed in 432 milliseconds