From 795cc3400c527a22e7083e9328b7a6859f7c04c1 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 21 May 2019 09:23:10 -0700 Subject: [PATCH] tests: Update tmux version to 2.9a --- tests/pylorax/blueprints/example-append.toml | 2 +- tests/pylorax/blueprints/example-http-server.toml | 2 +- tests/pylorax/test_server.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/pylorax/blueprints/example-append.toml b/tests/pylorax/blueprints/example-append.toml index 67a540e0..38938194 100644 --- a/tests/pylorax/blueprints/example-append.toml +++ b/tests/pylorax/blueprints/example-append.toml @@ -4,7 +4,7 @@ version = "0.0.1" [[packages]] name = "tmux" -version = "2.8" +version = "2.9a" [[packages]] name = "openssh-server" diff --git a/tests/pylorax/blueprints/example-http-server.toml b/tests/pylorax/blueprints/example-http-server.toml index 0c3a264b..87aacf7f 100644 --- a/tests/pylorax/blueprints/example-http-server.toml +++ b/tests/pylorax/blueprints/example-http-server.toml @@ -24,7 +24,7 @@ version = "7.*" [[packages]] name = "tmux" -version = "2.8" +version = "2.9a" [[packages]] name = "openssh-server" diff --git a/tests/pylorax/test_server.py b/tests/pylorax/test_server.py index ab1f9fc4..9ed66cad 100644 --- a/tests/pylorax/test_server.py +++ b/tests/pylorax/test_server.py @@ -50,7 +50,7 @@ PHPMYSQL_GLOB = {"name": "php-mysqlnd", "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"} +TMUX_GLOB = {"name": "tmux", "version": "2.9a"} GLUSTERFS_GLOB = {"name": "glusterfs", "version": "6.*"} GLUSTERFSCLI_GLOB = {"name": "glusterfs-cli", "version": "6.*"} @@ -552,7 +552,7 @@ class ServerTestCase(unittest.TestCase): "old": {"Description": "An example GlusterFS server with samba"}}, {"new": {"Version": "0.3.0"}, "old": {"Version": "0.0.1"}}, - {"new": {"Package": {"version": "2.8", "name": "tmux"}}, + {"new": {"Package": TMUX_GLOB}, "old": None}]} self.assertEqual(data, result)