Exemplo n.º 1
0
 def test__get_boot_iso_object_name(self):
     boot_iso_actual = ilo_deploy._get_boot_iso_object_name(self.node)
     boot_iso_expected = "boot-%s" % self.node.uuid
     self.assertEqual(boot_iso_expected, boot_iso_actual)
Exemplo n.º 2
0
 def test__get_boot_iso_object_name(self):
     boot_iso_actual = ilo_deploy._get_boot_iso_object_name(self.node)
     boot_iso_expected = "boot-%s" % self.node.uuid
     self.assertEqual(boot_iso_expected, boot_iso_actual)