Merge "Fix participant simulator port mapping in CSIT" into java-17
[policy/docker.git] / policy-db-migrator / smoke-test / readme.md
1 # DB Migrator Smoke test
2 CSIT docker compose for db-migrator can be used for this or any other docker compose.
3
4 - Check if `mariadb-tests.sh` and `postgres-test.sh` have the correct variables.
5 - Add any extras tests necessary for the test.
6 - Change the `db_migrator_policy_init.sh` on db-migrator docker to the `*-test.sh` file.
7 - Run docker compose
8 - Collect logs with `docker-compose logs > results.txt`
9 - Tear down compose. Repeat process if necessary.