Пример #1
0
 def test__is_boot_order_flexibly_programmable_with_no_bios_setting(
         self, mock_get_drac_client):
     self.assertFalse(drac_mgmt._is_boot_order_flexibly_programmable(
         persistent=True, bios_settings={}))
Пример #2
0
 def test__is_boot_order_flexibly_programmable_with_no_bios_setting(
         self, mock_get_drac_client):
     self.assertFalse(drac_mgmt._is_boot_order_flexibly_programmable(
         persistent=True, bios_settings={}))
Пример #3
0
 def test__is_boot_order_flexibly_programmable_not_persistent(
         self, mock_get_drac_client):
     self.assertFalse(drac_mgmt._is_boot_order_flexibly_programmable(
         persistent=False, bios_settings={'SetBootOrderFqdd1': ()}))
Пример #4
0
 def test__is_boot_order_flexibly_programmable_not_persistent(
         self, mock_get_drac_client):
     self.assertFalse(drac_mgmt._is_boot_order_flexibly_programmable(
         persistent=False, bios_settings={'SetBootOrderFqdd1': ()}))