Skip to content

Commit a4ae566

Browse files
authored
Merge pull request #132 from ethpandaops/qu0b/migrate-execuiton-spec-tests
migrate to execution specs from execution spec tests
2 parents 48f9b2c + d3eea5a commit a4ae566

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

playbooks/dev/execution-spec-tests-execute.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ id: execution-spec-tests-execute
22
name: "Run 'execute' on execution spec tests"
33
timeout: 1h
44
config:
5-
gitRepo: https://github.com/ethereum/execution-spec-tests.git
5+
gitRepo: https://github.com/ethereum/execution-specs.git
66
gitBranch: main
77
testPath: ""
88
chainID: "0"
@@ -158,7 +158,7 @@ tasks:
158158
echo "Running test: ${TEST_PATH}"
159159
echo "============================"
160160
uv run execute remote "${TEST_PATH}" \
161-
--rpc-chain-id=${CHAIN_ID} \
161+
--chain-id=${CHAIN_ID} \
162162
--rpc-endpoint=${RPC_ENDPOINT} \
163163
--rpc-seed-key=${PRIVATE_KEY} \
164164
--seed-account-sweep-amount=${SEED_AMOUNT} \

playbooks/glamsterdam-dev/execution-sec-tests-sequential.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tasks:
3636
config:
3737
testFile: /tests/execution-spec-tests-execute.yaml
3838
testConfig:
39-
gitRepo: https://github.com/ethereum/execution-spec-tests.git
39+
gitRepo: https://github.com/ethereum/execution-spec.git
4040
runTests: false
4141
testConfigVars:
4242
specTestsPath: "tasks.tempdir.outputs.path"
@@ -81,7 +81,7 @@ tasks:
8181
config:
8282
testFile: /tests/execution-spec-tests-execute.yaml
8383
testConfig:
84-
gitRepo: https://github.com/ethereum/execution-spec-tests.git
84+
gitRepo: https://github.com/ethereum/execution-specs.git
8585
testPath: ./tests/amsterdam/eip7928_block_level_access_lists
8686
seedAmount: "10000000000000000000000" # 100 ETH
8787
extraFlags: "--fork=Amsterdam -n 16"

playbooks/pectra-dev/execution-spec-tests-sequential.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tasks:
3636
config:
3737
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml
3838
testConfig:
39-
gitRepo: https://github.com/ethereum/execution-spec-tests.git
39+
gitRepo: https://github.com/ethereum/execution-specs.git
4040
runTests: false
4141
testConfigVars:
4242
specTestsPath: "tasks.tempdir.outputs.path"
@@ -82,7 +82,7 @@ tasks:
8282
config:
8383
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml
8484
testConfig:
85-
gitRepo: https://github.com/ethereum/execution-spec-tests.git
85+
gitRepo: https://github.com/ethereum/execution-specs.git
8686
testPath: ./tests/prague/eip2537_bls_12_381_precompiles
8787
seedAmount: "100000000000000000000" # 100 ETH
8888
extraFlags: "--fork=Prague -n 16"
@@ -101,7 +101,7 @@ tasks:
101101
config:
102102
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml
103103
testConfig:
104-
gitRepo: https://github.com/ethereum/execution-spec-tests.git
104+
gitRepo: https://github.com/ethereum/execution-specs.git
105105
testPath: ./tests/prague/eip7002_el_triggerable_withdrawals
106106
seedAmount: "100000000000000000000" # 100 ETH
107107
extraFlags: "--fork=Prague -n 16"
@@ -120,7 +120,7 @@ tasks:
120120
config:
121121
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml
122122
testConfig:
123-
gitRepo: https://github.com/ethereum/execution-spec-tests.git
123+
gitRepo: https://github.com/ethereum/execution-specs.git
124124
testPath: ./tests/prague/eip7251_consolidations
125125
seedAmount: "100000000000000000000" # 100 ETH
126126
extraFlags: "--fork=Prague -n 16"
@@ -139,7 +139,7 @@ tasks:
139139
config:
140140
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml
141141
testConfig:
142-
gitRepo: https://github.com/ethereum/execution-spec-tests.git
142+
gitRepo: https://github.com/ethereum/execution-specs.git
143143
testPath: ./tests/prague/eip7623_increase_calldata_cost
144144
seedAmount: "100000000000000000000" # 100 ETH
145145
extraFlags: "--fork=Prague -n 16"
@@ -158,7 +158,7 @@ tasks:
158158
config:
159159
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml
160160
testConfig:
161-
gitRepo: https://github.com/ethereum/execution-spec-tests.git
161+
gitRepo: https://github.com/ethereum/execution-specs.git
162162
testPath: ./tests/prague/eip7702_set_code_tx
163163
seedAmount: "100000000000000000000" # 100 ETH
164164
extraFlags: "--fork=Prague -n 16"

playbooks/pectra-dev/execution-spec-tests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tasks:
3636
config:
3737
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml
3838
testConfig:
39-
gitRepo: https://github.com/ethereum/execution-spec-tests.git
39+
gitRepo: https://github.com/ethereum/execution-specs.git
4040
runTests: false
4141
testConfigVars:
4242
specTestsPath: "tasks.tempdir.outputs.path"
@@ -83,7 +83,7 @@ tasks:
8383
config:
8484
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml
8585
testConfig:
86-
gitRepo: https://github.com/ethereum/execution-spec-tests.git
86+
gitRepo: https://github.com/ethereum/execution-specs.git
8787
testPath: ./tests/prague/eip2537_bls_12_381_precompiles
8888
seedAmount: "100000000000000000000" # 100 ETH
8989
extraFlags: "--fork=Prague -n 16"
@@ -102,7 +102,7 @@ tasks:
102102
config:
103103
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml
104104
testConfig:
105-
gitRepo: https://github.com/ethereum/execution-spec-tests.git
105+
gitRepo: https://github.com/ethereum/execution-specs.git
106106
testPath: ./tests/prague/eip7002_el_triggerable_withdrawals
107107
seedAmount: "100000000000000000000" # 100 ETH
108108
extraFlags: "--fork=Prague -n 16"
@@ -121,7 +121,7 @@ tasks:
121121
config:
122122
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml
123123
testConfig:
124-
gitRepo: https://github.com/ethereum/execution-spec-tests.git
124+
gitRepo: https://github.com/ethereum/execution-specs.git
125125
testPath: ./tests/prague/eip7251_consolidations
126126
seedAmount: "100000000000000000000" # 100 ETH
127127
extraFlags: "--fork=Prague -n 16"
@@ -140,7 +140,7 @@ tasks:
140140
config:
141141
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml
142142
testConfig:
143-
gitRepo: https://github.com/ethereum/execution-spec-tests.git
143+
gitRepo: https://github.com/ethereum/execution-specs.git
144144
testPath: ./tests/prague/eip7623_increase_calldata_cost
145145
seedAmount: "100000000000000000000" # 100 ETH
146146
extraFlags: "--fork=Prague -n 16"
@@ -159,7 +159,7 @@ tasks:
159159
config:
160160
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml
161161
testConfig:
162-
gitRepo: https://github.com/ethereum/execution-spec-tests.git
162+
gitRepo: https://github.com/ethereum/execution-specs.git
163163
testPath: ./tests/prague/eip7702_set_code_tx
164164
seedAmount: "100000000000000000000" # 100 ETH
165165
extraFlags: "--fork=Prague -n 16"

0 commit comments

Comments
 (0)