Skip to content

Commit a72a092

Browse files
authored
Inc_backup: minor fix to correct function name (#6565)
In script a wrong function name write_datas() has been used. The correct one is write_data(). Signed-off-by: meinaLi <[email protected]>
1 parent ff605af commit a72a092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvirt/tests/src/incremental_backup/incremental_backup_pull_mode_tls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def pull_full_backup_to_file():
170170
test.log.info("SETUP_TEST: prepare the guest.")
171171
prepare_guest()
172172
if with_secret_uuid:
173-
write_datas()
173+
write_data()
174174
test.log.info("TEST_STEP: start the backup.")
175175
backup_options = prepare_backup_xml()
176176
backup_begin(backup_options)

0 commit comments

Comments
 (0)