Lines Matching refs:model
446 model = acts.utils.trim_model_name(self.dut.model)
449 if any([model in m for m in self.support_models]):
451 "%s should support device-to-ap RTT." % model)
452 self.log.info("%s supports device-to-ap RTT as expected." % model)
456 "%s should not support device-to-ap RTT." % model)
458 ("%s does not support device-to-ap RTT as expected.") % model)
460 "Device %s does not support RTT, abort." % model)
469 model = acts.utils.trim_model_name(self.dut.model)
470 asserts.assert_true(model in self.rtt_cap_table,
471 "Unknown model %s" % model)
472 expected_caps = self.rtt_cap_table[model]