From d2c1841410410ee7d6d508793a50e3ac48afc783 Mon Sep 17 00:00:00 2001 From: Ping Xiao Date: Sat, 5 Jun 2021 15:43:05 +0800 Subject: [PATCH] [TD-3938]: add script to detect coredump file --- tests/pytest/cluster/clusterSetup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/pytest/cluster/clusterSetup.py b/tests/pytest/cluster/clusterSetup.py index 692a8b237e..87414303f8 100644 --- a/tests/pytest/cluster/clusterSetup.py +++ b/tests/pytest/cluster/clusterSetup.py @@ -15,7 +15,6 @@ from fabric import Connection import random import time import logging -import os class Node: def __init__(self, index, username, hostIP, hostName, password, homeDir):