Skip to content

Commit

Permalink
DEVSVCS-134: minor updates to README and testconfig (#14419)
Browse files Browse the repository at this point in the history
  • Loading branch information
iljapavlovs authored and DavidOrchard committed Sep 13, 2024
1 parent d39582b commit 85f4f82
Show file tree
Hide file tree
Showing 17 changed files with 50 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/docs/VRF.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How To Run VRF Tests
* All test configs should be placed in the [integration-tests/testconfig](integration-tests/testconfig) folder
* All test configs for running tests in live testnets should be under [integration-tests/testconfig/vrfv2plus/overrides](integration-tests/testconfig/vrfv2plus/overrides) folder
* All test configs should be placed in the [integration-tests/testconfig](../testconfig) folder
* All test configs for running tests in live testnets should be under [integration-tests/testconfig/vrfv2plus/overrides](../testconfig/vrfv2plus/overrides) folder


## Functional Tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ selected_networks = ["ARBITRUM_SEPOLIA"]

[ARBITRUM_SEPOLIA.VRFv2.General]
use_existing_env = false

[Logging]
test_log_collect = true
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ selected_networks = ["AVALANCHE_FUJI"]

[AVALANCHE_FUJI.VRFv2.General]
use_existing_env = false

[Logging]
test_log_collect = true
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ selected_networks = ["BSC_TESTNET"]

[BSC_TESTNET.VRFv2.General]
use_existing_env = false

[Logging]
test_log_collect = true
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ selected_networks = ["POLYGON_AMOY"]

[POLYGON_AMOY.VRFv2.General]
use_existing_env = false

[Logging]
test_log_collect = true
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ selected_networks = ["SEPOLIA"]

[SEPOLIA.VRFv2.General]
use_existing_env = false

[Logging]
test_log_collect = true
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ selected_networks = ["ARBITRUM_SEPOLIA"]

[ARBITRUM_SEPOLIA.VRFv2Plus.General]
use_existing_env = false

[Logging]
test_log_collect = true
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ selected_networks = ["AVALANCHE_FUJI"]

[AVALANCHE_FUJI.VRFv2Plus.General]
use_existing_env = false

[Logging]
test_log_collect = true
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ selected_networks = ["BASE_SEPOLIA"]

[BASE_SEPOLIA.VRFv2Plus.General]
use_existing_env = false

[Logging]
test_log_collect = true
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ selected_networks = ["BSC_TESTNET"]

[BSC_TESTNET.VRFv2Plus.General]
use_existing_env = false

[Logging]
test_log_collect = true
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ selected_networks = ["NEXON_DEV"]

[NEXON_DEV.VRFv2Plus.General]
use_existing_env = false

[Logging]
test_log_collect = true
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ selected_networks = ["NEXON_QA"]

[NEXON_QA.VRFv2Plus.General]
use_existing_env = false

[Logging]
test_log_collect = true
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ selected_networks = ["NEXON_STAGE"]

[NEXON_STAGE.VRFv2Plus.General]
use_existing_env = false

[Logging]
test_log_collect = true
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ selected_networks = ["NEXON_TEST"]

[NEXON_TEST.VRFv2Plus.General]
use_existing_env = false

[Logging]
test_log_collect = true
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ selected_networks = ["OPTIMISM_SEPOLIA"]

[OPTIMISM_SEPOLIA.VRFv2Plus.General]
use_existing_env = false

[Logging]
test_log_collect = true
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ selected_networks = ["POLYGON_AMOY"]

[POLYGON_AMOY.VRFv2Plus.General]
use_existing_env = false

[Logging]
test_log_collect = true
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ selected_networks = ["SEPOLIA"]

[SEPOLIA.VRFv2Plus.General]
use_existing_env = false

[Logging]
test_log_collect = true

0 comments on commit 85f4f82

Please sign in to comment.