Skip to content

Commit

Permalink
Change parameter check_str_remote_log to support eval to python list
Browse files Browse the repository at this point in the history
check_str_remote_log should be a string which could be parsed to a list by eval()

Signed-off-by: liang-cong-red-hat <[email protected]>
  • Loading branch information
liang-cong-red-hat committed Jan 13, 2025
1 parent c79dffb commit a86ce1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
tpm_cmd = "tpm2_getrandom --hex 16"
auth_sec_dict = {"sec_ephemeral": "no", "sec_private": "yes", "sec_desc": "sample vTPM secret", "sec_usage": "vtpm", "sec_name": "VTPM_example"}
secret_value = "sec value test"
check_str_remote_log = "migration release-lock-outgoing,incoming"
check_str_remote_log = ["migration release-lock-outgoing,incoming"]
set_remote_libvirtd_log = "yes"
libvirtd_file_type = "virtqemud"
remote_file_type = "virtqemud"
Expand Down

0 comments on commit a86ce1e

Please sign in to comment.