Lines Matching refs:property
190 @property
217 @property
232 @property
238 @property
251 @property
257 @property
263 @property
269 @property
275 @property
292 @property
298 @property
304 @property
310 @property
316 @property
423 # Invoke the |capabilities| property defined in the parent |Linuxsystem|
563 """Assert that the current wireless link property is |desired_value|.
566 @param desired_value string desired value of iw link property.
572 raise error.TestFail('Wanted iw link property %s value %s, but '
579 """Get the current value of a link property for this WiFi interface.
979 @return a context manager for the MAC address randomization property
1405 """Utility class to temporarily change a dbus property for the WiFi device.
1418 @param interface: device whose property to change (e.g. 'wlan0')
1419 @param prop_name: the name of the property we want to set
1420 @param value: the desired value of the property
1431 logging.info('- Setting property %s on device %s',
1438 raise error.TestFail('Device or property not found.')
1442 raise error.TestFail('Could not set property')
1450 logging.info('- Resetting property %s', self._prop_name)
1455 raise error.TestFail('Could not reset property')
1459 """Utility class to temporarily change a Manager dbus property.
1471 @param prop_name: the name of the property we want to set
1472 @param value: the desired value of the property
1482 logging.info('- Setting Manager property: %s', self._prop_name)
1490 raise error.TestFail('Could not set optional manager property.')
1493 raise error.TestFail('Could not set manager property')
1501 logging.info('- Resetting property %s to [%s]',
1507 raise error.TestFail('Could not reset manager property')