コード例 #1
0
ファイル: test_deploy.py プロジェクト: chaco-hyodo/ironic
 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)
コード例 #2
0
ファイル: test_deploy.py プロジェクト: erhan-ekici/ironic
 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)