File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22# -*- coding: utf-8 -*--
33
4- # Copyright (c) 2024 Oracle and/or its affiliates.
4+ # Copyright (c) 2024, 2025 Oracle and/or its affiliates.
55# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
66
77import hashlib
@@ -518,6 +518,7 @@ def test_list_containers(self, mock_get_container_config):
518518 "platforms" : [],
519519 "model_formats" : [],
520520 "spec" : None ,
521+ "usages" : [],
521522 }
522523 ],
523524 "inference" : [
@@ -541,6 +542,7 @@ def test_list_containers(self, mock_get_container_config):
541542 "restricted_params" : [],
542543 "server_port" : "8080" ,
543544 },
545+ "usages" : [],
544546 },
545547 {
546548 "name" : "dsmc://odsc-text-generation-inference" ,
@@ -567,6 +569,7 @@ def test_list_containers(self, mock_get_container_config):
567569 ],
568570 "server_port" : "8080" ,
569571 },
572+ "usages" : [],
570573 },
571574 {
572575 "name" : "dsmc://odsc-vllm-serving" ,
@@ -592,6 +595,7 @@ def test_list_containers(self, mock_get_container_config):
592595 ],
593596 "server_port" : "8080" ,
594597 },
598+ "usages" : [],
595599 },
596600 ],
597601 "finetune" : [
@@ -603,6 +607,7 @@ def test_list_containers(self, mock_get_container_config):
603607 "platforms" : [],
604608 "model_formats" : [],
605609 "spec" : None ,
610+ "usages" : [],
606611 }
607612 ],
608613 }
You can’t perform that action at this time.
0 commit comments