forked from TrueCloudLab/frostfs-testlib
[#3] Move source code of testlib to src directory
Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
This commit is contained in:
parent
c48f7b7ff2
commit
f5cd6a1954
41 changed files with 230 additions and 207 deletions
|
@ -1,8 +1,9 @@
|
|||
import os
|
||||
from unittest import SkipTest, TestCase
|
||||
|
||||
from shell.interfaces import CommandOptions, InteractiveInput
|
||||
from shell.ssh_shell import SSHShell
|
||||
from neofs_testlib.shell.interfaces import CommandOptions, InteractiveInput
|
||||
from neofs_testlib.shell.ssh_shell import SSHShell
|
||||
|
||||
from tests.helpers import format_error_details, get_output_lines
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue