xm-test: various fixes
authorKeir Fraser <keir@xensource.com>
Thu, 25 Oct 2007 08:22:28 +0000 (09:22 +0100)
committerKeir Fraser <keir@xensource.com>
Thu, 25 Oct 2007 08:22:28 +0000 (09:22 +0100)
commit61d0b64c6c2ca2eda3867c2ea32d406418e67dba
tree63f7c021ecf485dd583d605ebe06e7c872fdf51e
parent78c593d291e12ed70b75aa32b306a2e266cda2fe
xm-test: various fixes
- recently I added an other_config field to the VTPM record which now
needs to be accounted for otherwise the test determines a bad key
- the dry-run command was throwing a different type of exception
(ACMError) than what was caught (XSMError)
- the tests based on the raw Xen-API need to build the PV_args
parameters from the old 'root' and 'extra' parameters.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/python/xen/xm/create.py
tools/xm-test/lib/XmTestLib/XenAPIDomain.py
tools/xm-test/tests/security-acm/08_security-acm_xapi.py
tools/xm-test/tests/vtpm/09_vtpm-xapi.py