Skip to content

Commit

Permalink
Remove parameters of file_transfer in Linux.cfg and Windows.cfg
Browse files Browse the repository at this point in the history
Move the specific parameters of test cases into tp-qemu.

Signed-off-by: Yihuang Yu <[email protected]>
  • Loading branch information
PaulYuuu committed Aug 16, 2021
1 parent 332722d commit 699b301
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions virttest/shared/cfg/guest-os/Linux.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
time_command = date +'TIME: %a %m/%d/%Y %H:%M:%S.%N'
time_filter_re = "(?:TIME: \w\w\w )(.{19})(?:\.\d\d)"
time_format = "%m/%d/%Y %H:%M:%S"
file_transfer:
tmp_dir = /tmp/
clean_cmd = rm -f
nicdriver_unload:
readlink_command = readlink -e
sys_path = "/sys/class/net/%s/device/driver"
Expand Down
3 changes: 0 additions & 3 deletions virttest/shared/cfg/guest-os/Windows.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,6 @@
check_machine_type_cmd = "wmic csproduct get Version"
virtio_blk, virtio_net:
vio_driver_chk_cmd = 'driverquery /si | find "Red Hat"'
file_transfer:
tmp_dir = C:\
clean_cmd = del /q /f
sysprep:
shell_client = telnet
shell_port = 23
Expand Down

0 comments on commit 699b301

Please sign in to comment.