tree: c97f0632bb010d689e312f078b3ea71d57202bd6 [path history] [tgz]
  1. mariadb-tests.sh
  2. postgres-tests.sh
  3. readme.md
policy-db-migrator/smoke-test/readme.md

DB Migrator Smoke test

CSIT docker compose for db-migrator can be used for this or any other docker compose.

  • Check if mariadb-tests.sh and postgres-test.sh have the correct variables.
  • Add any extras tests necessary for the test.
  • Change the db_migrator_policy_init.sh on db-migrator docker to the *-test.sh file.
  • Run docker compose
  • Collect logs with docker-compose logs > results.txt
  • Tear down compose. Repeat process if necessary.