Skip to content

Commit 479a9d7

Browse files
committed
[Test] In test_update_race_conditions, align the update action script to the new name.
1 parent e87cffb commit 479a9d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration-tests/tests/update/test_update_race_conditions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
NODE_TYPE_LOGIN: "pcluster-check-update.timer",
4343
}
4444
UPDATE_ACTION_SCRIPT_BY_NODE_TYPE = {
45-
NODE_TYPE_COMPUTE: "/opt/parallelcluster/scripts/cfn-hup-update-action.sh",
46-
NODE_TYPE_LOGIN: "/opt/parallelcluster/scripts/cfn-hup-update-action.sh",
45+
NODE_TYPE_COMPUTE: "/opt/parallelcluster/scripts/cluster-update-action.sh",
46+
NODE_TYPE_LOGIN: "/opt/parallelcluster/scripts/cluster-update-action.sh",
4747
}
4848
LOG_FILE_BY_NODE_TYPE = {
4949
NODE_TYPE_COMPUTE: "/var/log/parallelcluster/pcluster-check-update.log",

0 commit comments

Comments
 (0)