From Fedora Project Wiki

A user with 2,131 edits. Account created on 23 March 2016.

Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

13 March 2023

  • 16:2016:20, 13 March 2023 diff hist +1,723 N QA:Testcase DNF enable disable repoCreated page with "{{QA/Test_Case |description=This test case verifies the functionality of the "dnf enable" and "dnf disable" commands. |setup=Install the latest version of Fedora on a bare metal system using the default Anaconda settings except to reclaim all disk space in the process. |actions= ===== To enable a repository: ===== * Open a terminal window * Type "dnf config-manager --disable <repository-name>" and press Enter, where <repository-name> is the name of a repository that is..."
  • 16:1716:17, 13 March 2023 diff hist +2 QA:Testcase DNF historyNo edit summary current
  • 16:1616:16, 13 March 2023 diff hist +1,248 N QA:Testcase DNF historyCreated page with "{{QA/Test_Case |description=This test case verifies the functionality of the "dnf history" command. |setup=Install the latest version of Fedora on a bare metal system using the default Anaconda settings except to reclaim all disk space in the process. Install some packages and remove some packages from the system. |actions= * Open a terminal window * Type "dnf history" and press Enter * Observe the output |results= The following must be true to consider this a successf..."
  • 16:1416:14, 13 March 2023 diff hist +926 N QA:Testcase DNF listCreated page with "{{QA/Test_Case |description=This test case verifies the functionality of the "dnf list" command. |setup=Install the latest version of Fedora on a bare metal system using the default Anaconda settings except to reclaim all disk space in the process. |actions= * Open a terminal window * Type "dnf list" and press Enter * Observe the output |results= The following must be true to consider this a successful test run: * The command executes without error * The output includes..." current
  • 16:1116:11, 13 March 2023 diff hist +1,005 N QA:Testcase DNF infoCreated page with "{{QA/Test_Case |description=This test case verifies the functionality of the "dnf info" command. |setup=Install the latest version of Fedora on a bare metal system using the default Anaconda settings except to reclaim all disk space in the process. |actions= *Open a terminal window * Type "dnf info <package-name>" and press Enter, where <package-name> is the name of a package available in the default Fedora repositories. * Observe the output |results= The following must..."

7 March 2023

  • 14:5914:59, 7 March 2023 diff hist +568 N Test Day:2023-03-14 DNF5 TestdayApp MetadataCreated page with "= TestdayApp Metadata = * F38 DNF5;https://fedoraproject.org/wiki/Test_Day:2023-03-14_Fedora_38_DNF_5 == Basic Tests == * Sanity;https://fedoraproject.org/wiki/QA:Testcase_DNF_basic_sanity * DNF5 makecache;https://fedoraproject.org/wiki/QA:Testcase_DNF_makecache_and_clean * DNF5 dsync;https://fedoraproject.org/wiki/QA:Testcase_DNF_distro-sync * DNF5 Swap;https://fedoraproject.org/wiki/QA:Testcase_DNF_swap * DNF5 repoquery;https://fedoraproject.org/wiki/QA:Testcase_DNF_r..."
  • 13:5713:57, 7 March 2023 diff hist +478 N QA:Testcase DNF swapCreated page with "{{QA/Test_Case |description=This test case is to test dnf5 swap command commands |setup=Install the pre-release version of Fedora 38 |actions= * Install dnf5 using ‘dnf -y install dnf5’ * Remove one and install another software in a single transaction using ‘dnf5 swap <package_to_be_removed> <package_to_be_installed> |results= * Dnf5 package is installed successfully * Selected package is removed, different one is downloaded and installed, all in a single step }}"
  • 13:5513:55, 7 March 2023 diff hist +786 N QA:Testcase DNF distro-syncCreated page with "{{QA/Test_Case |description=This test case is to test dnf5 distro-sync / dsync commands |setup=Install the pre-release version of Fedora 38 |actions= * Install dnf5 using ‘dnf -y install dnf5’ * Downgrade a package to a lower release than the one available in repo using ‘dnf5 downgrade <package_name> --releasever=37 * Upgrade another package to a higher release than the one in repo using ‘dnf5 install fedora-repos-rawhide’ and ‘dnf5 upgrade <package_name>..."
  • 13:5413:54, 7 March 2023 diff hist +663 N QA:Testcase DNF makecache and cleanCreated page with "{{QA/Test_Case |description=This test case is to test dnf5 makecache / clean commands |setup=Install the pre-release version of Fedora 38 |actions= * Install dnf5 using ‘dnf -y install dnf5’ * Run dnf5 clean all. * Run dnf5 makecache * Install any package using dnf5 * Run dnf5 clean metadata * Run dnf5 clean all |results= * Dnf5 is installed * Ensure/var/cache/libdnf5/ is empty * Ensure /var/cache/libdnf5 contains information about repositories and these folders co..."
  • 13:5013:50, 7 March 2023 diff hist +1,264 N QA:Testcase DNF repoqueryCreated page with "{{QA/Test_Case |description=This test case is to test dnf5 repoquery / repolist commands |setup=Install the pre-release version of Fedora 38 |actions= * Install dnf5 using ‘dnf -y install dnf5’ * Run dnf5 repolist --all * Run dnf5 repolist * Run dnf5 repolist --disabled * Compare the installed packages output from dnf5 repoquery --installed with output from rpm. ** <nowiki>diff -y <(rpm --queryformat "%{NAME}-%{EPOCHNUM}:% {VERSION}-%{RELEASE}.%{ARCH}\n" -..."
  • 13:4613:46, 7 March 2023 diff hist +767 N QA:Testcase DNF basic update packagesCreated page with "{{QA/Test_Case |description=This test case is to test dnf5 downgrade / upgrade / update commands |setup=Install the pre-release version of Fedora 38 |actions= * Install dnf5 using ‘dnf -y install dnf5’ * Downgrade a package to lower release using ‘dnf5 downgrade <package_name>’. Use --releasever=37 switch (as you won’t be able to downgrade a package after a fresh Fedora38 install) * Upgrade/update that package back to higher release using ‘dnf5 upgrade/upda..."
  • 13:3913:39, 7 March 2023 diff hist +1,179 N QA:Testcase DNF basic sanityCreated page with "{{QA/Test_Case |description=This test case dnf5 basic sanity (install, remove, reinstall, download) |setup=Install the pre-release version of Fedora 38 |actions= * Install dnf5 using ‘dnf -y install dnf5’ * [mblaha] Mention also possibility to install the latest version from copr - https://copr.fedorainfracloud.org/coprs/rpmsoftwaremanagement/dnf5-unstable/ ? * Install any package using ‘dnf5 install <package_name> * Remove any package using ‘dnf5 install <packa..."

6 March 2023

  • 15:3615:36, 6 March 2023 diff hist +1,593 N User:Sumantrom/Draft/Testcase nmcliCreated page with "{{QA/Test_Case |description=This test case verifies the functionality of the nmcli command line tool provided by the nmcli rpm package. |setup=Install the latest version of the nmcli rpm package on a system running Fedora using the default package installation settings. |actions= Be as specific as required for the target audience. * Open a terminal window. * Type the following command: nmcli * Verify that the output shows the available network connections and their statu..." current

2 March 2023

1 March 2023

27 February 2023

27 January 2023

3 January 2023

31 December 2022

13 October 2022

1 October 2022

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)