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] [xen-unstable] xm-test: Remove a policy reset from acm t

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] xm-test: Remove a policy reset from acm test case
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 04 Jul 2008 08:00:12 -0700
Delivery-date: Fri, 04 Jul 2008 08:00:36 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/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 Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1215081130 -3600
# Node ID d90c5e8d4ac2c547a81d4a464c83a7b8090c1946
# Parent  bad432c58f03f0d9355413e10502f81ab87d46ab
xm-test: Remove a policy reset from acm test case

Remove the resetting of the policy from this point in the test case
since the new default policy has the '__UNLABELED__' label, which is
not expected in subsequent checks.

Signed-off-by; Stefan Berger <stefanb@xxxxxxxxxx>
---
 tools/xm-test/tests/security-acm/10_security-acm_pol_update.py |    5 -----
 1 files changed, 5 deletions(-)

diff -r bad432c58f03 -r d90c5e8d4ac2 
tools/xm-test/tests/security-acm/10_security-acm_pol_update.py
--- a/tools/xm-test/tests/security-acm/10_security-acm_pol_update.py    Thu Jul 
03 11:31:40 2008 +0100
+++ b/tools/xm-test/tests/security-acm/10_security-acm_pol_update.py    Thu Jul 
03 11:32:10 2008 +0100
@@ -297,11 +297,6 @@ except DomainError, e:
 # Stop red domain
 domain_red.destroy()
 
-# reset the policy - should not work
-s, o = traceCommand('xm resetpolicy')
-if not s:
-    FAIL("Could reset the policy.")
-
 # Stop unlabeled domain
 domain_ul.destroy()
 

_______________________________________________
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] xm-test: Remove a policy reset from acm test case, Xen patchbot-unstable <=