1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto/common
Sergei Trofimov 4d3feeba64 list_file_systems: fix for Android M and Linux devices
In previous versions of Android, "mount" returned output in the format
similar to fstab entries, which is what list_file_systems expected. This
fixes it to be able to handle the more traditional "mount" output in the
format

	<device> on <mount point> type <fs type> <options>

as well as continue to parse the Android output correctly.
2015-06-16 08:49:58 +01:00
..
android Made abi property common between Android and Linux devices 2015-06-11 17:45:09 +01:00
bin Fix for 64 bit revent [part 2] 2015-03-23 18:59:54 +00:00
linux list_file_systems: fix for Android M and Linux devices 2015-06-16 08:49:58 +01:00
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
resources.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00