1Feature: Package download with fastestmirror and its cache enabled 2 Check that download with fastestmirror and existing cache used 3 is faster then download with fastestmirror without cache. 4 5 Scenario: Fastest mirror enabled and cache doesn't exist 6 Given metalinkurl: https://mirrors.fedoraproject.org/metalink?repo=fedora-20&arch=x86_64 7 And Want to download location: Packages/l/librepo-1.2.1-2.fc20.x86_64.rpm 8 When I download the package three times 9 Then Third download with fastestmirrorcache should be the fastest 10 11