[TD-3938]<test>: add script to detect coredump file

This commit is contained in:
Ping Xiao 2021-06-05 15:43:05 +08:00
parent 51ecfc0486
commit d2c1841410
1 changed files with 0 additions and 1 deletions

View File

@ -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):