summaryrefslogtreecommitdiffstats
path: root/postgresql-tests/tasks/upgrade/basic
diff options
context:
space:
mode:
Diffstat (limited to 'postgresql-tests/tasks/upgrade/basic')
-rw-r--r--postgresql-tests/tasks/upgrade/basic/runtest.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/postgresql-tests/tasks/upgrade/basic/runtest.sh b/postgresql-tests/tasks/upgrade/basic/runtest.sh
new file mode 100644
index 0000000..7602830
--- /dev/null
+++ b/postgresql-tests/tasks/upgrade/basic/runtest.sh
@@ -0,0 +1,12 @@
+export DTF_TEST_ID="upgrade-basic"
+export DTF_TEST_DESCRIPTION="Check postgresql-setup [--]upgrade"
+
+run()
+{
+ dtf_postgresql_test_init
+
+ dtf_postgresql_upgrade_tour "$(dtf_postgresql_data_mirror)" basic.tar.gz
+ rlAssert0 "test wrapper should finish successfully" $?
+
+ dtf_postgresql_test_finish
+}