Ejemplo n.º 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={}))
Ejemplo n.º 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={}))
Ejemplo n.º 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': ()}))
Ejemplo n.º 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': ()}))