mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00:00 
			
		
		
		
	New target description + moving target stuff under "framework"
Changing the way target descriptions work from a static mapping to something that is dynamically generated and is extensible via plugins. Also moving core target implementation stuff under "framework".
This commit is contained in:
		| @@ -2,8 +2,6 @@ from wa.framework import pluginloader, log, signal | ||||
| from wa.framework.configuration import settings | ||||
| from wa.framework.plugin import Plugin, Parameter | ||||
| from wa.framework.command import Command | ||||
| from wa.framework.run import runmethod | ||||
| from wa.framework.output import RunOutput | ||||
| from wa.framework.workload import Workload | ||||
|  | ||||
| from wa.framework.exception import WAError, NotFoundError, ValidationError, WorkloadError | ||||
|   | ||||
		Reference in New Issue
	
	Block a user