From: Kyr Shatskyy Date: Tue, 9 Sep 2025 11:54:15 +0000 (+0200) Subject: test: update test_bad_version X-Git-Tag: 1.2.2^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2080%2Fhead;p=teuthology.git test: update test_bad_version Signed-off-by: Kyr Shatskyy --- diff --git a/teuthology/test/test_vps_os_vers_parameter_checking.py b/teuthology/test/test_vps_os_vers_parameter_checking.py index 8a66f24a0..8acfed046 100644 --- a/teuthology/test/test_vps_os_vers_parameter_checking.py +++ b/teuthology/test/test_vps_os_vers_parameter_checking.py @@ -71,7 +71,7 @@ class TestVpsOsVersionParamCheck(object): assert not check_value def test_bad_version(self): - self.fake_ctx.os_type = 'rhel' + self.fake_ctx.os_type = 'ubuntu' self.fake_ctx.os_version = 'vampire_bat' with patch.multiple( provision.downburst,