Ejemplo n.º 1
0
 def test_parse_ctrl_ld_all_show_hpssacli(self):
     # => ctrl slot=0 ld all show
     return self.assertEqual(
         hpacucli.parse_ctrl_ld_all_show(CTRL_LD_ALL_SHOW_OUTPUT_HPSSACLI),
         CTRL_LD_ALL_SHOW_RESULT_HPSSACLI)
Ejemplo n.º 2
0
 def test_parse_ctrl_ld_all_show_hpssacli(self):
     # => ctrl slot=0 ld all show
     return self.assertEqual(
         hpacucli.parse_ctrl_ld_all_show(CTRL_LD_ALL_SHOW_OUTPUT_HPSSACLI),
         CTRL_LD_ALL_SHOW_RESULT_HPSSACLI)
Ejemplo n.º 3
0
 def test_parse_ctrl_ld_all_show(self):
     # => ctrl slot=2 ld all show
     return self.assertEqual(
         hpacucli.parse_ctrl_ld_all_show(CTRL_LD_ALL_SHOW_OUTPUT),
         CTRL_LD_ALL_SHOW_RESULT)
Ejemplo n.º 4
0
 def test_parse_ctrl_ld_all_show(self):
     # => ctrl slot=2 ld all show
     return self.assertEqual(
         hpacucli.parse_ctrl_ld_all_show(CTRL_LD_ALL_SHOW_OUTPUT),
         CTRL_LD_ALL_SHOW_RESULT)