Skip to content

Commit b7347d5

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
[integ-tests] Don't require server identity when running in iso regions
This commit fixes test_slurm_accounting_external_dbd in iso regions. The same logic has existed in test_slurm_accounting Signed-off-by: Hanwen <hanwenli@amazon.com>
1 parent ab2f838 commit b7347d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests/tests/schedulers/test_slurm_accounting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def _check_cluster_external_dbd(cluster, config_params, region, scheduler_comman
268268
_test_successful_startup_in_log(slurmdbd_node_remote_command_executor)
269269

270270
# TODO: _test_slurmdb_users(headnode_remote_command_executor, scheduler_commands, test_resources_dir)
271-
_require_server_identity(slurmdbd_node_remote_command_executor, test_resources_dir, region)
271+
_test_require_server_identity(slurmdbd_node_remote_command_executor, test_resources_dir, region)
272272
retry(stop_max_attempt_number=3, wait_fixed=seconds(10))(_is_accounting_enabled)(
273273
headnode_remote_command_executor,
274274
)

0 commit comments

Comments
 (0)