コード例 #1
0
 def get_cft_stats (self):
     response    = self.cmd_link.run_single_command('test platform hardware qfp active infrastructure cft datapath function cft-cpp-show-all-instances')
     return CShowParser.parse_cft_stats(response)
コード例 #2
0
ファイル: CPlatform.py プロジェクト: wlm328cs/trex
 def get_cft_stats (self):
     response    = self.cmd_link.run_single_command('test platform hardware qfp active infrastructure cft datapath function cft-cpp-show-all-instances')
     return CShowParser.parse_cft_stats(response)