Skip to content

Add --fork-list arg to testgen#3456

Merged
djrtwo merged 1 commit intodevfrom
testgen-fork-filter
Jul 18, 2023
Merged

Add --fork-list arg to testgen#3456
djrtwo merged 1 commit intodevfrom
testgen-fork-filter

Conversation

@hwwhww
Copy link
Contributor

@hwwhww hwwhww commented Jul 18, 2023

This PR adds a --fork-list arg to the test generator to only generate test vectors of the specific forks.

For instance, to only generator deneb tests, we can modify run_generator command in Makefile:

python3 main.py -o $(CURRENT_DIR)/$(TEST_VECTOR_DIR)

to

python3 main.py -o $(CURRENT_DIR)/$(TEST_VECTOR_DIR) --fork-list deneb

@hwwhww hwwhww added the testing CI, actions, tests, testing infra label Jul 18, 2023
@hwwhww hwwhww requested a review from djrtwo July 18, 2023 08:55
@hwwhww hwwhww force-pushed the testgen-fork-filter branch from 18974d1 to 858dcca Compare July 18, 2023 08:56
@djrtwo djrtwo merged commit 79bfdad into dev Jul 18, 2023
@djrtwo djrtwo deleted the testgen-fork-filter branch July 18, 2023 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testing CI, actions, tests, testing infra

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants