Re: [PATCH 4/8] tests/vm: Add configuration to basevm.py

2020-01-27 Thread Robert Foley
On Mon, 27 Jan 2020 at 07:26, Alex Bennée wrote: > > -SSH_KEY = open(os.path.join(os.path.dirname(__file__), > > - "..", "keys", "id_rsa")).read() > > -SSH_PUB_KEY = open(os.path.join(os.path.dirname(__file__), > > - "..", "keys", "id_rsa.pub")).read() > > - > >

Re: [PATCH 4/8] tests/vm: Add configuration to basevm.py

2020-01-27 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 4/8] tests/vm: Add configuration to basevm.py

2020-01-24 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