test:set mixed deployment of mnode and vnode in testpy

This commit is contained in:
chenhaoran 2023-09-14 18:21:00 +08:00
parent 36a1cac350
commit 0edcba0351
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ if __name__ == "__main__":
createDnodeNums = value
if key in ['-i', '--independentMnode']:
independentMnode = True
independentMnode = value
if key in ['-R', '--restful']:
restful = True