예제 #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)
예제 #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)
예제 #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)
예제 #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)