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