82a3bdd86b
* Ultimate e2e for native to erc type of bridge * Initialize * Node and yarn not needed anymore.
48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
---
|
|
driver:
|
|
name: docker
|
|
platforms:
|
|
- name: oracle-native-to-erc-host
|
|
groups:
|
|
- example
|
|
children:
|
|
- oracle
|
|
image: ubuntu:16.04
|
|
privileged: true
|
|
network_mode: host
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
provisioner:
|
|
name: ansible
|
|
playbooks:
|
|
prepare: ../prepare.yml
|
|
converge: ../../site.yml
|
|
inventory:
|
|
host_vars:
|
|
oracle-native-to-erc-host:
|
|
bridge_repo_branch: $CODEBASE_BRANCH
|
|
VALIDATOR_ADDRESS: "0xaaB52d66283F7A1D5978bcFcB55721ACB467384b"
|
|
VALIDATOR_ADDRESS_PRIVATE_KEY: "8e829f695aed89a154550f30262f1529582cc49dc30eff74a6b491359e0230f9"
|
|
HOME_BRIDGE_ADDRESS: "0x32198D570fffC7033641F8A9094FFDCaAEF42624"
|
|
FOREIGN_BRIDGE_ADDRESS: "0x2B6871b9B02F73fa24F4864322CdC78604207769"
|
|
ERC20_TOKEN_ADDRESS: "0xdbeE25CbE97e4A5CC6c499875774dc7067E9426B"
|
|
QUEUE_URL: "amqp://$DOCKER_LOCALHOST"
|
|
REDIS_URL: "redis://$DOCKER_LOCALHOST:6379"
|
|
HOME_RPC_URL: "http://$DOCKER_LOCALHOST:8541"
|
|
FOREIGN_RPC_URL: "http://$DOCKER_LOCALHOST:8542"
|
|
ALLOW_HTTP: yes
|
|
LOG_LEVEL: debug
|
|
verifier:
|
|
name: testinfra
|
|
lint:
|
|
name: flake8
|
|
scenario:
|
|
name: ultimate-native-to-erc
|
|
test_sequence:
|
|
- cleanup
|
|
- destroy
|
|
- syntax
|
|
- create
|
|
- prepare
|
|
- converge
|