Commit 6fa1106 1 parent 56fdd7d commit 6fa1106 Copy full SHA for 6fa1106
File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1579,7 +1579,6 @@ def test_055_eval_resolve_dispvm_from_default_target(self):
1579
1579
self .assertEqual (resolution .default_target , "@dispvm:default-dvm" )
1580
1580
self .assertEqual (resolution .request .target , "test-vm1" )
1581
1581
1582
- @unittest .expectedFailure
1583
1582
def test_060_eval_to_dom0 (self ):
1584
1583
policy = parser .StringPolicy (
1585
1584
policy = """\
@@ -1589,8 +1588,8 @@ def test_060_eval_to_dom0(self):
1589
1588
1590
1589
self .assertIsInstance (resolution , parser .AllowResolution )
1591
1590
self .assertEqual (resolution .rule , policy .rules [0 ])
1592
- self .assertEqual (resolution .target , "@adminvm " )
1593
- self .assertEqual (resolution .request .target , "dom0 " )
1591
+ self .assertEqual (resolution .target , "dom0 " )
1592
+ self .assertEqual (resolution .request .target , "@adminvm " )
1594
1593
1595
1594
def test_061_eval_to_dom0_keyword (self ):
1596
1595
policy = parser .StringPolicy (
You can’t perform that action at this time.
0 commit comments