From: Andrew Schoen Date: Tue, 11 Aug 2015 15:32:49 +0000 (-0500) Subject: Adds a test for debian 7.1 to make sure wheezy is selected X-Git-Tag: 1.1.0~848^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5e214ee4338dca2d6af968b7e633f40af66520f4;p=teuthology.git Adds a test for debian 7.1 to make sure wheezy is selected Signed-off-by: Andrew Schoen --- diff --git a/teuthology/test/test_packaging.py b/teuthology/test/test_packaging.py index 08c42a922..67ba2a892 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'), ]