TT#70901 selenium: small formatting changes

some small formatting changes for improved output visibility

Change-Id: Icbfab42321084e8ba2fea03c9126d2e38323d14f
mr10.0
Nico Schedel 4 years ago
parent 4a5ebe4385
commit 0f37e24b7c

@ -567,16 +567,19 @@ class testrun(unittest.TestCase):
if __name__ == '__main__':
print('----------------------------------------------------------------------')
print('Preparing Domain, Customer and Subscriber for NGCP CSC tests ...')
try:
preparation()
except Exception as e:
print('Preperation failed! See log below for more details')
print('--------------------------------------------------------------')
print('----------------------------------------------------------------------')
traceback.print_exc()
print('--------------------------------------------------------------')
print('----------------------------------------------------------------------')
quit(1)
print('Preperation successful, running tests now ...')
print('----------------------------------------------------------------------')
nose2.main(exit=False)
try:
cleanup()

@ -38,6 +38,7 @@ else
vncserver -localhost no -geometry 1280x1024 :99
fi
echo "################################################################################"
echo "Firefox version:"
firefox --version

Loading…
Cancel
Save