Sergei Trofimov
ebe6202e22
push/pull commands always raise DeviceError + handle error on pulling a property file.
...
Previosuly, they raised CalledProcessError/DeviceError based on
implementation. Making it consistent to facillitated handling in calling
code.
2015-06-01 17:25:59 +01:00
Sergei Trofimov
b4971d76d6
pull more stuff during run initialization
...
added more paths to pull by default when device.get_properties is
invoked during run initialization. Also moved the LinuxDevice
implementation into BaseLinuxDevice, so that AndroidDevice tires to pull
the same files (on top of the Android-specific stuff).
2015-06-01 16:41:33 +01:00
Sergei Trofimov
adefbb7b2c
android devices: updating executable install/uninstall work on unrooted devices
2015-06-01 12:19:54 +01:00
Sergei Trofimov
950f0851bf
Fix: implementing get_pid_of() and ps() for linux devices.
...
Existing implementation relied on android version of ps.
2015-05-11 12:12:41 +01:00
Vasilis Flouris
5c48b75375
Adding dumpsys window output to __meta
2015-03-25 17:56:58 +00:00
Sergei Trofimov
a747ec7e4c
Initial commit of open source Workload Automation.
2015-03-10 13:09:31 +00:00