I'm trying to have shared tests between all 400+ rust packages.

I have few problems though:

* There is no package NEVRA in test environment so the shared test doesn't know what to test - it is necessary to know which test to run
* No dist-git sources of a package - while trying to workaround previous problem I have found that dist-git doesn't get into the environment so I can't do something like dnf builddep

Please help me ;)

P.S> I'm using standard-test-basic role.

Thanks in advance!
--

-Igor Gnatenko