mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 00:52:08 +00:00 
			
		
		
		
	exoplayer: call validate from init_resources
This commit is contained in:
		
				
					committed by
					
						
						setrofim
					
				
			
			
				
	
			
			
			
						parent
						
							df2ae3c451
						
					
				
				
					commit
					d749fe0f8e
				
			@@ -141,6 +141,10 @@ class ExoPlayer(ApkWorkload):
 | 
			
		||||
                return files[0]
 | 
			
		||||
 | 
			
		||||
    def init_resources(self, context):
 | 
			
		||||
        # Needs to happen first, as it sets self.format, which is required by
 | 
			
		||||
        # _find_host_video_file
 | 
			
		||||
        self.validate()
 | 
			
		||||
 | 
			
		||||
        ensure_directory_exists(self.video_directory)
 | 
			
		||||
        self.host_video_file = self._find_host_video_file()
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user