Skip to content

Commit

Permalink
I can't say that I love flake8 ...
Browse files Browse the repository at this point in the history
Signed-off-by: Kurt Garloff <[email protected]>
  • Loading branch information
garloff committed May 7, 2024
1 parent 3d2f872 commit dd11d07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/iaas/flavor-naming/flavor_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,13 @@ class CPUBrand:
"r": {None: '(unspecified)', 0: "Unspec"},
})
perf = TblAttr("Performance", {"": "Std Perf", "h": "High Perf", "hh": "Very High Perf", "hhh": "Very Very High Perf"})

def __init__(self, cpuvendor="i", cpugen=0, perf=""):
self.cpuvendor = cpuvendor
self.cpugen = cpugen
self.perf = perf


class GPU:
"""Class repesenting GPU support"""
type = "GPU"
Expand Down

0 comments on commit dd11d07

Please sign in to comment.