added a shell command with result, leveraged it usage to get output for failures during addfile and mounting within nodes

This commit is contained in:
Blake J. Harnden 2018-02-07 19:13:51 -08:00
parent 78537d8e95
commit 127d0b0666
3 changed files with 30 additions and 5 deletions

View file

@ -186,7 +186,6 @@ class TestCore:
assert not client.shcmd(command[0])
# check various command using command line
vnodeclient.USE_VCMD_MODULE = False
assert not client.cmd(command)
status, output = client.cmdresult(command)
assert not status