This proposal is for changes to Base test case: "QA:Testcase package install remove" The existing test case is here:

https://fedoraproject.org/wiki/QA:Testcase_package_install_remove

Though there is a requirement to install packages, there are no commands provided to accomplish this. Also, there are no instructions concerning things to look for during the installations.

If we specified the packages to install, we could test an RPM package and a Modular package. I don't think dnf can handle Flatpacks.

This test case uses the command line: (rpm -q package1 package2) This is done twice; once to remove the packages and once to verify the removal.

I might be good to change the first one to: (dnf remove). Though we could use this command again to verify the removal, it might be more revealing to use (dnf info). The DNF info will show, among other things, "Installed" or "Available".

We could even pipe results from the above commands to greps to look for the desired results.

There are many details to be determined. I would like to get feedback on if this test case should be updated and suggestions on the various details I have left open.


        Have a Great Day!

        Pat     tablepc)
_______________________________________________
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org

Reply via email to