diff --git a/BUILD/mdbci/upgrade_test.sh b/BUILD/mdbci/upgrade_test.sh index 24695b5b0..32d19a579 100755 --- a/BUILD/mdbci/upgrade_test.sh +++ b/BUILD/mdbci/upgrade_test.sh @@ -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=$? diff --git a/maxscale-system-test/testconnections.cpp b/maxscale-system-test/testconnections.cpp index ff391d5b8..be1c49a08 100644 --- a/maxscale-system-test/testconnections.cpp +++ b/maxscale-system-test/testconnections.cpp @@ -2306,12 +2306,6 @@ int TestConnections::reinstall_maxscales() maxscales->ssh_node(i, "yum remove maxscale -y", true); maxscales->ssh_node(i, "yum clean all", true); - sprintf(sys, "mdbci setup_repo --product maxscale_ci --product-version %s %s/%s_%03d", - target, mdbci_config_name, maxscales->prefix, i); - if (system(sys)) - { - return 1; - } sprintf(sys, "mdbci install_product --product maxscale_ci --product-version %s %s/%s_%03d", target, mdbci_config_name, maxscales->prefix, i); if (system(sys))