removed VnodeClient.popen

This commit is contained in:
Blake Harnden 2019-10-11 13:36:00 -07:00
parent fc7a161221
commit b5d71bab82
4 changed files with 3 additions and 32 deletions

View file

@ -579,7 +579,6 @@ class CoreNode(CoreNodeBase):
:raises CoreCommandError: when a non-zero exit status occurs
"""
if self.server is None:
logging.info("node(%s) cmd: %s", self.name, args)
return self.client.check_cmd(args, wait=wait)
else:
args = self.client._cmd_args() + args