[libvirt] [test-API PATCH 0/3] Console tests

Peter Krempa pkrempa at redhat.com
Tue Apr 3 13:20:43 UTC 2012


This series adds two tests that check interactions with the
domain's console. As a helper the first patch contains a new
exception that signalizes a test error other than raised by libvirt.

The two tests are not contained in any test cases yet, as they require
a specific VM configuration to work correctly.

Peter Krempa (3):
  utils: Add exception for general test errors
  repo: Add test for mutualy exclusive console access
  repo: Add test for console input and output operations

 repos/domain/console_io.py    |   76 +++++++++++++++++++++++++++++++++++
 repos/domain/console_mutex.py |   89 +++++++++++++++++++++++++++++++++++++++++
 utils/Python/testError.py     |   26 ++++++++++++
 3 files changed, 191 insertions(+), 0 deletions(-)
 create mode 100644 repos/domain/console_io.py
 create mode 100644 repos/domain/console_mutex.py
 create mode 100644 utils/Python/testError.py

-- 
1.7.3.4




More information about the libvir-list mailing list