|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] Fix the unit test to match the new way of
# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 724af97aea4742a0455114dc7d4574df7d99a9de
# Parent 009e250505e91818c8c5d76b0364accde86e994d
Fix the unit test to match the new way of allocating VNC ports.
Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
tools/python/xen/xm/tests/test_create.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
diff -r 009e250505e9 -r 724af97aea47 tools/python/xen/xm/tests/test_create.py
--- a/tools/python/xen/xm/tests/test_create.py Wed Aug 09 10:13:36 2006 +0100
+++ b/tools/python/xen/xm/tests/test_create.py Wed Aug 09 10:13:37 2006 +0100
@@ -179,7 +179,8 @@ ne2000=0
'extra' : ('VNC_VIEWER=%s:%d ' %
(xen.xm.create.get_host_addr(),
- xen.xm.create.VNC_BASE_PORT + 1)),
+ xen.xm.create.VNC_BASE_PORT +
+ xen.xm.create.choose_vnc_display())),
'vnc' : 1,
'vncviewer' : 1,
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] Fix the unit test to match the new way of allocating VNC ports.,
Xen patchbot-unstable <=
|
|
|
|
|