Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

[qctl] add support for acceptance tests. #80

Merged
merged 1 commit into from
Oct 6, 2020

Conversation

libby
Copy link
Contributor

@libby libby commented Oct 6, 2020

Add support for running acceptance tests against a running network:
qctl test accepttest --node-ip={K8S_NODEIP}

Requires the node-ip of the running K8s deployment. To overwrite the
default tags, use the --tags flags and explicitly set the acceptance
test tags to run. The tags have defaults depending on the consensus of
the network:
raft: "(basic || basic-raft || networks/typical::raft) && !extension"
ibft: "(basic || basic-istanbul || networks/typical::istanbul) && !extension"

Update README.md

Add support for running acceptance tests against a running network:
qctl test accepttest --node-ip={K8S_NODEIP}

Requires the node-ip of the running K8s deployment. To overwrite the
default tags, use the --tags flags and explicitly set the acceptance
test tags to run. The tags have defaults depending on the consensus of
the network:
raft: "(basic || basic-raft || networks/typical::raft) && !extension"
ibft: "(basic || basic-istanbul || networks/typical::istanbul) && !extension"
@libby libby merged commit 93b6af6 into Consensys:master Oct 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant