Ejemplo n.º 1
0
 def testWithoutOldData(self):
     new = {
         constants.HT_XEN_PVM: {
             constants.HVST_MEMORY_TOTAL: 4096,
         },
     }
     self.assertEqual(common.MergeAndVerifyHvState(new, None), new)
Ejemplo n.º 2
0
 def testWithoutOpData(self):
   self.assertEqual(common.MergeAndVerifyHvState(None, NotImplemented),
                    None)