Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Add IPV6 tests to run_tests script
Browse files Browse the repository at this point in the history
docker-compose creates an IPV6 network even if IPV6 is not enabled
globally in Docker.

Signed-off-by: Richard Berg <rberg@bitwise.io>
  • Loading branch information
rberg2 committed Sep 23, 2019
1 parent 63fdf2e commit 1801e36
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bin/run_tests
Expand Up @@ -23,6 +23,7 @@ MODULE_LIST="
settings
identity
block_info
ipv6
battleship
validator
rust_sdk
Expand Down Expand Up @@ -144,6 +145,9 @@ main() {
integration)
test_integration
;;
ipv6)
test_ipv6
;;
deployment)
test_deployment
;;
Expand Down Expand Up @@ -180,6 +184,11 @@ test_identity() {
copy_coverage .coverage.identity
}

test_ipv6() {
run_docker_test ./integration/sawtooth_integration/docker/test_ipv6.yaml
copy_coverage .coverage.ipv6
}

test_block_info() {
run_docker_test test_block_info_injector
copy_coverage .coverage.block_info_injector
Expand Down

0 comments on commit 1801e36

Please sign in to comment.