From fa4bda8317a23514913dd8a8381bb738cc339ed4 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 2 May 2019 17:02:30 -0700 Subject: [PATCH] tests: Update openssh-server to v8.* --- tests/pylorax/blueprints/example-append.toml | 2 +- tests/pylorax/blueprints/example-http-server.toml | 2 +- tests/pylorax/test_server.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/pylorax/blueprints/example-append.toml b/tests/pylorax/blueprints/example-append.toml index e5d54535..67a540e0 100644 --- a/tests/pylorax/blueprints/example-append.toml +++ b/tests/pylorax/blueprints/example-append.toml @@ -8,7 +8,7 @@ version = "2.8" [[packages]] name = "openssh-server" -version = "7.*" +version = "8.*" [[packages]] name = "rsync" diff --git a/tests/pylorax/blueprints/example-http-server.toml b/tests/pylorax/blueprints/example-http-server.toml index 6f4bccb9..0c3a264b 100644 --- a/tests/pylorax/blueprints/example-http-server.toml +++ b/tests/pylorax/blueprints/example-http-server.toml @@ -28,7 +28,7 @@ version = "2.8" [[packages]] name = "openssh-server" -version = "7.*" +version = "8.*" [[packages]] name = "rsync" diff --git a/tests/pylorax/test_server.py b/tests/pylorax/test_server.py index fac1c4af..ab1f9fc4 100644 --- a/tests/pylorax/test_server.py +++ b/tests/pylorax/test_server.py @@ -47,7 +47,7 @@ OPENID_GLOB = {"name":"mod_auth_openid", "version":"0.8"} MODSSL_GLOB = {"name":"mod_ssl", "version":"2.4.*"} PHP_GLOB = {"name":"php", "version":"7.*"} PHPMYSQL_GLOB = {"name": "php-mysqlnd", "version":"7.*"} -OPENSSH_GLOB = {"name":"openssh-server", "version": "7.*"} +OPENSSH_GLOB = {"name":"openssh-server", "version": "8.*"} RSYNC_GLOB = {"name": "rsync", "version": "3.1.*"} SAMBA_GLOB = {"name": "samba", "version": "4.*.*"} TMUX_GLOB = {"name": "tmux", "version": "2.8"}