You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this PR I have no option to run robottelo tests without configuring the vault.
File "robottelo/robottelo/utils/vault.py", line 31, in export_vault_addr
vaulturl = re.findall('VAULT_URL_FOR_DYNACONF=(.*)', envdata)[0]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
or
File "robottelo/robottelo/utils/vault.py", line 37, in export_vault_addr
if re.findall('VAULT_ENABLED_FOR_DYNACONF=(.*)', envdata)[0] == 'true':
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
I have tried the following without success:
Using env var form pull request template export VAULT_SECRET_ID_FOR_DYNACONF=somesecret
Trying to disable the plugin pytest -p no:auto_vault
ERROR - Error! Vault CLI in not installed in your system, refer link https://learn.hashicorp.com/tutorials/vault/getting-started-install to install vault CLI as per your system spec!
The only workaround for me so far is deleting auto_vault from conftest.py
Since this PR I have no option to run robottelo tests without configuring the vault.
or
I have tried the following without success:
export VAULT_SECRET_ID_FOR_DYNACONF=somesecret
pytest -p no:auto_vault
yields
The only workaround for me so far is deleting
auto_vault
from conftest.py@jyejare any help would be greatly appreciated
The text was updated successfully, but these errors were encountered: