From 5e214ee4338dca2d6af968b7e633f40af66520f4 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 11 Aug 2015 10:32:49 -0500 Subject: [PATCH] Adds a test for debian 7.1 to make sure wheezy is selected Signed-off-by: Andrew Schoen --- teuthology/test/test_packaging.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/test/test_packaging.py b/teuthology/test/test_packaging.py index 08c42a9220..67ba2a8926 100644 --- a/teuthology/test/test_packaging.py +++ b/teuthology/test/test_packaging.py @@ -360,6 +360,7 @@ class TestGitbuilderProject(object): ('ubuntu', '14.04', None, 'trusty'), ('debian', '7.0', None, 'wheezy'), ('debian', '7', None, 'wheezy'), + ('debian', '7.1', None, 'wheezy'), ('ubuntu', '12.04', None, 'precise'), ('ubuntu', '14.04', None, 'trusty'), ] -- 2.39.5