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

@ -108,13 +108,9 @@ class TestCore:
# check various command using vcmd module
command = ["ls"]
p, stdin, stdout, stderr = client.popen(command)
assert not p.wait()
assert not client.icmd(command)
# check various command using command line
p, stdin, stdout, stderr = client.popen(command)
assert not p.wait()
assert not client.icmd(command)
# check module methods