Fixed feature tests

This commit is contained in:
Yogesh Mahajan
2020-07-20 11:59:28 +05:30
committed by Akshay Joshi
parent 7edcca9b07
commit 225c3e8f7e
4 changed files with 95 additions and 5 deletions

View File

@@ -500,7 +500,8 @@ def execute_test(test_module_list_passed, server_passed, driver_passed):
test_utils.drop_database(connection, test_db_name)
connection.close()
# Delete test server
test_utils.delete_test_server(test_client)
# test_utils.delete_test_server(test_client)
test_utils.delete_server(test_client, server_information)
except Exception as exc:
traceback.print_exc(file=sys.stderr)
print(str(exc))