Re: [PATCH v6 1/9] tests/vm: Add configuration to basevm.py

2020-05-15 Thread Robert Foley
On Fri, 15 May 2020 at 13:23, Alex Bennée wrote: > > > Robert Foley writes: > > > Added use of a configuration to tests/vm/basevm.py. > > The configuration provides parameters used to configure a VM. > > This allows for providing alternate configurations to the VM being > > created/launched. cpu,

Re: [PATCH v6 1/9] tests/vm: Add configuration to basevm.py

2020-05-15 Thread Alex Bennée
Robert Foley writes: > Added use of a configuration to tests/vm/basevm.py. > The configuration provides parameters used to configure a VM. > This allows for providing alternate configurations to the VM being > created/launched. cpu, machine, memory, and NUMA configuration are all > examples of

[PATCH v6 1/9] tests/vm: Add configuration to basevm.py

2020-05-12 Thread Robert Foley
Added use of a configuration to tests/vm/basevm.py. The configuration provides parameters used to configure a VM. This allows for providing alternate configurations to the VM being created/launched. cpu, machine, memory, and NUMA configuration are all examples of configuration which we might want t