[#3] Added generate proto script create container method
Signed-off-by: Ilyas Niyazov <i.niyazov@yadro.com>
This commit is contained in:
parent
f8465e5b99
commit
fba6eaaa9c
34 changed files with 547 additions and 108 deletions
|
@ -1,7 +1,6 @@
|
|||
import pytest
|
||||
|
||||
# from frostfs_sdk.client.frostfs_client import FrostfsClient
|
||||
# from frostfs_sdk.client.models.client_settings import ClientSettings
|
||||
from frostfs_sdk import ClientSettings, FrostfsClient
|
||||
from tests.helpers.models import ClientCryptograpy, Helpers
|
||||
|
||||
|
||||
|
@ -10,13 +9,14 @@ def client_cryptography():
|
|||
return ClientCryptograpy()
|
||||
|
||||
|
||||
# @pytest.fixture(scope="session")
|
||||
# def default_frostfs_client():
|
||||
# client_settings = ClientSettings(
|
||||
# wif="",
|
||||
# address="10.78.128.25:8080"
|
||||
# )
|
||||
# return FrostfsClient(client_settings)
|
||||
@pytest.fixture(scope="session")
|
||||
def default_frostfs_client():
|
||||
client_settings = ClientSettings(
|
||||
wif="KxnEZ7FsPgKMdL9PYt9vsDkXiSw6qP9J8dpR4eVMsDpJyJxcYpve",
|
||||
address="10.78.130.201:8080",
|
||||
# address="localhost:8080"
|
||||
)
|
||||
return FrostfsClient(client_settings)
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue