test:set mixed deployment of mnode and vnode in testpy

This commit is contained in:
haoranchen 2023-09-14 18:22:46 +08:00 committed by GitHub
parent be6d80893a
commit b594393d31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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