testcase execution halt fix 27/53527/1
authorPeriyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Mon, 12 Mar 2018 12:13:24 +0000 (13:13 +0100)
committerPeriyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Mon, 12 Mar 2018 12:13:24 +0000 (13:13 +0100)
commit90204b0850c38e2c9eeb2cbb4dfccc2053beafb4
tree00f54a141db45564e904223a0f2ceb957ed8d3a7
parent6a8c7ac31bbf7c93ce971c216528fb609641b0d9
testcase execution halt fix

It's found that sys.exit is used in utils.py which caused testcase
execution is stopped abruptly while running bgpvpn testsuite.
This is now replaced with Exception.

Change-Id: I69df4be705985994318f58d57b152d6db4087610
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
sdnvpn/lib/utils.py