removed VnodeClient.popen
This commit is contained in:
parent
fc7a161221
commit
b5d71bab82
4 changed files with 3 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue