ndl: add WS{2016,2019}

This commit is contained in:
Vladislav Yarmak
2019-06-09 21:45:31 +03:00
parent cc67638603
commit 129249995e
3 changed files with 35 additions and 1 deletions

View File

@@ -21,6 +21,8 @@ class OS(enum.Enum):
Windows10_64 = 57
WindowsServer2012R2_32 = 32
WindowsServer2012R2_64 = 44
WindowsServer2016 = 74
WindowsServer2019 = 119
def __str__(self):
return self.name