Commit a9785734 authored by QM's avatar QM

regression testing

parent 28297e5a
...@@ -214,7 +214,7 @@ function TestETH2Chain33Assets_proxy_excess() { ...@@ -214,7 +214,7 @@ function TestETH2Chain33Assets_proxy_excess() {
echo -e "${IYellow} ethValidatorAddrp ethereum 代理地址 withdraw 后金额 超额了金额跟之前一样${NOC}" echo -e "${IYellow} ethValidatorAddrp ethereum 代理地址 withdraw 后金额 超额了金额跟之前一样${NOC}"
result=$(${CLIA} ethereum balance -o "${ethValidatorAddrp}" | jq -r ".balance") result=$(${CLIA} ethereum balance -o "${ethValidatorAddrp}" | jq -r ".balance")
is_equal "${result}" "${ethPBalancebf}" is_equal "${result}" "${ethPBalancebf}"
echo -e "${GRE}=========== $FUNCNAME end ===========${NOC}" echo -e "${GRE}=========== $FUNCNAME end ===========${NOC}"
} }
...@@ -431,7 +431,7 @@ function AllRelayerMainTest() { ...@@ -431,7 +431,7 @@ function AllRelayerMainTest() {
initPara initPara
StartDockerRelayerDeploy StartDockerRelayerDeploy
# test_all test_all
TestRelayerProxy TestRelayerProxy
......
...@@ -29,7 +29,7 @@ startSyncHash="" ...@@ -29,7 +29,7 @@ startSyncHash=""
[deploy4chain33] [deploy4chain33]
#合约部署人员私钥,用于部署合约时签名使用 #合约部署人员私钥,用于部署合约时签名使用
operatorAddr="14KEKbYtKKQm4wMthSK9J4La4nAiidGozt" operatorAddr="14KEKbYtKKQm4wMthSK9J4La4nAiidGozt"
#验证人地址,至少配置3个以上,即大于等于3 #验证人地址,至少配置3个以上,即大于等于3
validatorsAddr=["14KEKbYtKKQm4wMthSK9J4La4nAiidGozt", "13KTf57aCkVVJYNJBXBBveiA5V811SrLcT", "1JQwQWsShTHC4zxHzbUfYQK4kRBriUQdEe", "1NHuKqoKe3hyv52PF8XBAyaTmJWAqA2Jbb"] validatorsAddr=["14KEKbYtKKQm4wMthSK9J4La4nAiidGozt", "13KTf57aCkVVJYNJBXBBveiA5V811SrLcT", "1JQwQWsShTHC4zxHzbUfYQK4kRBriUQdEe", "1NHuKqoKe3hyv52PF8XBAyaTmJWAqA2Jbb"]
#验证人权重 #验证人权重
initPowers=[96, 1, 1, 1] initPowers=[96, 1, 1, 1]
...@@ -37,7 +37,7 @@ initPowers=[96, 1, 1, 1] ...@@ -37,7 +37,7 @@ initPowers=[96, 1, 1, 1]
[deploy] [deploy]
#合约部署人员私钥,用于部署合约时签名使用 #合约部署人员私钥,用于部署合约时签名使用
operatorAddr="0x8afdadfc88a1087c9a1d6c0f5dd04634b87f303a" operatorAddr="0x8afdadfc88a1087c9a1d6c0f5dd04634b87f303a"
#验证人地址,至少配置3个以上,即大于等于3 #验证人地址,至少配置3个以上,即大于等于3
validatorsAddr=["0x92C8b16aFD6d423652559C6E266cBE1c29Bfd84f", "0x0df9a824699bc5878232c9e612fe1a5346a5a368", "0xcb074cb21cdddf3ce9c3c0a7ac4497d633c9d9f1", "0xd9dab021e74ecf475788ed7b61356056b2095830"] validatorsAddr=["0x92C8b16aFD6d423652559C6E266cBE1c29Bfd84f", "0x0df9a824699bc5878232c9e612fe1a5346a5a368", "0xcb074cb21cdddf3ce9c3c0a7ac4497d633c9d9f1", "0xd9dab021e74ecf475788ed7b61356056b2095830"]
#验证人权重 #验证人权重
initPowers=[96, 1, 1, 1] initPowers=[96, 1, 1, 1]
......
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