tree: 4a79ba1a1cbc333ab7f685b8491744b832e03d6a [path history] [tgz]
  1. mariadb-clamp-tests.sh
  2. mariadb-tests.sh
  3. postgres-clamp-tests.sh
  4. postgres-tests.sh
  5. 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.