2020-07-13 10:08:03 +00:00
|
|
|
import
|
|
|
|
# Waku v2 tests
|
2020-09-01 15:20:38 +00:00
|
|
|
# TODO: enable this when it is altered into a proper waku relay test
|
|
|
|
# ./v2/test_waku,
|
2020-08-27 02:44:09 +00:00
|
|
|
./v2/test_wakunode,
|
2020-09-23 04:19:37 +00:00
|
|
|
./v2/test_waku_store,
|
2020-10-06 18:36:44 +00:00
|
|
|
./v2/test_waku_filter,
|
2020-11-03 20:20:40 +00:00
|
|
|
./v2/test_waku_pagination,
|
|
|
|
./v2/test_waku_payload,
|
2021-02-25 02:47:48 +00:00
|
|
|
./v2/test_waku_swap,
|
2020-11-24 03:44:37 +00:00
|
|
|
./v2/test_message_store,
|
2020-12-04 04:41:28 +00:00
|
|
|
./v2/test_jsonrpc_waku,
|
2021-02-04 10:32:58 +00:00
|
|
|
./v2/test_peer_manager,
|
2021-02-04 19:30:00 +00:00
|
|
|
./v2/test_web3, # TODO remove it when rln-relay tests get finalized
|
2021-03-22 09:44:45 +00:00
|
|
|
./v2/test_waku_rln_relay,
|
2021-03-26 08:49:51 +00:00
|
|
|
./v2/test_waku_bridge,
|
|
|
|
./v2/test_peer_storage
|
2021-02-08 14:19:34 +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
|