2020-12-21 11:45:07 +00:00
|
|
|
import
|
|
|
|
# Waku v2 tests
|
|
|
|
# TODO: enable this when it is altered into a proper waku relay test
|
|
|
|
# ./v2/test_waku,
|
|
|
|
./v2/test_wakunode,
|
|
|
|
./v2/test_waku_store,
|
|
|
|
./v2/test_waku_filter,
|
|
|
|
./v2/test_waku_pagination,
|
|
|
|
./v2/test_waku_payload,
|
2021-02-25 03:10:43 +00:00
|
|
|
./v2/test_waku_swap,
|
2020-12-21 11:45:07 +00:00
|
|
|
./v2/test_message_store,
|
|
|
|
./v2/test_jsonrpc_waku,
|
2021-02-04 10:53:58 +00:00
|
|
|
./v2/test_peer_manager,
|
2021-02-04 19:45:09 +00:00
|
|
|
./v2/test_web3, # TODO remove it when rln-relay tests get finalized
|
2021-03-22 10:07:05 +00:00
|
|
|
./v2/test_waku_rln_relay,
|
|
|
|
./v2/test_waku_bridge
|
2021-02-08 14:34:54 +00:00
|
|
|
|
|
|
|
# TODO Only enable this once swap module is integrated more nicely as a dependency, i.e. as submodule with CI etc
|
|
|
|
# For PoC execute it manually and run separate module here: https://github.com/vacp2p/swap-contracts-module
|
|
|
|
# ./v2/test_waku_swap_contracts
|