This is an old revision of the document!
If you need to simulate a yum install, including the download of the files, here's how to do it:
yum -y update --setopt tsflags=test
This downloads the updated packages and puts them into the cache. Usefull if your internet is spotty.
Originally from here