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)
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)