Skip to content

Commit

Permalink
deployment/ccip/changeset: rm TestInitialDeploy (#15568)
Browse files Browse the repository at this point in the history
This test is now a relic as we have more granular test cases in other test files.
  • Loading branch information
makramkd authored Dec 9, 2024
1 parent 54938d4 commit 398e583
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 184 deletions.
13 changes: 0 additions & 13 deletions .github/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -935,19 +935,6 @@ runner-test-matrix:

# START: CCIPv1.6 tests

- id: smoke/ccip/ccip_test.go:*
path: integration-tests/smoke/ccip/ccip_test.go
test_env_type: docker
runs_on: ubuntu-latest
triggers:
- PR E2E Core Tests
- Nightly E2E Tests
test_cmd: cd integration-tests/smoke/ccip && go test ccip_test.go -timeout 25m -test.parallel=2 -count=1 -json
pyroscope_env: ci-smoke-ccipv1_6-evm-simulated
test_env_vars:
E2E_TEST_SELECTED_NETWORK: SIMULATED_1,SIMULATED_2
E2E_JD_VERSION: 0.6.0

- id: smoke/ccip/ccip_message_limitations_test.go:*
path: integration-tests/smoke/ccip/ccip_message_limitations_test.go
test_env_type: docker
Expand Down
82 changes: 0 additions & 82 deletions deployment/ccip/changeset/initial_deploy_test.go

This file was deleted.

12 changes: 6 additions & 6 deletions deployment/environment/devenv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Pre-requisites:

#### Setting Up Testconfig with Simulated Private Ethereum Network

To run tests (e.g., [ccip-test](../../integration-tests/smoke/ccip_test.go)),
you need to set up the testconfig following the [testconfig setup instructions](../../integration-tests/testconfig/README.md).
To run tests (e.g., [ccip-test](../../../integration-tests/ccip-tests/smoke/ccip_test.go)),
you need to set up the testconfig following the [testconfig setup instructions](../../../integration-tests/testconfig/README.md).
The testconfig specifies the details of the different configurations to set up the environment and run the tests.
Generally, tests are run with the [default](../../integration-tests/testconfig/default.toml) config unless overridden by product-specific config.
For example, the [ccip-test](../../integration-tests/smoke/ccip_test.go) uses [ccip.toml](../../integration-tests/testconfig/ccip/ccip.toml) to specify
Generally, tests are run with the [default](../../../integration-tests/testconfig/default.toml) config unless overridden by product-specific config.
For example, the [ccip-test](../../../integration-tests/ccip-tests/smoke/ccip_test.go) uses [ccip.toml](../../../integration-tests/testconfig/ccip/ccip.toml) to specify
CCIP-specific test environment details.

There are additional secret configuration parameters required by the `devenv` environment that are not stored in the testconfig.
Expand All @@ -37,7 +37,7 @@ By default, tests are run with private Ethereum network containers set up in the
the Chainlink nodes and job distributor. To run tests against existing testnet/mainnet,
set the `selected_network` field in the testconfig with the specific network names.

For example, if running [ccip-smoke](../../integration-tests/smoke/ccip_test.go) tests with Sepolia, Avax, and Binance testnets,
For example, if running [ccip-smoke](../../../integration-tests/ccip-tests/smoke/ccip_test.go) tests with Sepolia, Avax, and Binance testnets,
copy the contents of [sepolia_avax_binance.toml](../../integration-tests/testconfig/ccip/overrides/sepolia_avax_binance.toml)
to the `overrides.toml` file.

Expand All @@ -48,4 +48,4 @@ provide necessary secrets applicable to the network you are running the tests ag
- `E2E_TEST_<networkName>_RPC_HTTP_URL_<sequence_number>`
- `E2E_TEST_<networkName>_RPC_WS_URL_<sequence_number>`

Now you are all set to run the tests with the existing testnet/mainnet.
Now you are all set to run the tests with the existing testnet/mainnet.
83 changes: 0 additions & 83 deletions integration-tests/smoke/ccip/ccip_test.go

This file was deleted.

0 comments on commit 398e583

Please sign in to comment.