Skip to content

Commit

Permalink
Update expected cluster shape in behave tests
Browse files Browse the repository at this point in the history
Signed-off-by: Partho Sarthi <[email protected]>
  • Loading branch information
parthosa committed Jan 15, 2025
1 parent 051bf95 commit 8a76999
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, NVIDIA CORPORATION.
# Copyright (c) 2024-2025, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -28,10 +28,10 @@ Feature: Tool Installation Checks

Examples:
| platform | cli | expected_stdout |
| dataproc | gcloud | 3 x n1-standard-16 (4 T4 each) |
| emr | aws | 10 x g5.xlarge |
| databricks-aws | aws | 10 x g5.xlarge |
| databricks-azure | az | 3 x Standard_NC64as_T4_v3 |
| dataproc | gcloud | 2 x n1-standard-16 (1 T4 each) |
| emr | aws | 2 x g5.4xlarge |
| databricks-aws | aws | 2 x g5.4xlarge |
| databricks-azure | az | 2 x Standard_NC16as_T4_v3 |

@test_id_IC_0002
Scenario: Environment has missing java
Expand Down

0 comments on commit 8a76999

Please sign in to comment.