modify dnodes default single model
This commit is contained in:
parent
b1b4ca6a6f
commit
25b3ce511f
|
@ -47,7 +47,7 @@ class TDDnodes:
|
||||||
self.valgrind = 0
|
self.valgrind = 0
|
||||||
self.asan = False
|
self.asan = False
|
||||||
self.killValgrind = 0
|
self.killValgrind = 0
|
||||||
self.model = "dnode"
|
self.model = "single"
|
||||||
|
|
||||||
def init(self, path, remoteIP = ""):
|
def init(self, path, remoteIP = ""):
|
||||||
binPath = self.dnodes[0].getPath() + "/../../../"
|
binPath = self.dnodes[0].getPath() + "/../../../"
|
||||||
|
|
Loading…
Reference in New Issue