mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 15:12:25 +00:00 
			
		
		
		
	framework/workload: Fix path of deployed asset
Get pushed file basename to ensure the assets deployed path is correct.
This commit is contained in:
		| @@ -149,7 +149,7 @@ class Workload(TargetedPlugin): | ||||
|         for asset in self.asset_files: | ||||
|             self.target.push(asset, self.asset_directory) | ||||
|             self.deployed_assets.append(self.target.path.join(self.asset_directory, | ||||
|                                                               asset)) | ||||
|                                                               os.path.basename(asset))) | ||||
|  | ||||
|     def remove_assets(self, context): | ||||
|         """ Cleanup assets deployed to the target """ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user