forked from TrueCloudLab/frostfs-testcases
Fix node management tests
Remote connection was created to the 1st storage node only. While in reality we want to create connection to a specific node. Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
This commit is contained in:
parent
68cbb7deea
commit
be39480ade
5 changed files with 99 additions and 99 deletions
|
@ -4,7 +4,7 @@ from time import sleep
|
|||
import allure
|
||||
import pytest
|
||||
|
||||
from contract_keywords import tick_epoch
|
||||
from epoch import tick_epoch
|
||||
from python_keywords.container import create_container, get_container, list_containers, delete_container
|
||||
from utility import placement_policy_from_container
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue