microsoft / lis-test

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

Update Runtime_Mem_HotAdd to install stress-ng and check Set-VMMemory… #1127

Closed lixuemin2016 closed 6 years ago

lixuemin2016 commented 6 years ago

… return value Hi Chris, Have two minor changes here:

  1. Install stress-ng, add appGitURL and appGitTag support. Locally we have not install stress-ng yet, this change is similar with change of DM_Tests.
  2. Add check Set-VMMemory successfully or not, original script cannot catch the bug like https://bugzilla.redhat.com/show_bug.cgi?id=1640065. It has checked MemoryAssigned, but not check Startup after set. In this bug, the MemoryAssigned has been changed successfully, but not Startup memory.

Thank you so much.