fix(deploy): use canonical audit state paths
This commit is contained in:
@@ -17002,7 +17002,7 @@ def validate_device_plane_control_core_migration_replay_audit_evidence(
|
||||
)
|
||||
failure_evidence = validate_device_plane_control_core_double_failure_evidence()
|
||||
recovery_artifact = (
|
||||
INBOX_DIR
|
||||
INBOX
|
||||
/ DEVICE_PLANE_CONTROL_CORE_MIGRATION_REPLAY_RECOVERY_ARTIFACT
|
||||
)
|
||||
try:
|
||||
@@ -17040,7 +17040,7 @@ def validate_device_plane_control_core_migration_replay_audit_evidence(
|
||||
value.get("id")
|
||||
== DEVICE_PLANE_CONTROL_CORE_MIGRATION_REPLAY_RECOVERY_PATCH_ID
|
||||
for value in (
|
||||
*load_state(APPLIED_STATE_FILE),
|
||||
*load_state(STATE_FILE),
|
||||
*load_state(FAILED_STATE_FILE),
|
||||
)
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user