microsoft / lis-test

Contains test infrastructure for testing Linux virtual machines on Windows Azure and Hyper-V.
32 stars 72 forks source link

Minor update STOR_Large_Disk_CopyFile with parameter for dd #1068

Closed lixuemin2016 closed 6 years ago

lixuemin2016 commented 6 years ago

RHEL7 Vm gets hung_task_timeout_secs and call trace when dd large file on nfs when testing on 2012R2 host. Refer to https://bugzilla.redhat.com/show_bug.cgi?id=1457760, currently not get fix yet. This PR replaces the dd command's parameter bs and count hard code to the xml config file, then it could input the smaller count number to make test case run stable.

Thank you.