1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 03:12:34 +01:00

Adding an HTTP-based resource getter.

This commit is contained in:
Sergei Trofimov
2015-09-03 13:32:54 +01:00
parent 047308a904
commit bfed59a7cf
4 changed files with 175 additions and 14 deletions

View File

@@ -38,10 +38,10 @@ class GetterPriority(object):
"""
cached = 20
preferred = 10
remote = 5
environment = 0
external_package = -5
package = -10
remote = -20
class Resource(object):