added vnodeclient testing, added a run tests script to make testing easier
This commit is contained in:
parent
ebe3b9e3e3
commit
6a875bcd8d
3 changed files with 63 additions and 4 deletions
|
@ -7,6 +7,7 @@ by invoking the vcmd shell command.
|
|||
|
||||
import os
|
||||
import stat
|
||||
import subprocess
|
||||
|
||||
from core import constants
|
||||
from core.misc import log
|
||||
|
@ -17,8 +18,6 @@ USE_VCMD_MODULE = True
|
|||
|
||||
if USE_VCMD_MODULE:
|
||||
import vcmd
|
||||
else:
|
||||
import subprocess
|
||||
|
||||
VCMD = os.path.join(constants.CORE_SBIN_DIR, "vcmd")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue