]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
dispatcher/test: fix KeyError: 'owner' 2143/head
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Wed, 11 Feb 2026 14:15:21 +0000 (15:15 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Wed, 11 Feb 2026 14:15:21 +0000 (15:15 +0100)
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
teuthology/dispatcher/test/test_supervisor.py

index 2b422c07b1a17d07ff34359cdcce83b8a039f223..784f3f3d47158ad8ce864f580edb32eb593e5bf1 100644 (file)
@@ -89,7 +89,8 @@ class TestSuperviser(object):
             "name": "the_name",
             "job_id": "1",
             "archive_path": "archive/path",
-            "teuthology_branch": "main"
+            "teuthology_branch": "main",
+            "owner": "the_owner",
         }
         process = Mock()
         process.poll.return_value = "not None"
@@ -107,7 +108,8 @@ class TestSuperviser(object):
             "name": "the_name",
             "job_id": "1",
             "archive_path": "archive/path",
-            "teuthology_branch": "jewel"
+            "teuthology_branch": "jewel",
+            "owner": "the_owner",
         }
         process = Mock()
         process.poll.return_value = "not None"