Skip to content

Commit f96c3e3

Browse files
add team-a-queue to quicktest unit test cluster
Signed-off-by: Kevin <[email protected]>
1 parent 7b8ee11 commit f96c3e3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

tests/unit_test.py

+10-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,16 @@ def get_local_queue(group, version, namespace, plural):
314314
"namespace": "ns",
315315
},
316316
"spec": {"clusterQueue": "cluster-queue"},
317-
}
317+
},
318+
{
319+
"apiVersion": "kueue.x-k8s.io/v1beta1",
320+
"kind": "LocalQueue",
321+
"metadata": {
322+
"name": "team-a-queue",
323+
"namespace": "ns",
324+
},
325+
"spec": {"clusterQueue": "team-a-queue"},
326+
},
318327
],
319328
"kind": "LocalQueueList",
320329
"metadata": {"continue": "", "resourceVersion": "2266811"},

0 commit comments

Comments
 (0)