forked from TrueCloudLab/frostfs-testcases
Fix library name after module renaming.
Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
This commit is contained in:
parent
6e23e7d454
commit
2f774f5995
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ Variables common.py
|
|||
Library acl.py
|
||||
Library container.py
|
||||
Library epoch.py
|
||||
Library nodes_management.py
|
||||
Library node_management.py
|
||||
Library neofs_verbs.py
|
||||
Library storage_policy.py
|
||||
Library utility_keywords.py
|
||||
|
|
|
@ -3,7 +3,7 @@ Variables common.py
|
|||
|
||||
Library Process
|
||||
Library epoch.py
|
||||
Library nodes_management.py
|
||||
Library node_management.py
|
||||
Library String
|
||||
Library acl.py
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ Variables common.py
|
|||
Variables wellknown_acl.py
|
||||
|
||||
Library container.py
|
||||
Library nodes_management.py
|
||||
Library node_management.py
|
||||
Library neofs_verbs.py
|
||||
Library utility_keywords.py
|
||||
|
||||
|
|
Loading…
Reference in a new issue