change upgrade_test.sh according changes in MDBCI install_product command

The logic of MDBCI 'install_product' command was changed: now it works in the same way as product installation during initial VM start
(using Chef). Everything moved to Chef recipe and there is no need in 'setup_repo' command
This commit is contained in:
Timofey Turenko
2019-07-01 10:42:48 +03:00
parent b796351b2c
commit ce2d3778d5

View File

@ -51,8 +51,7 @@ export sshopt="$scpopt $sshuser@$IP"
old_version=`ssh $sshopt "maxscale --version" `
${mdbci_dir}/mdbci setup_repo --product maxscale_ci --product-version ${target} $name/maxscale
${mdbci_dir}/mdbci install_product --product maxscale_ci $name/maxscale
${mdbci_dir}/mdbci install_product --product maxscale_ci --product-version ${target} $name/maxscale
res=$?