-
Notifications
You must be signed in to change notification settings - Fork 14
ETCM-9557-Implement direct tests #642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@@ -73,6 +73,27 @@ runs: | |||
kubectl config use-context my-context | |||
shell: bash | |||
|
|||
- name: Copy all decrypted keys from binary-host pod |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We want to remove binary-host
completely, and we need secrets to be available by partner-chains-node
binary so we need copy them into the pod directly. The best way to do that is leveraging existing pytest fixtures, since they allow us to remove secrets after tests are done.
Co-authored-by: Radosław Sporny <[email protected]>
fix: rpc method fix: block parse fix: params fix: registrations feat: commit suggestion Co-authored-by: Radosław Sporny <[email protected]> feat: ssh > shell fix: beck32 feat: kubectl cp feat: quiet installation fix: json feat: docs fix: mirror fix: match test matrix fix: continue-on-error fix: test fixes fix: debugging fix: quiet python setup fix: tests feat: build bech32 fix: bech32 fix: cardano-cli fix: cardano-cli fix: non interactive fix: env fix: command handling and debugging fix: command handling fix: env vars fix: smart contract tests fix: ogmios host fix: handling fix: shlex fix: fixtures fix: rpc fixture fix: workflow fix: arguments fix: skey fix: conftest and fixes fix: key fix: ariadne fix: debug fix: stake key hash fix: fixes fix: debugging
Closing as inactive |
No description provided.