aboutsummaryrefslogtreecommitdiff
path: root/wlauto/common
AgeCommit message (Expand)Author
2015-12-08AndroidDevice: fixing get_properites to refer to self.deviceSergei Trofimov
2015-12-01Gem5Device: simplfy if statement based on pylint recommendationSascha Bischoff
2015-12-01Gem5Device: Fix runtime error caused by lack of kwargsSascha Bischoff
2015-11-24BaseLinuxDevice: list_file_systems() now handles blank linesSergei Trofimov
2015-11-20Gem5Device: Fix issue with init argumentsSascha Bischoff
2015-11-16AndroidDevice fix: create dympsys file relative to working directory on target.Sergei Trofimov
2015-11-16LinuxDevice fix: do not invoke super's hard_reset()Sergei Trofimov
2015-11-13Gem5Device: Refactor into BaseGem5Device, Gem5LinuxDevice and Gem5AndroidDeviceSascha Bischoff
2015-11-11AndroidDevice: Move the processing of Android properties to an internal methodSascha Bischoff
2015-10-19android device: always deploy busybox on rooted devices.Sergei Trofimov
2015-10-05fix: moving is_file and is_directory into BaseLinuxDevice, as relied on by ge...Sergei Trofimov
2015-10-01android device: added swipe-to-unlock optionSergei Trofimov
2015-09-30device: more reliable get_properitesSergei Trofimov
2015-09-18Do not attempt to get_sysfile_value() as root on unrooted devices.Sergei Trofimov
2015-08-17juno: use bootargs on hard_reset with u-bootSergei Trofimov
2015-07-27APK workloads: added an option to skip host-side APK check entirely.Sergei Trofimov
2015-07-16Added the ability to override the timeout of deploying the assets tarball in ...Sergei Trofimov
2015-07-10ssh: attempt to deal with dropped connectionsSergei Trofimov
2015-07-01gaming workloads: added an option to prevent clearing of package data before ...Sergei Trofimov
2015-06-29listdir on Linux: return empty list for an empty directorySergei Trofimov
2015-06-26android device: update android_prompt so that it works even if is not /Sergei Trofimov
2015-06-18Added an invoke() method to devices.Sergei Trofimov
2015-06-18Documentation: punctuation error fixVasilis Flouris
2015-06-18Documentation updateVasilis Flouris
2015-06-18Implementing dynamic device modulesSergei Trofimov
2015-06-18cleaning up initialize()Sergei Trofimov
2015-06-18cpufreq: splitting out cpufreq stuff into a device moduleSergei Trofimov
2015-06-16Android device: correctly set busybox pathSergei Trofimov
2015-06-16Reverting to the old way of getting the abi on AndroidSergei Trofimov
2015-06-16list command: can now filter results by supported platformSergei Trofimov
2015-06-16device: set core_clusters from core_names if not explicitly specifiedSergei Trofimov
2015-06-16list_file_systems: fix for Android M and Linux devicesSergei Trofimov
2015-06-11fix: uname utility is unavailable in Android. It has to be invoked through bu...Vasilis Flouris
2015-06-11Made abi property common between Android and Linux devicesSergei Trofimov
2015-06-02Adding /proc/cmdline to pulled metadataSergei Trofimov
2015-06-02fixes a few minor bugs.Vasilis Flouris
2015-06-01push/pull commands always raise DeviceError + handle error on pulling a prope...Sergei Trofimov
2015-06-01pull more stuff during run initializationSergei Trofimov
2015-06-01android devices: updating executable install/uninstall work on unrooted devicesSergei Trofimov
2015-05-28adding abi property to LinuxDeviceSergei Trofimov
2015-05-13linux device: removing (keyfile or password) validation checkSergei Trofimov
2015-05-11minor fixes to cpufreq APIsSergei Trofimov
2015-05-11Energy model: fixing sysbench taskset failureVasilis Flouris
2015-05-11Fix: implementing get_pid_of() and ps() for linux devices.Sergei Trofimov
2015-05-11Adding cpuidle modules and refactoring Device cpufreq APIs.Sergei Trofimov
2015-04-28Fixing file_exists on linux devices.Sergei Trofimov
2015-04-10Fixing reboot on Linux devices [part 2]Sergei Trofimov
2015-04-10Parameterizing password prompt for sudo in Ssh interface.Sergei Trofimov
2015-04-07Fixing Linux device reset.Sergei Trofimov
2015-04-01common/linux/device.py: Create binaries_directory path if it doesn't existLisa Nguyen