Replace real packages in tests with dummy ones
In system tests we are using some real packages that contains various binaries. We
shouldn't be distributing them this way, it could be license violation and also it
increases size of repository with files that we really don't need. Replace them
with some dummy ones.
issue