commit | dd0b6b65e57f4b1f944226d10b035ce9ae19966f | [log] [tgz] |
---|---|---|
author | Tatyanka Leontovich <tleontovich@mirantis.com> | Thu Jan 10 17:04:23 2019 +0000 |
committer | Tatyanka Leontovich <tleontovich@mirantis.com> | Thu Jan 10 17:04:23 2019 +0000 |
tree | 4b8b07e3099516bf4b71b8be3aed3ad6f9d7f8ca | |
parent | 7df7f9bffefd21e9a111924d7ff8a7efc828f669 [diff] |
Revert "Install rsync to minion before fetch dump" This reverts commit 7df7f9bffefd21e9a111924d7ff8a7efc828f669. Broke tests https://mirantis.testrail.com/index.php?/runs/view/55458&group_by=cases:section_id&group_order=asc&group_id=129859 Change-Id: I13f1fe37eae3c53bd3fffd8e5e60bb5991291911
diff --git a/tcp_tests/managers/underlay_ssh_manager.py b/tcp_tests/managers/underlay_ssh_manager.py index 5edebc7..cf1fb2b 100644 --- a/tcp_tests/managers/underlay_ssh_manager.py +++ b/tcp_tests/managers/underlay_ssh_manager.py
@@ -509,11 +509,6 @@ for minion in minions: LOG.info("Getting archived artifacts from the minion {0}" .format(minion)) - master.check_call( - "salt {minion} pkg.install rsync".format( - minion=minion.strip()), - raise_on_err=False, - timeout=120) master.check_call("rsync -aruv {0}:/root/*.tar.gz " "/root/dump/".format(minion.strip()), raise_on_err=False,