From Fedora Project Wiki
13 March 2023
- 16:2016:20, 13 March 2023 diff hist +1,723 N QA:Testcase DNF enable disable repo Created 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 history No edit summary current
- 16:1616:16, 13 March 2023 diff hist +1,248 N QA:Testcase DNF history Created 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 list Created 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 info Created 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 Metadata Created 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 swap Created 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-sync Created 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 clean Created 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 repoquery Created 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 packages Created 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 sanity Created 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 nmcli Created 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
- 16:0416:04, 2 March 2023 diff hist 0 Test Day:2023-03-07 Kernel 6.2 TestdayApp Metadata No edit summary current
- 16:0316:03, 2 March 2023 diff hist +54 N Test Day:2023-03-07 Kernel 6.2 Test Week Sumantrom moved page Test Day:2023-03-07 Kernel 6.2 Test Week to Test Day:2023-03-05 Kernel 6.2 Test Week current Tag: New redirect
- 16:0316:03, 2 March 2023 diff hist 0 m Test Day:2023-03-05 Kernel 6.2 Test Week Sumantrom moved page Test Day:2023-03-07 Kernel 6.2 Test Week to Test Day:2023-03-05 Kernel 6.2 Test Week
- 16:0316:03, 2 March 2023 diff hist 0 Test Day:2023-03-05 Kernel 6.2 Test Week No edit summary
- 08:4908:49, 2 March 2023 diff hist +3,698 N Test Day:2023-03-14 Fedora 38 DNF 5 Created page with "{{Infobox_group | name = DNF 5 | image = 300px|link=QA/Test Days | date = 2023-03-14 to 2023-03-15 | time = all day | website = QA/Test Days | matrix = [https://matrix.to/#/#test-day:fedoraproject.org #test-day:fedoraproject.org] | fedora_mailing_list = test }} {{admon/note | Can't make the date? | If you come to this page before or after the test day is completed, your testing is still valuable, and you can use the information on this..."
1 March 2023
- 03:0103:01, 1 March 2023 diff hist −17 Test Day:2023-03-09 Gnome 44 Apps TestdayApp Metadata No edit summary
- 02:4002:40, 1 March 2023 diff hist +1,993 N Test Day:2023-03-09 Gnome 44 Apps TestdayApp Metadata Created page with "= TestdayApp Metadata = * F38 Gnome 44 Desktop and Core Apps;https://fedoraproject.org/wiki/Test_Day:2023-03-09_Fedora_38_GNOME_44_Apps == Apps == * ABRT; https://fedoraproject.org/wiki/QA:Testcase_GNOME_ABRT_MAIN * Boxes ; https://fedoraproject.org/wiki/QA:Testcase_Gnome_Boxes * Calendar; https://fedoraproject.org/wiki/QA:Testcase_Gnome_Calendar * Characters;https://fedoraproject.org/wiki/QA:Testcase_Gnome_Characters * Cheese;https://fedoraproject.org/wiki/QA:Testcase_..."
- 02:1502:15, 1 March 2023 diff hist +3,797 N Test Day:2023-03-09 Fedora 38 GNOME 44 Apps Created page with "{{Infobox_group | name = Fedora Test Week | image = link=QA/Test Days | caption = '''GNOME 44 Apps''' | date = 2023-03-09 to 2023-03-10 | time = all day | website = QA/Test Days | | matrix = [https://matrix.to/#/#workstation:fedoraproject.org Workstation Matrix] | fedora_mailing_list = test }} {{admon/note | Can't make these dates? | If the test days have not happened yet, or have already finished, your testing is still valuable! The i..."
- 01:4001:40, 1 March 2023 diff hist 0 Test Day:2023-03-06 Fedora 38 GNOME 44 Desktop and Core Apps →Run the tests
- 01:3401:34, 1 March 2023 diff hist 0 Test Day:2023-03-06 Fedora 38 GNOME 44 Desktop and Core Apps No edit summary
- 01:1801:18, 1 March 2023 diff hist +14 Test Day:2023-03-06 Gnome 44 Desktop and Core Apps TestdayApp Metadata No edit summary
- 01:1301:13, 1 March 2023 diff hist −15 Test Day:2023-03-06 Gnome 44 Desktop and Core Apps TestdayApp Metadata →TestdayApp Metadata
- 01:1301:13, 1 March 2023 diff hist +17 Test Day:2023-03-06 Gnome 44 Desktop and Core Apps TestdayApp Metadata →Exploratory Testing
- 01:1201:12, 1 March 2023 diff hist +38 Test Day:2023-03-06 Fedora 38 GNOME 44 Desktop and Core Apps No edit summary
- 01:1201:12, 1 March 2023 diff hist −7 Test Day:2023-03-06 Fedora 38 GNOME 44 Desktop and Core Apps No edit summary
- 01:1001:10, 1 March 2023 diff hist +2,174 N Test Day:2023-03-06 Gnome 44 Desktop and Core Apps TestdayApp Metadata Created page with "= TestdayApp Metadata = * F38 Gnome 44 Desktop and Core Apps;https://fedoraproject.org/wiki/Test_Day:2023-03-06_Fedora_38_GNOME_44_Desktop_and_Core_Apps#Reporting_bugs == Basic == * Gnome Accessibility;https://fedoraproject.org/wiki/QA:Testcase%20Gnome%20Accessibility * Gnome Classic mode;https://fedoraproject.org/wiki/QA:Testcase%20Gnome%20Classic%20mode * Gnome Initial Setup;https://fedoraproject.org/wiki/QA:Testcase%20Gnome%20Initial%20Setup * Gnome Lock Screen;https:..."
- 01:0301:03, 1 March 2023 diff hist 0 Test Day:2023-03-06 Fedora 38 GNOME 44 Desktop and Core Apps →Reporting bugs
- 00:4400:44, 1 March 2023 diff hist +74 N Test Day:2023-03-06 Fedora 38 GNOME 44 Sumantrom moved page Test Day:2023-03-06 Fedora 38 GNOME 44 to Test Day:2023-03-06 Fedora 38 GNOME 44 Desktop and Core Apps current Tag: New redirect
- 00:4400:44, 1 March 2023 diff hist 0 m Test Day:2023-03-06 Fedora 38 GNOME 44 Desktop and Core Apps Sumantrom moved page Test Day:2023-03-06 Fedora 38 GNOME 44 to Test Day:2023-03-06 Fedora 38 GNOME 44 Desktop and Core Apps
- 00:4300:43, 1 March 2023 diff hist +4 Test Day:2023-03-06 Fedora 38 GNOME 44 Desktop and Core Apps No edit summary
- 00:4200:42, 1 March 2023 diff hist +2 Test Day:2023-03-06 Fedora 38 GNOME 44 Desktop and Core Apps No edit summary
- 00:4200:42, 1 March 2023 diff hist +3,793 N Test Day:2023-03-06 Fedora 38 GNOME 44 Desktop and Core Apps Created page with "{{Infobox_group | name = Fedora Test Week | image = link=QA/Test Days | caption = GNOME 44 Desktop and Core Apps | date = 2023-03-06 to 2022-03-08 | time = all day | website = QA/Test Days | | matrix = [https://matrix.to/#/#test-day:fedoraproject.org #test-day:fedoraproject.org] | fedora_mailing_list = test }} {{admon/note | Can't make these dates? | If the test days have not happened yet, or have already finished, your testing is stil..."
27 February 2023
- 13:2413:24, 27 February 2023 diff hist +243 N Test Day:2023-03-07 Kernel 6.2 TestdayApp Metadata Created page with "= TestdayApp Metadata = * Kernel 6.2 Test Week;https://fedoraproject.org/wiki/Test_Day:2023-03-07_Kernel_6.2_Test_Week == Regression Test == * Regression; https://fedoraproject.org/wiki/QA:Testcase_kernel_regression Category:TestdayApp"
- 13:2313:23, 27 February 2023 diff hist −1 Test Day:2023-03-05 Kernel 6.2 Test Week No edit summary
- 13:2013:20, 27 February 2023 diff hist +5,366 N Test Day:2023-03-05 Kernel 6.2 Test Week Created page with "{{Infobox_group | name = '''Kernel 6.1 Test Week''' | image = 300px|link=QA/Test Days | date = '''2023-01-03 to 2023-01-07''' | time = all week | website = QA/Test Days | matrix = [https://matrix.to/#/#test-day:fedoraproject.org #test-day:fedoraproject.org] | fedora_mailing_list = test }} {{admon/note | Can't make the date? | If you come to this page before or after the test day is completed, your testing is still valuable, and you can..."
27 January 2023
- 16:4216:42, 27 January 2023 diff hist +153 Council/2023 Hackfest →Detailed Work Items & Final Attendees
3 January 2023
- 06:2106:21, 3 January 2023 diff hist 0 Test Day:Current Changed redirect target from Test Day:2022-10-16 Kernel 6.0 Test Week to Test Day:2023-01-03 Kernel 6.1 Test Week Tag: Redirect target changed
31 December 2022
- 06:0506:05, 31 December 2022 diff hist −13 Test Day:2023-01-03 Kernel 6.1 TestdayApp Metadata No edit summary current
- 05:5805:58, 31 December 2022 diff hist +256 N Test Day:2023-01-03 Kernel 6.1 TestdayApp Metadata Created page with "= TestdayApp Metadata = * Kernel 6.1 Test Week;https://fedoraproject.org/w/index.php?title=Test_Day:2023-01-03_Kernel_6.1_Test_Week == Regression Test == * Regression; https://fedoraproject.org/wiki/QA:Testcase_kernel_regression Category:TestdayApp"
- 05:1105:11, 31 December 2022 diff hist +5,336 N Test Day:2023-01-03 Kernel 6.1 Test Week Created page with "{{Infobox_group | name = '''Kernel 6.1 Test Week''' | image = 300px|link=QA/Test Days | date = '''2023-01-03 to 2023-01-07''' | time = all week | website = QA/Test Days | irc = {{fpchat|#fedora-test-day}} on [https://libera.chat Libera] | fedora_mailing_list = test }} {{admon/note | Can't make the date? | If you come to this page before or after the test day is completed, your testing is still valuable, and you can use the information o..."
- 02:2702:27, 31 December 2022 diff hist +39,028 Test Day:2022-10-16 Kernel 6.0 Test Week No edit summary current
13 October 2022
- 16:3816:38, 13 October 2022 diff hist +244 N Test Day:2022-10-16 Kernel 6.00 TestdayApp Metadata Created page with "= TestdayApp Metadata = * Kernel 6.00 Test Week;https://fedoraproject.org/wiki/Test_Day:2022-10-16_Kernel_6.0_Test_Week == Regression Test == * Regression; https://fedoraproject.org/wiki/QA:Testcase_kernel_regression Category:TestdayApp" current
- 15:3015:30, 13 October 2022 diff hist 0 Test Day:2022-10-16 Kernel 6.0 Test Week No edit summary
- 15:3015:30, 13 October 2022 diff hist 0 Test Day:2022-10-16 Kernel 6.0 Test Week No edit summary
- 15:2915:29, 13 October 2022 diff hist +5,353 N Test Day:2022-10-16 Kernel 6.0 Test Week Created page with "{{Infobox_group | name = '''Kernel 5.19 Test Week''' | image = 300px|link=QA/Test Days | date = '''2022-10-16 to 2022-10-23''' | time = all week | website = QA/Test Days | irc = {{fpchat|#fedora-test-day}} on [https://libera.chat Libera] | fedora_mailing_list = test }} {{admon/note | Can't make the date? | If you come to this page before or after the test day is completed, your testing is still valuable, and you can use the information..."
1 October 2022
- 07:3907:39, 1 October 2022 diff hist +1,703 N Test Day:2022-10-05 F37 Upgrade Test Day TestdayApp Metadata Created page with "= TestdayApp Metadata = * F37 Upgrade Test Day;https://fedoraproject.org/wiki/Test_Day:2022-10-05_F37_Upgrade_Test_Day == Workstation== * dnf current;https://fedoraproject.org/wiki/QA:Testcase_upgrade_dnf_current_workstation * dnf current encrypted;https://fedoraproject.org/wiki/QA:Testcase_upgrade_dnf_current_workstation_encrypted * dnf previous;https://fedoraproject.org/wiki/QA:Testcase_upgrade_dnf_previous_workstation * dnf previous encrypted;https://fedoraproject.or..." current
- 06:3706:37, 1 October 2022 diff hist +54 N Test Day:2022-09-30 F37 Upgrade Test Day Sumantrom moved page Test Day:2022-09-30 F37 Upgrade Test Day to Test Day:2022-10-05 F37 Upgrade Test Day current Tag: New redirect