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:
@ -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=$?
|
||||
|
||||
|
Reference in New Issue
Block a user