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 1
1
#!/usr/bin/env python
2
2
# -*- coding: utf-8 -*--
3
3
4
- # Copyright (c) 2024 Oracle and/or its affiliates.
4
+ # Copyright (c) 2024, 2025 Oracle and/or its affiliates.
5
5
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
6
6
7
7
import hashlib
@@ -518,6 +518,7 @@ def test_list_containers(self, mock_get_container_config):
518
518
"platforms" : [],
519
519
"model_formats" : [],
520
520
"spec" : None ,
521
+ "usages" : [],
521
522
}
522
523
],
523
524
"inference" : [
@@ -541,6 +542,7 @@ def test_list_containers(self, mock_get_container_config):
541
542
"restricted_params" : [],
542
543
"server_port" : "8080" ,
543
544
},
545
+ "usages" : [],
544
546
},
545
547
{
546
548
"name" : "dsmc://odsc-text-generation-inference" ,
@@ -567,6 +569,7 @@ def test_list_containers(self, mock_get_container_config):
567
569
],
568
570
"server_port" : "8080" ,
569
571
},
572
+ "usages" : [],
570
573
},
571
574
{
572
575
"name" : "dsmc://odsc-vllm-serving" ,
@@ -592,6 +595,7 @@ def test_list_containers(self, mock_get_container_config):
592
595
],
593
596
"server_port" : "8080" ,
594
597
},
598
+ "usages" : [],
595
599
},
596
600
],
597
601
"finetune" : [
@@ -603,6 +607,7 @@ def test_list_containers(self, mock_get_container_config):
603
607
"platforms" : [],
604
608
"model_formats" : [],
605
609
"spec" : None ,
610
+ "usages" : [],
606
611
}
607
612
],
608
613
}
You can’t perform that action at this time.
0 commit comments