lighthouse/testing/execution_engine_integration/src
Mac L 9c429d0764 Only use authenticated endpoints during EE integration testing (#3253)
## Issue Addressed

Failures in our CI integration tests for Geth.

## Proposed Changes

Only connect to the authenticated execution endpoints during execution tests.
This is necessary now that it is impossible to connect to the `engine` api on an unauthenticated endpoint.
See https://github.com/ethereum/go-ethereum/pull/24997

## Additional Info

As these tests break semi-regularly, I have kept logs enabled to ease future debugging.
I've also updated the Nethermind tests, although these weren't broken. This should future-proof us if Nethermind decides to follow suit with Geth
2022-06-09 10:47:03 +00:00
..
build_utils.rs Add Nethermind integration tests (#3100) 2022-03-24 00:04:48 +00:00
execution_engine.rs Only use authenticated endpoints during EE integration testing (#3253) 2022-06-09 10:47:03 +00:00
genesis_json.rs Switch Nethermind integration tests to use master branch (#3228) 2022-06-03 03:22:55 +00:00
geth.rs Target geth master in integration testing (#3120) 2022-03-28 07:14:14 +00:00
main.rs Only use authenticated endpoints during EE integration testing (#3253) 2022-06-09 10:47:03 +00:00
nethermind.rs Only use authenticated endpoints during EE integration testing (#3253) 2022-06-09 10:47:03 +00:00
test_rig.rs Only use authenticated endpoints during EE integration testing (#3253) 2022-06-09 10:47:03 +00:00