mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
framework/resource: Remove 'external_package' priority.
This priority level was left over from an older version of WA and is no longer relevant.
This commit is contained in:
parent
a963bd7768
commit
f463060870
@ -28,7 +28,7 @@ from wa.utils.types import enum, list_or_string, prioritylist
|
||||
|
||||
|
||||
|
||||
SourcePriority = enum(['package', 'remote', 'lan', 'external_package', 'local',
|
||||
SourcePriority = enum(['package', 'remote', 'lan', 'local',
|
||||
'perferred'], start=0, step=10)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user