
9 Nov
2016
9 Nov
'16
5:15 a.m.
On Tue, Nov 08, 2016 at 09:53:20AM +0100, Michal Privoznik wrote:
Some operations like reboot, save, coreDump, blockStats, ifaceStats make sense iff domain is running. While it is technically possible for our test driver to return success regardless of domain state, we should copy constraints from other drivers and thus deny these operations over inactive domains.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/test/test_driver.c | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+)
ACK.