Skip to content

Commit

Permalink
CA-518 Remove unnecessary cleanup from unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkb-axios committed Mar 8, 2017
1 parent 456c511 commit 3a6f3dd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/fei_base/frontend_tuner_unit_test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2276,17 +2276,6 @@ def _testBULKIO(self,tuner_control,comp_port_name,comp_port_type,ttype,controlle
self.check(dataSink1.eos(),True,'%s: Controller did receive EOS after deallocation of tuner'%(comp_port_name))
if listener2:
self.check(dataSink4.eos(),True,'%s: Listener received EOS after deallocation of tuner'%(comp_port_name))
# cleanup listener2
comp_port_obj.disconnectPort(listener2['LISTENER_ID'])
try:
self.dut_ref.deallocateCapacity(listenerAlloc2)
except:
pass
# cleanup listener1
comp_port_obj.disconnectPort(listener1['LISTENER_ID'])
# cleanup controller
comp_port_obj.disconnectPort(controller['ALLOC_ID'])
comp_port_obj.disconnectPort(bad_conn_id)

def _testSDDS(self,tuner_control,comp_port_name,comp_port_type,ttype,controller,listener1=None,listener2=None):
print 'Testing SDDS port Behavior'
Expand Down

0 comments on commit 3a6f3dd

Please sign in to comment.