
27 Oct
2017
27 Oct
'17
4:25 a.m.
On 10/27/2017 03:47 AM, Caoxinhua wrote:
Yes,In qemuxml2argvtest case, mymain call qemuTestDriverInit to init qemu driver, qemuTestDriverInit call mkdtemp() to init stateDir, so stateDir is randomly. But '-monitor' part of the command line must be a const value. Can I use a const value "/tmp/lib" to instead of random value at qemuxml2argvtest?
We will have to. Looks like we don't need stateDir nor configDir in the test anyway. Michal