コード例 #1
0
 def chkSwitchStats(self, switch_number, ofproto, exp_snd_count, exp_rcv_count):
     return testutils.chkSwitchStats(self, switch_number, ofproto, exp_snd_count, exp_rcv_count)
コード例 #2
0
ファイル: fvtapidriver.py プロジェクト: denny216/ONLabTest
 def chkSwitchStats( self, switch_number, ofproto, exp_snd_count, exp_rcv_count ):
     return testutils.chkSwitchStats( self, switch_number, ofproto, exp_snd_count, exp_rcv_count )