Commit d24fb2a2 authored by pk910's avatar pk910 Committed by GitHub

fix: update built in assertoor tests (#782)

update built in assertoor tests for compatibility with recent assertoor
changes:
* add unique id to all tests
parent 56532cf5
id: all-opcodes-test
name: "All-Opcodes Transaction Test" name: "All-Opcodes Transaction Test"
timeout: 1h timeout: 1h
config: config:
#walletPrivkey: "" walletPrivkey: ""
tasks: tasks:
- name: check_clients_are_healthy - name: check_clients_are_healthy
title: "Check if at least one client is ready" title: "Check if at least one client is ready"
...@@ -188,7 +189,7 @@ tasks: ...@@ -188,7 +189,7 @@ tasks:
privateKey: "walletPrivkey" privateKey: "walletPrivkey"
# check precompiles # check precompiles
- name: generate_transaction - name: generate_transaction
title: "Call precompiles test contract: test1() ecrecover" title: "Call precompiles test contract: test1()"
config: config:
feeCap: 5000000000 # 5 gwei feeCap: 5000000000 # 5 gwei
gasLimit: 200000 gasLimit: 200000
...@@ -199,7 +200,7 @@ tasks: ...@@ -199,7 +200,7 @@ tasks:
targetAddress: "precompilesTestContractAddr" targetAddress: "precompilesTestContractAddr"
privateKey: "walletPrivkey" privateKey: "walletPrivkey"
- name: generate_transaction - name: generate_transaction
title: "Call precompiles test contract: test2() sha256" title: "Call precompiles test contract: test2()"
config: config:
feeCap: 5000000000 # 5 gwei feeCap: 5000000000 # 5 gwei
gasLimit: 200000 gasLimit: 200000
...@@ -210,7 +211,7 @@ tasks: ...@@ -210,7 +211,7 @@ tasks:
targetAddress: "precompilesTestContractAddr" targetAddress: "precompilesTestContractAddr"
privateKey: "walletPrivkey" privateKey: "walletPrivkey"
- name: generate_transaction - name: generate_transaction
title: "Call precompiles test contract: test3() ripemd160" title: "Call precompiles test contract: test3()"
config: config:
feeCap: 5000000000 # 5 gwei feeCap: 5000000000 # 5 gwei
gasLimit: 200000 gasLimit: 200000
...@@ -221,7 +222,7 @@ tasks: ...@@ -221,7 +222,7 @@ tasks:
targetAddress: "precompilesTestContractAddr" targetAddress: "precompilesTestContractAddr"
privateKey: "walletPrivkey" privateKey: "walletPrivkey"
- name: generate_transaction - name: generate_transaction
title: "Call precompiles test contract: test4() identity" title: "Call precompiles test contract: test4()"
config: config:
feeCap: 5000000000 # 5 gwei feeCap: 5000000000 # 5 gwei
gasLimit: 200000 gasLimit: 200000
...@@ -232,7 +233,7 @@ tasks: ...@@ -232,7 +233,7 @@ tasks:
targetAddress: "precompilesTestContractAddr" targetAddress: "precompilesTestContractAddr"
privateKey: "walletPrivkey" privateKey: "walletPrivkey"
- name: generate_transaction - name: generate_transaction
title: "Call precompiles test contract: test5() modExp" title: "Call precompiles test contract: test5()"
config: config:
feeCap: 5000000000 # 5 gwei feeCap: 5000000000 # 5 gwei
gasLimit: 200000 gasLimit: 200000
...@@ -243,7 +244,7 @@ tasks: ...@@ -243,7 +244,7 @@ tasks:
targetAddress: "precompilesTestContractAddr" targetAddress: "precompilesTestContractAddr"
privateKey: "walletPrivkey" privateKey: "walletPrivkey"
- name: generate_transaction - name: generate_transaction
title: "Call precompiles test contract: test9() blake2F" title: "Call precompiles test contract: test9()"
config: config:
feeCap: 5000000000 # 5 gwei feeCap: 5000000000 # 5 gwei
gasLimit: 200000 gasLimit: 200000
......
id: blob-transactions-test
name: "Blob Transaction Test" name: "Blob Transaction Test"
timeout: 1h timeout: 1h
config: config:
#walletPrivkey: "" walletPrivkey: ""
#validatorPairNames: [] validatorPairNames: []
#clientPairNames: [] clientPairNames: []
tasks: tasks:
- name: check_clients_are_healthy - name: check_clients_are_healthy
title: "Check if at least one client is ready" title: "Check if at least one client is ready"
...@@ -20,9 +21,9 @@ tasks: ...@@ -20,9 +21,9 @@ tasks:
name: generate_blob_transactions name: generate_blob_transactions
title: "Generate 2 blob transactions per block" title: "Generate 2 blob transactions per block"
config: config:
childWallets: 5 childWallets: 20
walletSeed: "blob-test" walletSeed: "blob-test"
limitPending: 4 limitPending: 10
limitPerBlock: 2 limitPerBlock: 2
randomTarget: true randomTarget: true
amount: 1000000 amount: 1000000
...@@ -72,9 +73,9 @@ tasks: ...@@ -72,9 +73,9 @@ tasks:
name: generate_blob_transactions name: generate_blob_transactions
title: "Generate 2 blob transactions per block and send via ${clientPairName}" title: "Generate 2 blob transactions per block and send via ${clientPairName}"
config: config:
childWallets: 5 childWallets: 20
walletSeed: "blob-test" walletSeed: "blob-test"
limitPending: 4 limitPending: 10
limitPerBlock: 2 limitPerBlock: 2
randomTarget: true randomTarget: true
amount: 1000000 amount: 1000000
......
id: block-proposal-check
name: "Every client pair proposed a block" name: "Every client pair proposed a block"
timeout: 2h timeout: 2h
disable: false disable: false
config: config:
#validatorPairNames: [] validatorPairNames: []
tasks: tasks:
- name: check_clients_are_healthy - name: check_clients_are_healthy
title: "Check if at least one client is ready" title: "Check if at least one client is ready"
......
id: eoa-transactions-test
name: "Transaction Test" name: "Transaction Test"
timeout: 1h timeout: 1h
config: config:
#walletPrivkey: "" walletPrivkey: ""
#validatorPairNames: [] validatorPairNames: []
#clientPairNames: [] clientPairNames: []
tasks: tasks:
- name: check_clients_are_healthy - name: check_clients_are_healthy
title: "Check if at least one client is ready" title: "Check if at least one client is ready"
...@@ -20,8 +21,8 @@ tasks: ...@@ -20,8 +21,8 @@ tasks:
name: generate_eoa_transactions name: generate_eoa_transactions
title: "Generate 10 EOA transaction per block" title: "Generate 10 EOA transaction per block"
config: config:
childWallets: 10 childWallets: 100
limitPending: 10 limitPending: 100
limitPerBlock: 10 limitPerBlock: 10
randomTarget: true randomTarget: true
amount: 1000000 amount: 1000000
...@@ -72,8 +73,8 @@ tasks: ...@@ -72,8 +73,8 @@ tasks:
name: generate_eoa_transactions name: generate_eoa_transactions
title: "Generate 10 EOA transaction per block and send via ${clientPairName}" title: "Generate 10 EOA transaction per block and send via ${clientPairName}"
config: config:
childWallets: 10 childWallets: 100
limitPending: 10 limitPending: 100
limitPerBlock: 10 limitPerBlock: 10
randomTarget: true randomTarget: true
amount: 1000000 amount: 1000000
...@@ -102,8 +103,8 @@ tasks: ...@@ -102,8 +103,8 @@ tasks:
name: generate_eoa_transactions name: generate_eoa_transactions
title: "Generate 10 EOA transaction per block" title: "Generate 10 EOA transaction per block"
config: config:
childWallets: 10 childWallets: 100
limitPending: 10 limitPending: 100
limitPerBlock: 10 limitPerBlock: 10
randomTarget: true randomTarget: true
amount: 1000000 amount: 1000000
...@@ -153,8 +154,8 @@ tasks: ...@@ -153,8 +154,8 @@ tasks:
name: generate_eoa_transactions name: generate_eoa_transactions
title: "Generate 10 EOA transaction per block and send via ${clientPairName}" title: "Generate 10 EOA transaction per block and send via ${clientPairName}"
config: config:
childWallets: 10 childWallets: 100
limitPending: 10 limitPending: 100
limitPerBlock: 10 limitPerBlock: 10
randomTarget: true randomTarget: true
amount: 1000000 amount: 1000000
......
id: stability-check
name: "Check chain stability" name: "Check chain stability"
timeout: 2h timeout: 2h
tasks: tasks:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment