Signed-off-by: Michael Goldish <mgoldish@xxxxxxxxxx> --- client/tests/kvm/kvm_vm.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/client/tests/kvm/kvm_vm.py b/client/tests/kvm/kvm_vm.py index 98ad0c3..c9f779f 100755 --- a/client/tests/kvm/kvm_vm.py +++ b/client/tests/kvm/kvm_vm.py @@ -149,6 +149,7 @@ class VMMigrateFailedError(VMMigrateError): class VMMigrateStateMismatchError(VMMigrateError): def __init__(self, src_hash, dst_hash): + VMMigrateError.__init__(self, src_hash, dst_hash) self.src_hash = src_hash self.dst_hash = dst_hash -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html