1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-03 11:52:36 +01:00

Instrument intialization, job generation + bits

This commit is contained in:
Sergei Trofimov
2017-02-21 10:55:21 +00:00
parent 390e9ca78a
commit 18d001fd76
12 changed files with 228 additions and 19 deletions

View File

@@ -404,6 +404,7 @@ class toggle_set(set):
def to_pod(self):
return list(self.values())
class ID(str):
def merge_with(self, other):