Skip to content

Commit 8a1a674

Browse files
author
Codeslayer666
committed
update os values in integration test
1 parent a8ffeaa commit 8a1a674

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

test/helpers/infra.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
zone=ZONE.London,
4141
password_delivery='none',
4242
storage_devices=[
43-
Storage(os='CentOS 7.0', size=10),
43+
Storage(os='CentOS 7.6', size=10),
4444
Storage(size=10),
4545
],
4646
login_user=login_user_block('testuser', ['ssh-rsa AAAAB3NzaC1yc2EAA[...]ptshi44x user@some.host'], True),
@@ -53,7 +53,7 @@
5353
zone=ZONE.London,
5454
password_delivery='none',
5555
storage_devices=[
56-
Storage(os='Debian 7.8', size=30)
56+
Storage(os='Debian 10.0', size=30)
5757
],
5858
login_user=login_user_block('testuser', ['ssh-rsa AAAAB3NzaC1yc2EAA[...]ptshi44x user@some.host'], True),
5959
)

upcloud_api/cloud_manager/server_mixin.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,9 @@ def create_server(self, server):
105105
(id is a running starting from 1)
106106
- tier defaults to maxiops
107107
- valid operating systems are:
108-
"CentOS 6.5", "CentOS 7.0"
109-
"Debian 7.8"
108+
"CentOS 6.10", "CentOS 7.6"
110109
"Ubuntu 12.04", "Ubuntu 14.04"
111-
"Windows 2003","Windows 2008" ,"Windows 2012"
110+
"Windows 2012", "Windows 2016"
112111
"""
113112
if isinstance(server, Server):
114113
body = server.prepare_post_body()

0 commit comments

Comments
 (0)