added vnodeclient testing, added a run tests script to make testing easier

This commit is contained in:
Blake J. Harnden 2017-07-27 11:57:01 -07:00
parent ebe3b9e3e3
commit 6a875bcd8d
3 changed files with 63 additions and 4 deletions

View file

@ -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")