From 37b9dfbf71f9b6db47ba603e40a95addd8a0a0f3 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 19 Apr 2007 19:29:45 +0100 Subject: [vtpm] Return a proper error when in the Xen-API call. Fix a bug in the test. Signed-off-by: Stefan Berger --- tools/xm-test/tests/vtpm/09_vtpm-xapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/xm-test') diff --git a/tools/xm-test/tests/vtpm/09_vtpm-xapi.py b/tools/xm-test/tests/vtpm/09_vtpm-xapi.py index 15775801f6..5c8fb11880 100644 --- a/tools/xm-test/tests/vtpm/09_vtpm-xapi.py +++ b/tools/xm-test/tests/vtpm/09_vtpm-xapi.py @@ -91,7 +91,7 @@ if vtpm_uuid not in vm_vtpms: try: console = domain.start() except DomainError, e: - FAIL("Unable to create domain (%s)") + FAIL("Unable to create domain.") try: console.sendInput("input") -- cgit v1.2.3