modify dnodes default single model

This commit is contained in:
menshibin 2024-01-22 16:03:04 +08:00
parent b1b4ca6a6f
commit 25b3ce511f
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class TDDnodes:
self.valgrind = 0
self.asan = False
self.killValgrind = 0
self.model = "dnode"
self.model = "single"
def init(self, path, remoteIP = ""):
binPath = self.dnodes[0].getPath() + "/../../../"