aboutsummaryrefslogtreecommitdiffstats
path: root/policy-db-migrator/smoke-test/readme.md
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2022-03-28 12:29:01 +0100
committeradheli.tavares <adheli.tavares@est.tech>2022-03-28 12:37:48 +0100
commit7a58ae144338d6b8ecf9904c05a62ee00ee0538b (patch)
tree4a5b288be7da402a5a4a9baa1ddbba2e1bd78f54 /policy-db-migrator/smoke-test/readme.md
parent6d3f79492ea9ad35347606c2c4748b50133a5ba8 (diff)
DB migrator fixes after smoke test
Issue-ID: POLICY-3999 Change-Id: I65d95cbfab4b49245bb68f2ca5067fda9437b531 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'policy-db-migrator/smoke-test/readme.md')
-rw-r--r--policy-db-migrator/smoke-test/readme.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/policy-db-migrator/smoke-test/readme.md b/policy-db-migrator/smoke-test/readme.md
new file mode 100644
index 00000000..5a00de12
--- /dev/null
+++ b/policy-db-migrator/smoke-test/readme.md
@@ -0,0 +1,9 @@
+# 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. \ No newline at end of file