We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01052b1 commit fc75da8Copy full SHA for fc75da8
1 file changed
Tests/iaas/scs_0100_flavor_naming/flavor_names.py
@@ -400,7 +400,7 @@ class SyntaxV2:
400
prefix = "SCS-"
401
cpuram = re.compile(r"([0-9]*)([LVTC])(i|)\-([0-9\.]*)(u|)(o|)")
402
disk = re.compile(r"\-(?:([0-9]*)x|)([0-9]*)([nhsp]|)")
403
- hype = re.compile(r"_(kvm|xen|vmw|hyv|bms)")
+ hype = re.compile(r"_(kvm|xen|vmw|hyv|bms|chy)")
404
hwvirt = re.compile(r"_(hwv)")
405
# cpubrand needs final lookahead assertion to exclude confusion with _ib extension
406
cpubrand = re.compile(r"_([izar])([0-9]*)(h*)(?=$|_)")
0 commit comments