forked from TrueCloudLab/frostfs-testcases
Enable configuration of wallets directories
Add new variables to common.py that allow: - Make paths to wallets configurable. - Make devenv services path configurable. Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
This commit is contained in:
parent
be39480ade
commit
014a1fee95
4 changed files with 31 additions and 22 deletions
|
@ -25,7 +25,7 @@ class TestACL:
|
|||
@pytest.fixture(autouse=True)
|
||||
def create_two_wallets(self, prepare_wallet_and_deposit):
|
||||
self.main_wallet = prepare_wallet_and_deposit
|
||||
self.other_wallet = wallet.init_wallet(ASSETS_DIR)
|
||||
self.other_wallet = wallet.init_wallet(ASSETS_DIR)[0] # We need wallet file path only
|
||||
|
||||
@allure.title('Test basic ACL')
|
||||
def test_basic_acl(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue