]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
test: update test_bad_version 2080/head
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Tue, 9 Sep 2025 11:54:15 +0000 (13:54 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Tue, 9 Sep 2025 19:32:08 +0000 (21:32 +0200)
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
teuthology/test/test_vps_os_vers_parameter_checking.py

index 8a66f24a0e222d1b3736111ca0ae1c9a9ea7f96a..8acfed046de58f32500c9ef635c5db2827898f87 100644 (file)
@@ -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,