41 lines
922 B
YAML
41 lines
922 B
YAML
---
|
|
driver:
|
|
name: docker
|
|
platforms:
|
|
- name: oracle-erc-to-native-host
|
|
groups:
|
|
- ultimate
|
|
- erc-to-native
|
|
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: ../ultimate-commons/converge.yml
|
|
inventory:
|
|
host_vars:
|
|
oracle-erc-to-native-host:
|
|
ORACLE_VALIDATOR_ADDRESS: "0xaaB52d66283F7A1D5978bcFcB55721ACB467384b"
|
|
ORACLE_VALIDATOR_ADDRESS_PRIVATE_KEY: "8e829f695aed89a154550f30262f1529582cc49dc30eff74a6b491359e0230f9"
|
|
ORACLE_HOME_START_BLOCK: 1
|
|
ORACLE_FOREIGN_START_BLOCK: 1
|
|
verifier:
|
|
name: testinfra
|
|
lint:
|
|
name: flake8
|
|
scenario:
|
|
name: ultimate-erc-to-native
|
|
test_sequence:
|
|
- cleanup
|
|
- destroy
|
|
- syntax
|
|
- create
|
|
- prepare
|
|
- converge
|