mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00:00 
			
		
		
		
	Revert "Updated workload versions to match APK files"
This reverts commit b426e00f2f.
			
			
This commit is contained in:
		| @@ -48,7 +48,7 @@ class Antutu(AndroidUiAutoBenchmark): | ||||
|     activity = ".ABenchMarkStart" | ||||
|     summary_metrics = ['score', 'Overall_Score'] | ||||
|  | ||||
|     valid_versions = ['3.3.2', '4.0.3', '5.3', '6.0.1'] | ||||
|     valid_versions = ['3.3.2', '4.0.3', '5.3.0', '6.0.1'] | ||||
|  | ||||
|     device_prefs_directory = '/data/data/com.antutu.ABenchMark/shared_prefs' | ||||
|     device_prefs_file = '/'.join([device_prefs_directory, 'com.antutu.ABenchMark_preferences.xml']) | ||||
|   | ||||
										
											Binary file not shown.
										
									
								
							| @@ -66,7 +66,7 @@ public class UiAutomation extends BaseUiAutomation { | ||||
|             while (true) { | ||||
|                     if(version.equals("6.0.1")) | ||||
|                         hitTestButtonVersion5(TestButton6); | ||||
|                     else if (version.equals("5.3")) { | ||||
|                     else if (version.equals("5.3.0")) { | ||||
|                         hitTestButton(); | ||||
|                         hitTestButtonVersion5(TestButton5); | ||||
|                     } | ||||
| @@ -308,7 +308,7 @@ public class UiAutomation extends BaseUiAutomation { | ||||
|  | ||||
|     public void returnToTestScreen(String version) throws Exception { | ||||
|         getUiDevice().pressBack(); | ||||
|         if (version.equals("5.3")) | ||||
|         if (version.equals("5.3.0")) | ||||
|         { | ||||
|             UiSelector selector = new UiSelector(); | ||||
|             UiObject detailsButton = new UiObject(new UiSelector().className("android.widget.Button") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user