RHEL 5.11 full-virt now boots to login prompt.
[virt-v2v-test-cases-nonfree.git] / windows-virtio / win_2012r2_x86_64.ml
index 7c5c49c..7d0c213 100644 (file)
@@ -8,12 +8,13 @@ let check_virtio_blk g root xml =
   let xpath = Xml.xpath_eval_expression xpathctx "/domain/devices/disk[@device=\"disk\"]/target/@bus" in
   let nr_nodes = Xml.xpathobj_nr_nodes xpath in
   assert (nr_nodes = 1);
-  let node = Xml.xpathobj_node xml xpath 0 in
+  let node = Xml.xpathobj_node xpath 0 in
   let node = Xml.node_as_string node in
   assert (node = "virtio")
 
 let test_plan = {
   default_plan with
+    guest_clock = new_year's_day 2014;
     post_conversion_test = Some check_virtio_blk;
     boot_plan = Boot_to_screenshot (test ^ "-login.ppm")
 }