On 10/13/2011 07:30 PM, Wayne Sun wrote:
---
env.cfg | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/env.cfg b/env.cfg
index b5e404a..f0373b6 100644
--- a/env.cfg
+++ b/env.cfg
@@ -112,6 +112,9 @@ defaultvcpu = 1
# default the memory size(kilobytes) to use for defining or installing a guest
defaultmem = 1048576
+# static uuid for define, create and installing a guest
+static_uuid = 05867c1a-afeb-300e-e55e-2673391ae080
+
# path to a disk image containing a preinstalled guest for testing
testfullimagepath = /var/lib/libvirt/images/f14.img
We need to change define.py as well as other domain related
testcases to
use the uuid in env.cfg.
It's better to add an additional option to theses testcases,
such as "uuid".
ACK and pushed.
Guannan Ren