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 verify_ifdown_ifup.sh to use eth1 #1151

Closed lixuemin2016 closed 5 years ago

lixuemin2016 commented 5 years ago

Do minor update: 1) Setting NetInterface="eth1" and Ping -I eth1. 2) Change the loop number, from 4 to 10, even 10 is still lower loop number. 3) Change sleep 15 to sleep 5.

Thank you.