summaryrefslogtreecommitdiffstats
path: root/postgresql-tests/tasks/upgrade-basic/runtest.sh
blob: 7952fe05ec9ec33146eb061d3ca0066bb639444c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
export DTF_TEST_ID="basic-upgrade"
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
}