From Fedora Project Wiki
Revision as of 20:26, 15 April 2018 by Frantisekz (talk | contribs) (Created page with "{{QA/Test_Case |description=This is to verify that ''anaconda-install-env-deps'' does exist on live media, but not on installed system. |actions= # Boot the installer using an...")
Description
This is to verify that anaconda-install-env-deps does exist on live media, but not on installed system.
How to test
- Boot the installer using any available means.
- Proceed with installation
Expected Results
- You should see package anaconda-install-env-deps installed when booted from Live media, but not in installed system. So, expected result is:
On live media:
$ rpm -q anaconda-install-env-deps anaconda-install-env-deps.(some_version)
On installed system:
$ rpm -q anaconda-install-env-deps package anaconda-install-env-deps is not installed