tests: fix exception handling around vapi.connect()/.disconnect() 46/23746/2
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Tue, 3 Dec 2019 02:42:28 +0000 (21:42 -0500)
committerNeale Ranns <nranns@cisco.com>
Wed, 4 Dec 2019 23:17:37 +0000 (23:17 +0000)
commit1043fd38d83434d6c4e002c5354a30027988fbfa
tree9c2b2839a63f59b4bc25c7b48268444a19a55848
parent207083f59524a8523e7c4ab4eeff3cbc7b21c6a0
tests: fix exception handling around vapi.connect()/.disconnect()

vapi.connect() only raises subclasses of vpp_papi.VPPIOError.
vapi.disconnect() doesn't raise any exceptions, removed uneeded try block.

Type: test

Change-Id: Ide6e6db298b205f14382065862e358757619a5ba
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
test/framework.py