tokenbridge/deployment-e2e/README.md

36 lines
897 B
Markdown
Raw Normal View History

2019-07-19 10:18:51 +03:00
# POA TokenBridge / Deployment Testing
The deployment playbooks are tested using [Molecule](https://molecule.readthedocs.io).
## Push remote branch
The deployment playbooks are cloning the monorepository on target hosts, using your current local git branch name. If the branch does not exists on remote, you need to push it.
```
git push
```
Alternatively, if there are no changes except the playbooks, you can use the `master` branch:
```
2020-09-02 17:43:48 +03:00
./molecule.sh <scenario_name>
```
2021-04-16 12:31:12 +03:00
In this case `master` branch will be used as a codebase for Monitor, Oracle and Contracts deployed by your local playbook.
## Run the tests
```
2020-09-02 17:43:48 +03:00
./molecule.sh <scenario_name>
```
Available scenarios:
Scenario | Description
--- | ---
oracle | Deploys and checks standalone Oracle on Ubuntu host
## Ultimate E2E tests
For information on the Ultimate tests, please refer to [Ultimate](../e2e-commons/ULTIMATE.md).