aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/tests/security-acm/10_security-acm_pol_update.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unmaintained Access Control Module (ACM) from hypervisor.Keir Fraser2011-03-251-354/+0
| | | | Signed-off-by: Keir Fraser <keir@xen.org>
* xm-test: Remove a policy reset from acm test caseKeir Fraser2008-07-031-5/+0
| | | | | | | | 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@us.ibm.com>
* xm-test: Have domains deleted if they are managed domainsKeir Fraser2008-03-031-2/+2
| | | | | | | Have the domains deleted if they are managed by xend and the tests are run with '-md' as parameter to runtest.sh. Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
* xm-test: Don't run security test if ACM is not enabled.Keir Fraser2007-12-101-1/+10
| | | | | | | | | I forgot to put in the check to prevent this test case from running when ACM is not compiled into Xen. I am resetting the policy so that an update with the prepared policy can be done without changing that policy's header to match the current policy's version. Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
* xm-test: An additional ACM security test case for the test suite.Keir Fraser2007-12-061-0/+350
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>