WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Remove ssidref field from test -- this now only works if

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Remove ssidref field from test -- this now only works if there is a policy in
From: Xen staging patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 08 May 2006 13:58:12 +0000
Delivery-date: Mon, 08 May 2006 07:03:44 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 3534801f08da20eb302285d888162542bebe12b1
# Parent  5afb142646294a6c446e275c5bef60ff7d477881
Remove ssidref field from test -- this now only works if there is a policy in
place at the time.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
 tools/python/xen/xm/tests/test_create.py |    2 --
 1 files changed, 2 deletions(-)

diff -r 5afb14264629 -r 3534801f08da tools/python/xen/xm/tests/test_create.py
--- a/tools/python/xen/xm/tests/test_create.py  Fri May 05 00:27:10 2006 +0100
+++ b/tools/python/xen/xm/tests/test_create.py  Fri May 05 16:46:48 2006 +0100
@@ -112,7 +112,6 @@ on_crash    = 'destroy'
                      '''
 name       = "testname"
 memory     = 256
-ssidref    = 1
 kernel     = "/mykernel"
 maxmem     = 1024
 cpu        = 2
@@ -132,7 +131,6 @@ cpu_weight = 0.75
                  'memory'     : 256,
                  'maxmem'     : 1024,
                  'cpu'        : 2,
-                 'ssidref'    : 1,
                  'cpu_weight' : 0.75,
                  'vcpus'      : 1,
                  'boot'       : 'c',

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>