Skip to content

Commit

Permalink
RUN-15689 Tests fixes (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
gshaibi authored Jan 29, 2024
1 parent 4649803 commit fb484f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/status-exporter/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ func getTestCases() map[string]testCase {
"nvidia.com/gpu.count": "1",
"nvidia.com/mig.strategy": "mixed",
"nvidia.com/gpu.product": "Tesla P100",
"run.ai/fake.gpu": "true",
},
expectedMetrics: []*dto.MetricFamily{
{
Expand Down Expand Up @@ -310,6 +311,7 @@ func getTestCases() map[string]testCase {
"nvidia.com/gpu.count": "2",
"nvidia.com/mig.strategy": "mixed",
"nvidia.com/gpu.product": "Tesla P100",
"run.ai/fake.gpu": "true",
},
expectedMetrics: []*dto.MetricFamily{
{
Expand Down

0 comments on commit fb484f1

Please sign in to comment.