Description of problem:
On Fedora Rawhide, the testmodule module does not have the default stream and profile set. Therefore, DNF will not install the module using `dnf module install testmodule`. It will only enable it. Since modules should be able to install using the aforementioned command, I consider this a bug.
How reproducible:
Always
Steps to reproduce:
1. dnf module list testmodule
Expected results:
Modules should have the defaults set. I believe that the test module should meet all criteria of good practice when create modules for people to see how to make them correctly.
Additional info:
Please, fix.