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

28 April 2024

25 April 2024

24 April 2024

17 April 2024

13 April 2024

6 April 2024

  • 16:0816:08, 6 April 2024 diff hist +310 N Test Day:F40 Intel Open CL Test Day TestdayApp MetadataCreated page with "= TestdayApp Metadata = * F40 Intel Open CL Test Day;https://fedoraproject.org/wiki/Test_Day:2024-04-09_Intel_Open_CL == Basic == * OpenCL basic;https://fedoraproject.org/wiki/QA:Testcase_intel_opencl_apps * OpenCL apps;https://fedoraproject.org/wiki/QA:Testcase_intel_compute_runtime Category:TestdayApp" current
  • 14:0314:03, 6 April 2024 diff hist +4,277 N Test Day:2024-04-09 Intel Open CLCreated page with "{{Infobox_group | name = '''Intel OpenCL''' | image = 300px|link=QA/Test Days | date = '''2024-04-09''' | time = all day | website = QA/Test Days | matrix = {{matrix|#test-day:fedoraproject.org}} | fedora_mailing_list = test }} {{admon/note | Can't make the date? | If you come to this page after the test day is completed, your testing is still valuable, and you can use the information on this page to test, file any bugs you find, and ad..."

3 April 2024

29 March 2024

  • 03:0003:00, 29 March 2024 diff hist +3,659 N User:Sumantrom/Draft/QA:SOP Rawhide TestDayCreated page with "= Rawhide Test Days = == Introduction == Fedora Quality Assurance (QA) is dedicated to ensuring the stability, reliability, and functionality of Fedora Linux distributions. As part of this commitment, we recognize the importance of Rawhide Test Days in facilitating early testing of system-wide changes and self-contained features destined for future Fedora releases. This SOP outlines the objectives, scope, and benefits of Rawhide Test Days, aimed at fostering collaborati..."

23 March 2024

  • 11:1711:17, 23 March 2024 diff hist +3,486 N Test Day:2024-04-08 F40 Upgrade Test DayCreated page with "{{Infobox_group | name = Upgrade Test Day | image = 300px|link=QA/Test Days | date = 2024-04-02 | time = all day | website = QA/Test Days | irc = [irc://irc.freenode.net/#fedora-test-day #fedora-test-day] ([http://webchat.freenode.net/?channels=fedora-test-day webirc]) | 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,..."

21 March 2024

19 March 2024

18 March 2024

  • 15:5715:57, 18 March 2024 diff hist +243 N Test Day:2024-03-24 Kernel 6.8 TestdayApp MetadataCreated page with "= TestdayApp Metadata = * Kernel 6.8 Test Week;https://fedoraproject.org/wiki/Test_Day:2024-03-24_Kernel_6.8_Test_Week == Regression Test == * Regression; https://fedoraproject.org/wiki/QA:Testcase_kernel_regression Category:TestdayApp" current
  • 15:4315:43, 18 March 2024 diff hist +5,743 N Test Day:2024-03-24 Kernel 6.8 Test WeekCreated page with "{{Infobox_group | name = '''Kernel 6.8 Test Week''' | image = 300px|link=QA/Test Days | date = '''2024-03-24 to 2024-03-31''' | 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..."
  • 14:3214:32, 18 March 2024 diff hist 0 Test Day:2024-03-21 Podman 5→‎Run the tests
  • 14:3114:31, 18 March 2024 diff hist +534 N Test Day:2024-03-21 Podman 5 TestdayApp MetadataCreated page with "= TestdayApp Metadata = * Podman 5 Test Day;https://fedoraproject.org/wiki/Test_Day:2024-03-21_Podman_5 == Basic Test == * Image Pull;https://fedoraproject.org/wiki/QA:Testcase_podman_images * Container;https://fedoraproject.org/wiki/QA:Testcase_podman_container * List Container;https://fedoraproject.org/wiki/QA:Testcase_podman_list_container * Remove Container;https://fedoraproject.org/wiki/QA:Testcase_podman_remove_container * Inspect;https://fedoraproject.org/wiki/QA..."
  • 14:2814:28, 18 March 2024 diff hist −17 Test Day:2024-03-21 Podman 5→‎Install Fedora
  • 14:2714:27, 18 March 2024 diff hist −1 Test Day:2024-03-21 Podman 5→‎Who's available
  • 14:2314:23, 18 March 2024 diff hist 0 Test Day:2024-03-21 Podman 5→‎Run the tests
  • 14:2214:22, 18 March 2024 diff hist +843 N QA:Testcase podman inspect containerCreated page with "{{QA/Test_Case |description=This test case verifies that Podman can provide detailed information about a specific container. |setup=Ensure Podman is installed and has at least one container (running or stopped). |actions= # Open a terminal. # Identify the container you wish to inspect using `podman ps -a` and note its ID or name. # Execute `podman inspect <container-id-or-name>` to retrieve detailed information about the container. |results= # The `podman inspect` comman..." current
  • 14:2014:20, 18 March 2024 diff hist +631 N QA:Testcase podman remove containerCreated page with "{{QA/Test_Case |description=This test case ensures that Podman can remove a stopped container from the system. |setup=Ensure Podman is installed and has at least one stopped container that can be removed. |actions= # Open a terminal. # Find the container ID or name of the stopped container using `podman ps -a`. # Execute `podman rm <container-id-or-name>` to remove the stopped container. |results= # The specified container is removed without error. # Running `podman ps -..." current
  • 14:1914:19, 18 March 2024 diff hist +663 N QA:Testcase podman list containerCreated page with "{{QA/Test_Case |description=This test case checks if Podman can list running and stopped containers correctly. |setup=Ensure Podman is installed and has run at least one container. |actions= # Open a terminal. # Execute `podman ps` to list running containers. # Execute `podman ps -a` to list all containers, including stopped ones. |results= # The `podman ps` command lists currently running containers. # The `podman ps -a` command shows all containers, correctly reflectin..." current
  • 14:1414:14, 18 March 2024 diff hist +643 N QA:Testcase podman containerCreated page with "{{QA/Test_Case |description=This test case verifies that Podman can run a container using a specified image. |setup=Ensure Podman is installed and has at least one image available locally (e.g., Fedora). |actions= # Open a terminal. # Execute `podman run --rm -it fedora:latest /bin/bash` to start a container with an interactive shell. |results= # A new container starts without error, providing access to a bash shell. # The `exit` command leaves the container, which is th..." current
  • 14:1214:12, 18 March 2024 diff hist +500 N QA:Testcase podman imagesCreated page with "{{QA/Test_Case |description=This test case ensures that Podman can successfully pull an image from a container registry. |setup=Ensure Podman is installed on the system. |actions= # Open a terminal. # Execute `podman pull fedora:latest` to pull the latest Fedora container image. |results= # The command completes without error. # Podman reports that the Fedora image has been successfully pulled. |optional=Optionally, try pulling images from different registries to verify..." current
  • 03:3003:30, 18 March 2024 diff hist +111 QA:Testcase Podman Desktop Container ImagesNo edit summary current
  • 02:5902:59, 18 March 2024 diff hist +685 N QA:Testcase Podman Install From Podman DesktopCreated page with "{{QA/Test_Case |description=This test case ensures that a user can install Podman from Podman Desktop. |setup=Podman Desktop is installed and running on the Fedora system. |actions= # Check the Podman Desktop throws "Podman needs to be set up" in the Notification. # Check that in Fedora, it points at the right website. # To install Podman (in Fedora), run "sudo dnf -y install podman". # Once Installed, Restart Podman Desktop. |results= # The Podman Desktop throws a notif..." current

17 March 2024

  • 04:1504:15, 17 March 2024 diff hist +1,148 N QA:Testcase Podman Desktop Create PodsCreated page with "{{QA/Test_Case |description=This test case ensures that a user can create, inspect, and delete a pod using Podman Desktop on Fedora. |setup=Podman Desktop is installed and running on the Fedora system. |actions= # Open Podman Desktop and navigate to the "Pods" section. # Run "podman pod create --label myFirstPod" to get a new pod. # Check if the Pods Section shows the new Pod. # Once created, inspect the pod details by clicking on the "container" it's associated with # V..." current
  • 04:0104:01, 17 March 2024 diff hist +510 N Test Day:2024-03-20 Podman Desktop TestdayApp MetadataCreated page with "= TestdayApp Metadata = * Podman Desktop Test Day;https://fedoraproject.org/wiki/Test_Day:2024-03-20_Podman_Desktop == Container Test == * Install;https://fedoraproject.org/wiki/QA:Testcase_Podman_Desktop_Install * Create Container;https://fedoraproject.org/wiki/QA:Testcase_Podman_Desktop_Container_Create * Remove Container;https://fedoraproject.org/wiki/QA:Testcase_Podman_Desktop_Container_Remove * Images;https://fedoraproject.org/wiki/QA:Testcase_Podman_Desktop_Contai..."
  • 03:5703:57, 17 March 2024 diff hist +866 N QA:Testcase Podman Desktop Container ImagesCreated page with "{{QA/Test_Case |description=This test case verifies that users can explore and pull container images using Podman Desktop on Fedora. |setup=Podman Desktop is installed and running on the Fedora system. |actions= # Open Podman Desktop and navigate to the "Images" section. # Use the search functionality to find a specific image (e.g., `centos`). # Select the image from the search results and click "Pull" to download it to your system. # Verify the image is successfully pul..."
  • 03:4803:48, 17 March 2024 diff hist +871 N QA:Testcase Podman Desktop Container RemoveCreated page with "{{QA/Test_Case |description=This test case verifies that a user can successfully remove a container using Podman Desktop on Fedora. |setup=There is at least one stopped container available to be removed in Podman Desktop. |actions= # Open Podman Desktop and navigate to the "Containers" section. # Select the stopped container you wish to remove. # Click on the "Delete" or "Remove" option to remove the container. # Confirm the removal if prompted. # Verify that the contain..." current
  • 03:4503:45, 17 March 2024 diff hist +1,172 N QA:Testcase Podman Desktop Container CreateCreated page with "{{QA/Test_Case |description=This test case ensures that a user can create and run a container using Podman Desktop on Fedora. |setup=Podman Desktop is installed and running on the Fedora system. |actions= # Open Podman Desktop from the application menu or via terminal. # Navigate to the "Containers" section and select "Create" to initiate a new container setup. # In the container creation dialogue, select an image to use (e.g., `fedora:latest`) and configure any necessar..." current
  • 03:3903:39, 17 March 2024 diff hist +823 N QA:Testcase Podman Desktop InstallCreated page with "{{QA/Test_Case |description=This test case verifies that Podman Desktop can be successfully installed on a Fedora system. |setup=Ensure the Fedora system is updated and has internet access. The system should meet the minimum requirements for Podman Desktop installation. |actions= # Head over to [https://podman-desktop.io/docs/installation Podman Desktop Official Installation Page] # Make a sound selection in accordance with the platform you are on. |results= # The Podman..." current

15 March 2024

13 March 2024

  • 13:1213:12, 13 March 2024 diff hist +3,031 N Test Day:2024-03-21 Podman 5Created page with "{{Infobox_group | name = Podman 5 | image = 300px|link=QA/Test Days | date = 2024-03-21 to 2024-03-26 | 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 t..."
  • 06:4106:41, 13 March 2024 diff hist +1,228 N Test Day:2024-03-15 DNF5 TestdayApp MetadataCreated page with "= TestdayApp Metadata = * F40 DNF5;https://fedoraproject.org/wiki/Test_Day:2024-03-15_Fedora_40_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..." current

12 March 2024

  • 03:1003:10, 12 March 2024 diff hist −78 QA:Testcase intel opencl appsNo edit summary
  • 03:0803:08, 12 March 2024 diff hist +1,803 N QA:Testcase intel opencl appsCreated page with "{{QA/Test_Case |description=This test case verifies that the Intel Compute Runtime for OpenCL applications functions correctly on systems with Intel graphics hardware. |setup= # Ensure Fedora is installed on a system with Intel integrated graphics. # Install the "intel-compute-runtime" package using `sudo dnf install intel-compute-runtime`. # Additionally, install OpenCL utilities and development packages, e.g., `sudo dnf install clinfo opencl-headers`. # Reboot the syst..."
  • 03:0403:04, 12 March 2024 diff hist +2,707 N QA:Testcase intel compute runtimeCreated page with "{{QA/Test_Case |description=This test case is designed to stress test the Intel Compute Runtime with diverse and complex OpenCL workloads to evaluate performance, stability, and functionality on Intel GPUs. |setup= # Follow the setup instructions from the basic "intel-compute-runtime" test case to prepare the environment. # Ensure additional development tools and libraries are installed for compiling complex OpenCL programs, e.g., `sudo dnf install gcc-c++ ocl-icd ocl-ic..." current

9 March 2024

  • 03:2703:27, 9 March 2024 diff hist +2,523 N QA:Testcase windows hyper V fcosCreated page with "{{QA/Test_Case |description=This test case verifies the successful provisioning of Fedora CoreOS (FCOS) on a Hyper-V virtualization environment. The process includes downloading the FCOS image, creating a new VM on Hyper-V, and configuring it to run FCOS. This is taken from the doc[https://docs.fedoraproject.org/en-US/fedora-coreos/provisioning-hyperv/]. Feel free to raise issue if something doesn't work. |setup= # Ensure Hyper-V is enabled on a Windows machine. Refer to..." current

8 March 2024

  • 16:1616:16, 8 March 2024 diff hist +4,163 N Test Day:Fedora 40 CoreOS Test Day TestdayApp MetadataCreated page with "= TestdayApp Metadata = * Fedora 40 CoreOS Test Day;https://fedoraproject.org/wiki/Test_Day:Fedora_40_CoreOS == aarch64 == * AWS;https://fedoraproject.org/wiki/QA:Testcase_CoreOS_AWS#aarch64 * GCP;https://fedoraproject.org/wiki/QA:Testcase_CoreOS_GCP#aarch64 * Virtual install;https://fedoraproject.org/wiki/QA:Testcase_CoreOS_virtual_install#aarch64 * Bare Metal install;https://fedoraproject.org/wiki/QA:Testcase_CoreOS_baremetal_install#aarch64 * Raspberry Pi 4;https://f..."
  • 16:1416:14, 8 March 2024 diff hist +3,206 N Test Day:Fedora 40 CoreOSCreated page with "{{Infobox_group | name = Fedora CoreOS Test Week | image = link=QA/Test Days | caption = Fedora CoreOS | date = 2024-03-25 to 2024-04-01 | time = all week | website = QA/Test Days | matrix = [https://chat.fedoraproject.org/#/room/#coreos:fedoraproject.org #coreos: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 i..."

19 February 2024

8 February 2024

24 January 2024

  • 16:3916:39, 24 January 2024 diff hist +68 Test Day:2024-01-29 KDE Plasma 6 TestdayApp Metadata→‎KDE Apps
  • 12:2112:21, 24 January 2024 diff hist +10 Test Day:2024-01-29 KDE Plasma 6 TestdayApp MetadataNo edit summary
  • 12:2012:20, 24 January 2024 diff hist +36 Test Day:2024-01-29 KDE Plasma 6 TestdayApp Metadata→‎KDE Apps
  • 12:1912:19, 24 January 2024 diff hist +2,126 N QA:Testcase elisaCreated page with "{{QA/Test_Case |description=This test case ensures that {{package|Elisa}}, KDE Plasma's music player, functions correctly in Fedora. The test covers launching the application, playing music files, using playlist features, and checking integration with system components. |setup=Install the latest pre-release version of Fedora on a bare metal system with KDE Plasma as the desktop environment. Ensure Elisa is installed, which might come pre-installed in KDE or can be insta..." current
  • 12:1612:16, 24 January 2024 diff hist +2,138 N QA:Testcase gwenviewCreated page with "{{QA/Test_Case |description=This test case ensures that {{package|Gwenview}}, the image viewer and organizer for KDE Plasma, functions correctly on Fedora. It includes testing basic image viewing functionalities, navigation, editing tools, and integration with other system components. |setup=Install the latest pre-release version of Fedora on a bare metal system with KDE Plasma as the desktop environment. Ensure Gwenview is installed, which is typically included by defa..." current
  • 11:5711:57, 24 January 2024 diff hist +2,111 N QA:Testcase konsoleCreated page with "{{QA/Test_Case |description=This test case ensures that {{package|Konsole}}, KDE Plasma's terminal emulator, operates correctly in Fedora. It covers launching the application, basic command execution, customization options, and proper closure of the terminal. |setup=Install the latest pre-release version of Fedora on a bare metal system with KDE Plasma as the desktop environment. Ensure Konsole is installed, which typically comes pre-installed in KDE environments. |act..." current
  • 11:5511:55, 24 January 2024 diff hist +2,148 N QA:Testcase dolphinCreated page with "{{QA/Test_Case |description=This test case verifies that {{package|Dolphin}}, KDE Plasma's file manager, functions correctly in Fedora. It includes testing basic file operations, navigation, and integration with other KDE components. |setup=Install the latest pre-release version of Fedora on a bare metal system with KDE Plasma as the desktop environment. Ensure Dolphin is installed, which is typically the default file manager in KDE. |actions= # Start the KDE Plasma de..." current
  • 11:4911:49, 24 January 2024 diff hist +13 QA:Testcase okularNo edit summary current
  • 11:4711:47, 24 January 2024 diff hist +1,902 N QA:Testcase okularCreated page with "{{QA/Test_Case |description=This test case ensures that Okular, the document viewer, operates correctly on a KDE Plasma desktop in Fedora. It includes launching the application, opening various document formats, using basic features like search and zoom, and ensuring proper closure of the application. |setup=Install the latest pre-release version of Fedora on a bare metal system with KDE Plasma as the desktop environment. Ensure Okular is installed, which typically come..."
  • 04:3904:39, 24 January 2024 diff hist +938 N Test Day:2024-01-29 KDE Plasma 6 TestdayApp MetadataCreated page with "= TestdayApp Metadata = * KDE Plasma 6;https://fedoraproject.org/wiki/Test_Day:2024-01-29_KDE_Plasma_6_Test_Week == KDE Desktop Core == * Window Manager;https://fedoraproject.org/wiki/QA:Testcase_window_manager * Browse;https://fedoraproject.org/wiki/QA:Testcase_desktop_browser * Login; https://fedoraproject.org/wiki/QA:Testcase_desktop_login * Audio; https://fedoraproject.org/wiki/QA:Testcase_audio_basic * Panel;https://fedoraproject.org/wiki/QA:Testcase_desktop_panel..."

20 January 2024

12 January 2024

21 December 2023

13 December 2023

15 November 2023

2 November 2023

27 October 2023

26 October 2023

4 October 2023

28 September 2023

16 September 2023

12 September 2023

  • 17:2817:28, 12 September 2023 diff hist +1,376 N Test Day:2023-09-21 Passkey Authentication TestdayApp MetadataCreated page with "= TestdayApp Metadata = * Passkey Auth;https://fedoraproject.org/wiki/Test_Day:2023-09-21_Passkey_authentication_centrally_managed_users == Reg Key == * reg key with sssctl;https://fedoraproject.org/wiki/QA:Testcase_reg_key_sssctl * reg key with IPA;https://fedoraproject.org/wiki/QA:Testcase_reg_key_IPA_command == Check Auth == * check auth;https://fedoraproject.org/wiki/QA:Testcase_check_auth_IPA_AD_LDAP * check auth deny user incorrect pin;https://fedoraproject.org/wi..." current
  • 17:2317:23, 12 September 2023 diff hist +468 N QA:Testcase FIDO2 user removalCreated page with " {{QA/Test_Case |description=Check if the user is not able to login after FIDO2/passkey auth method is removed |setup= # Add a LDAP, IPA and AD user with passkey_mapping. # Setup SSSD client with FIDO2/passkey. # Enroll replica and client to the server # Remove the FIDO2/passkey auth method on the Server |actions= # Check authentication of the user using su on server, replica and client |results= # User is not able to authenticate on server, replica nor client }}" current
  • 17:2217:22, 12 September 2023 diff hist +417 N QA:Testcase user login replica server stoppedCreated page with "{{QA/Test_Case |description=Check if the user is able to login onreplica/client when the server is stopped |setup= # Add a LDAP, IPA and AD user with passkey_mapping. # Setup SSSD client with FIDO2/passkey. # Enroll replica and client to the server # Stop the Server |actions= # Check authentication of the user using su on replica and client |results= # User authenticates successfully on both replica and client }}" current
  • 17:2117:21, 12 September 2023 diff hist +408 N QA:Testcase system key remove authentication promptCreated page with "{{QA/Test_Case |description=Check if the System handles Key's removal during the authentication prompt |setup= # Add a LDAP, IPA and AD user with passkey_mapping # Setup SSSD client with FIDO2/passkey. |actions= # When authenticating (using su), when the PIN prompt is shown, remove the hardware key |results= # The System should not hang # PIN prompt should be exited and control returned to the terminal }}" current
  • 17:1717:17, 12 September 2023 diff hist +517 N QA:Testcase system key blockingCreated page with "{{QA/Test_Case |description=Check if the System handles Key's blocking (8 incorrect attempts) |setup= # Add a LDAP, IPA and AD user with passkey_mapping # Setup SSSD client with FIDO2/passkey. |actions= # When authenticating (using su), provide incorrect pin 8 times in a row (with re-inserting after every 3rd attempt) |results= # The System should prompt rebooting the FIDO key (removing and reinserting) # The System should not hang # After 8th incorrect attempt, the syst..." current
  • 17:1617:16, 12 September 2023 diff hist +483 N QA:Testcase handle wrong attemptsCreated page with "{{QA/Test_Case |description=Check if the System handles three incorrect attempts correctly |setup= # Add a LDAP, IPA and AD user with passkey_mapping # Setup SSSD client with FIDO2/passkey. |actions= # When authenticating (using su), provide incorrect pin 3 times in a row |results= # The System should prompt rebooting the FIDO key (removing and reinserting) # The System should not hang # Providing correct PIN after re-inserting the key should succesfully authenticate the..." current
  • 17:1517:15, 12 September 2023 diff hist +379 N QA:Testcase user obtain kerberos ticketCreated page with "{{QA/Test_Case |description= Check if the user is able to obtain kerberos ticket on server/replica/client |setup= # Add a LDAP, IPA and AD user with passkey_mapping # Setup SSSD client with FIDO2/passkey. # Enroll replica and client to the server |actions= # Check authentication of the user using kinit on server, replica and client |results= # User should obtain krb ticket. }}" current
  • 17:1317:13, 12 September 2023 diff hist +385 N QA:Testcase check user login server replica clientCreated page with "{{QA/Test_Case |description=Check if the user is able to login on server/replica/client |setup= # Add a LDAP, IPA and AD user with passkey_mapping. # Setup SSSD client with FIDO2/passkey. # Enroll replica and client to the server. |actions= # Check authentication of the user using su on server, replica and client |results= # User authenticates successfully on all three machines. }}" current
  • 17:1217:12, 12 September 2023 diff hist +361 N QA:Testcase check auth deny user incorrect mappingCreated page with "{{QA/Test_Case |description= Check authentication denial of user with LDAP, IPA and AD with incorrect passkey mapping |setup= # Add a LDAP and IPA user with incorrect passkey_mapping. # Setup SSSD client with FIDO2/passkey. |actions= # Check authentication of the user when we add user with incorrect passkey mapping. |results= # User fails to authenticate. }}" current
  • 17:1117:11, 12 September 2023 diff hist +60 N QA:Testcase check auth deny userSumantrom moved page QA:Testcase check auth deny user to QA:Testcase check auth deny user incorrect pin current Tag: New redirect
  • 17:1117:11, 12 September 2023 diff hist 0 m QA:Testcase check auth deny user incorrect pinSumantrom moved page QA:Testcase check auth deny user to QA:Testcase check auth deny user incorrect pin current
  • 17:1017:10, 12 September 2023 diff hist +321 N QA:Testcase check auth deny user incorrect pinCreated page with "{{QA/Test_Case |description= Check authentication deny of user with LDAP, IPA and AD with incorrect pin |setup= # Add a LDAP, IPA and AD user with passkey_mapping # Setup SSSD client with FIDO2/passkey |actions= # Check authentication of the user when provided pin is incorrect |results= # User fails to authenticate. }}"
  • 17:0917:09, 12 September 2023 diff hist +596 N QA:Testcase check auth IPA AD LDAPCreated page with "{{QA/Test_Case |description= Check authentication of user with LDAP, IPA and AD |setup= # Add a LDAP and IPA user with passkey_mapping: # For IPA, ipa user-add-passkey <username> <passkey_mapping>, # for LDAP, user must be added with objectclass: passkeyUser and attribute, passkey, # for AD, create the user and add the passkey to the altSecurityIdentities attribute. # Setup SSSD client with FIDO2/passkey. for LDAP server, we need to add 'local_auth_policy = only' und..." current
  • 17:0817:08, 12 September 2023 diff hist +452 N QA:Testcase reg key IPA commandCreated page with "{{QA/Test_Case |description=Register a passkey with the IPA command |setup= # Setup IDM client with FIDO2/passkey # Add a user in IPA server. |actions= # Use ipa command to register a FIDO2. ipa user-add-passkey '{username}' --register --cose-type=es256 --require-user-verification={True/False} # Check the output that contains the user key mapping data. |results= # New key is registered with IPA command. # The output contains key mapping data. }}" current
  • 15:2115:21, 12 September 2023 diff hist +345 N QA:Testcase reg key sssctlCreated page with "{{QA/Test_Case |description=Register a key with sssctl |setup=Setup IDM client with FIDO2/passkey. |actions= # Use sssctl to register a FIDO2 key. `sssctl passkey-register --username '{username}' --domain '{domain}' -d=0xfff0 --debug-libfido2` # Check the output. |results= # New key is registered. # The output contains the key mapping data. }}" current

11 September 2023

8 September 2023

29 August 2023

28 August 2023

27 August 2023

  • 09:3809:38, 27 August 2023 diff hist +1,764 N QA:Testcase flashromCreated page with "{{QA/Test_Case |description=This test case aims to validate that `flashrom`, a utility for identifying, reading, writing, verifying, and erasing flash chips, works as expected. |setup= # Install `flashrom` package if not already installed using: `sudo dnf install flashrom` # Ensure you have root access, as most flashrom operations require it. |actions= # Open a terminal window. ## Identify Flash Chips # Use `flashrom` to identify the flash chips on your system: `sudo f..." current
  • 06:3006:30, 27 August 2023 diff hist +1,978 N QA:Testcase gawkCreated page with "{{QA/Test_Case |description=This test case aims to validate that `gawk`, a text processing utility, performs basic and some advanced operations correctly. |setup= # Install `gawk` if not already installed using the command: `sudo dnf install gawk` |actions= # Open a terminal window. ## Basic Operations # Create a text file with some sample numbers. Run `echo -e "1\n2\n3" > numbers.txt`. # Run a simple `gawk` command to sum the numbers in the file: `gawk '{s+=$1} END {pri..." current
  • 05:0405:04, 27 August 2023 diff hist +1,134 N QA:Testcase garconCreated page with "{{QA/Test_Case |description=This test case verifies that `garcon`, a menu library for the Xfce desktop environment, is working as expected. |setup= # Make sure you have a working Xfce desktop environment. # Install the `garcon` package with the command: `sudo dnf install garcon` |actions= # Open the Xfce Application Menu by clicking the mouse icon on the panel. # Browse through various menu categories like Office, Internet, and Multimedia. # Open a few applications from..." current
  • 04:3304:33, 27 August 2023 diff hist +1,240 N QA:Testcase fwupdCreated page with "{{QA/Test_Case |description=This test case is intended to verify that the firmware updating service fwupd is working correctly. |setup= # Install the `fwupd` package using the command: `sudo dnf install fwupd`. # Enable and start the `fwupd` service: `sudo systemctl enable --now fwupd.service`. |actions= # Query available devices that can be updated: `fwupdmgr get-devices`. # Refresh the metadata from the LVFS: `fwupdmgr refresh`. # Check for available firmware updates:..." current
  • 04:2604:26, 27 August 2023 diff hist +1,177 N QA:Testcase fstrmCreated page with "{{QA/Test_Case |description=This test case aims to verify that the fstrm (Frame Streams) library and its utilities are functioning properly on a Fedora system. |setup= # Make sure `fstrm` is installed: `sudo dnf install fstrm`. |actions= # Run `fstrm_capture -h` to display the help menu and validate that the utility is installed correctly. # Create a simple test file: `echo "Test framestream data" > test_input`. # Use `fstrm_capture` to capture the contents of `test_inpu..." current
  • 03:1003:10, 27 August 2023 diff hist +1,494 N QA:Testcase fuseCreated page with "{{QA/Test_Case |description=This test case aims to verify that FUSE (Filesystem in Userspace) is working as expected on a Fedora system. |setup= # Make sure `fuse` is installed: `sudo dnf install fuse`. # Make sure you have a non-root user to test FUSE operations. |actions= # Open a terminal and switch to a non-root user if you're not already one. # Create a new directory to serve as a mount point, for example: `mkdir ~/my-fuse-mount`. # Use the `fusermount` utility to m..." current
  • 02:5402:54, 27 August 2023 diff hist +1,188 N QA:Testcase fontconfigCreated page with "{{QA/Test_Case |description=This test case verifies that the font configuration is working correctly on Fedora system. |setup= # Make sure `fontconfig` is installed: `sudo dnf install fontconfig`. # Make sure you have a few different fonts installed for testing (e.g., DejaVu, Liberation, etc.). |actions= # Open a text editor like LibreOffice Writer or Gedit. # Type some text and try changing the fonts. # Save the document and close the text editor. # Reopen the saved doc..." current
  • 02:5202:52, 27 August 2023 diff hist +991 N QA:Testcase fontawesome4-fontsCreated page with "{{QA/Test_Case |description=This test case ensures that FontAwesome4 fonts are installed correctly and can be used in applications supporting custom fonts. |setup= # Make sure `fontawesome4-fonts` is installed: ``sudo dnf install fontawesome4-fonts``. |actions= # Open a text editor that allows custom font selection (like LibreOffice Writer or Gedit). # Open the font selection menu and search for FontAwesome. # Select FontAwesome and type or paste some Unicode characters..." current

25 August 2023

22 August 2023

  • 08:2508:25, 22 August 2023 diff hist +14 QA:Testcase fribidiNo edit summary current
  • 08:2308:23, 22 August 2023 diff hist +1,112 N QA:Testcase fribidiCreated page with "{{QA/Test_Case |description=This test case ensures that the FriBidi library correctly handles bidirectional text (like Arabic or Hebrew). |setup= # Ensure `fribidi` is installed: ``sudo dnf install fribidi``. # You may want to have sample bidirectional text available for testing. An online resource or a previously prepared text file would suffice. |actions= # Open a terminal. # Use the command ``fribidi`` to process a string of bidirectional text. For example: ``echo "En..."
  • 07:5107:51, 22 August 2023 diff hist +967 N QA:Testcase freetypeCreated page with "{{QA/Test_Case |description=This test case ensures the FreeType library functions correctly to render fonts. |setup= # Ensure that `freetype` is installed: ``sudo dnf install freetype``. # Install a GUI application that allows for font customization, like `gedit` (if not already installed): ``sudo dnf install gedit``. |actions= # Launch the `gedit` application. # Type some sample text into the editor. # Open the `Preferences` or similar section in the application, and na..." current
  • 07:0707:07, 22 August 2023 diff hist −4 QA:Testcase freerdp-libsNo edit summary current
  • 07:0207:02, 22 August 2023 diff hist +1,349 QA:Testcase freerdp-libsNo edit summary
  • 05:2305:23, 22 August 2023 diff hist +1 N QA:Testcase freerdp-libsCreated page with "k"
  • 04:5004:50, 22 August 2023 diff hist +1,157 N QA:Testcase fprintdCreated page with "{{QA/Test_Case |description=This test case ensures that `fprintd`, the D-Bus service for fingerprint reader access, is set up correctly and allows a user to authenticate using their fingerprint. |setup= # Ensure that the `fprintd` and `fprintd-pam` packages are installed. If not, install them with the command: ``sudo dnf install fprintd fprintd-pam`` # Ensure that your system has a fingerprint reader, and it's supported in Linux. # Ensure that you have already enrolled y..." current
  • 04:4704:47, 22 August 2023 diff hist +863 N QA:Testcase filesystemCreated page with "{{QA/Test_Case |description=This test case ensures that the `filesystem` package, which provides basic directory layout for a Linux operating system, is set up correctly. |setup= # Ensure that the `filesystem` package is installed. If not, install it with the command: ``sudo dnf install filesystem`` # Navigate to the root directory using: ``cd /`` |actions= # Verify the existence of essential directories: * ``ls /bin`` * ``ls /etc`` * ``ls /home`` * ``ls /lib``..." current

21 August 2023

  • 13:4913:49, 21 August 2023 diff hist 0 QA:Testcase firewalldNo edit summary current
  • 13:4813:48, 21 August 2023 diff hist +1,495 N QA:Testcase firewalldCreated page with "{{QA/Test_Case |description=This test case ensures that the `firewalld` service, which provides dynamic firewall management, is functioning correctly alongside the provided filesystem configuration from `firewalld-filesystem`. |setup= # Ensure that `firewalld` and `firewalld-filesystem` packages are installed. If not, install them with the command: ``sudo dnf install firewalld firewalld-filesystem`` # Start the firewalld service with: ``sudo systemctl start firewalld`` |..."
  • 13:4513:45, 21 August 2023 diff hist +785 N QA:Testcase findutilsCreated page with "{{QA/Test_Case |description=This test case ensures that the `findutils` package, which provides basic file searching utilities like `find` and `xargs`, functions correctly. |setup= # Ensure that `findutils` package is installed. If not, install it with the command: ``sudo dnf install findutils`` |actions= # Run the command: ``find /usr/bin -name 'ls'`` # This searches for the `ls` command within `/usr/bin`. # Use `xargs` to count the number of lines in `/etc/passwd`. Run..." current
  • 13:4213:42, 21 August 2023 diff hist +1,269 N QA:Testcase appstream-data-validateCreated page with "{{QA/Test_Case |description=This test case ensures that the fedora-appstream-metadata package provides correct and valid metadata for the software applications available in Fedora. The metadata is essential for app centers like GNOME Software to show accurate and comprehensive information about available software to the users. |setup= # Ensure `fedora-appstream-metadata` and `appstream-util` packages are installed. If not, install them with the command: ``sudo dnf instal..."
  • 13:3413:34, 21 August 2023 diff hist −1 QA:Testcase fdk aacNo edit summary current
  • 13:3413:34, 21 August 2023 diff hist +4 QA:Testcase fdk aacNo edit summary
  • 13:3313:33, 21 August 2023 diff hist +1,075 N QA:Testcase fdk aacCreated page with "{{QA/Test_Case |description=This test case ensures that the `fdk-aac-free` library is properly installed and can be linked against in Fedora. |setup= # Ensure the `fdk-aac-free` library and development files are installed. If not, install them with the command: `sudo dnf install fdk-aac-free fdk-aac-free-devel` |actions= # Create a simple C++ program named `test_fdk_aac.cpp` with the following content to link against the library: ''#include <fdk-aac/aacenc_lib.h> in..."
  • 13:2113:21, 21 August 2023 diff hist +1,167 N QA:Testcase expectCreated page with "{{QA/Test_Case |description=This test case ensures that the `expect` utility can automate interactive command-line programs in Fedora. |setup= # Ensure the `expect` tool is installed. If not, install it with the command: `sudo dnf install expect` |actions= # Create a sample `expect` script named `test_expect.exp` with the following content: '' #!/usr/bin/expect -f spawn /usr/bin/passwd expect "Changing password for user" send "newpassword\r" expect "New pa..." current
  • 13:1713:17, 21 August 2023 diff hist +949 N QA:Testcase expatCreated page with "{{QA/Test_Case |description=This test case verifies that the `expat` library for parsing XML is functioning correctly in Fedora. |setup= # Install the `expat` tools: `sudo dnf install expat` # Prepare an XML file named `sample.xml` with the content: ''<?xml version="1.0"?> <note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> </note>'' |actions= # Open a terminal. # Check the version of `expat` insta..." current
  • 13:1213:12, 21 August 2023 diff hist +982 N QA:Testcase exoCreated page with "{{QA/Test_Case |description=This test case ensures that the `exo` library, which assists in the development of XFCE applications, functions correctly in Fedora. |setup= # Ensure the `exo` tools are installed. If not, install them with the command: `sudo dnf install exo` |actions= # Open a terminal. # Launch the default web browser using `exo`: `exo-open --launch WebBrowser` # Launch the default email client using `exo`: `exo-open --launch MailReader` # Check the version..." current
  • 13:1013:10, 21 August 2023 diff hist +1,135 N QA:Testcase exiv2Created page with "{{QA/Test_Case |description=This test case ensures that the `exiv2` tool, which provides access to image metadata, works correctly in Fedora. |setup= # Ensure `exiv2` is installed. If not, install it with the command: `sudo dnf install exiv2` |actions= # Open a terminal. # Download a public domain image from Wikimedia Commons known to contain metadata: `wget https://upload.wikimedia.org/wikipedia/commons/7/71/2010-kodiak-bear-1.jpg -O sample.jpg` # Use `exiv2` to view me..." current
  • 12:5712:57, 21 August 2023 diff hist +1,148 N QA:Testcase exempiCreated page with "{{QA/Test_Case |description=This test case ensures that the `exempi` tool, which provides access to XMP metadata, functions correctly on Fedora. |setup= # Ensure you have `exempi` installed. If not, install it using the command: `sudo dnf install exempi` |actions= # Open a terminal. # Download a public domain image from Wikimedia Commons known to contain metadata: `wget https://upload.wikimedia.org/wikipedia/commons/7/71/2010-kodiak-bear-1.jpg -O sample.jpg` # Use `exemp..." current
  • 12:5212:52, 21 August 2023 diff hist +1,038 N QA:Testcase espeak-ngCreated page with "{{QA/Test_Case |description=This test case ensures that the `espeak-ng` text-to-speech engine functions correctly on Fedora. |setup= # Ensure you have `espeak-ng` installed. If not, install it: `sudo dnf install espeak-ng` |actions= # Open a terminal. # Test a basic text-to-speech functionality by running: `espeak-ng "Hello, Fedora!"` # Experiment with different languages. For instance, to speak in Spanish: `espeak-ng -v es "Hola, Fedora!"`. # Change the speech rate to b..." current
  • 12:5012:50, 21 August 2023 diff hist +1,544 N QA:Testcase enchantCreated page with "{{QA/Test_Case |description=This test case ensures that both `enchant` and `enchant2` spell checking libraries are functioning correctly on Fedora. |setup= # Ensure that you have both `enchant` and `enchant2` installed. If not, install them: `sudo dnf install enchant enchant2` # For testing purposes, you might want to ensure you have a few dictionaries installed. For instance: `sudo dnf install hunspell-en-US` |actions= # Open a terminal. # Use `enchant-lsmod-2` to list..." current
  • 12:4712:47, 21 August 2023 diff hist +1,379 N QA:Testcase ethtoolCreated page with "{{QA/Test_Case |description=This test case ensures that `ethtool` is functioning properly on Fedora to display and modify network device settings. |setup= # Ensure that you have `ethtool` installed. If not, install it: `sudo dnf install ethtool` |actions= # Open a terminal. # Identify your primary network interface, e.g., `eth0` or `enp0s3`. You can use `ip a` to list available interfaces. # Run `ethtool <your-interface>` to display current settings for the interface. #..." current
  • 12:4012:40, 21 August 2023 diff hist +827 N QA:Testcase emacs filesystemCreated page with "{{QA/Test_Case |description=This test case ensures that the `emacs-filesystem` structure is properly set up on Fedora. |setup= # Ensure that you have `emacs-filesystem` installed. If not, install it: `sudo dnf install emacs-filesystem` |actions= # Open a terminal. # Verify the directory structure exists: `ls /usr/share/emacs/` # Verify the `site-lisp` directory: `ls /usr/share/emacs/site-lisp/` |results= # The directory `/usr/share/emacs/` should exist. # The `site-lisp`..." current
  • 12:3812:38, 21 August 2023 diff hist +944 N QA:Testcase edCreated page with "{{QA/Test_Case |description=This test case ensures that the `ed` command-line text editor works properly on Fedora. |setup=# Ensure that you have `ed` installed. If not, install it: `sudo dnf install ed` |actions=# Open a terminal. # Create a new file and enter the `ed` editor: `ed testfile.txt` # At the `ed` prompt, type `a` to enter append mode. Then, type "This is a test file for ed.", and finish input with a single period `.` on its own line. # Save the changes to th..." current
  • 12:0612:06, 21 August 2023 diff hist +17,679 Test Day:2023-08-14 Fedora 39 GNOME 45 Desktop and Core Apps→‎Test Results current
  • 12:0612:06, 21 August 2023 diff hist +26,870 Test Day:2023-08-11 Fedora 39 DNF 5→‎Test Results
  • 10:2910:29, 21 August 2023 diff hist +1,148 N QA:Testcase ebook-tools-libsCreated page with "{{QA/Test_Case |description=This test case ensures the functionality of the `ebook-tools-libs` when interacting with EPUB files. |setup= # Install a fresh copy of Fedora. # Ensure `ebook-tools-libs` and its development files are installed: `dnf install ebook-tools-libs ebook-tools-devel`. # Prepare a sample C/C++ application that uses the `ebook-tools-libs` to interact with an EPUB file. Also, have a sample EPUB file for testing. |actions= # Compile the sample applicati..." current
  • 10:0410:04, 21 August 2023 diff hist −105 QA:Testcase e2fsprogs libsNo edit summary current
  • 10:0310:03, 21 August 2023 diff hist +1,290 N QA:Testcase e2fsprogs libsCreated page with "{{QA/Test_Case |description=e2fsprogs is a suite of utilities for maintaining the ext2, ext3, and ext4 file systems. e2fsprogs-libs provides essential shared libraries used by the utilities in e2fsprogs. Testing these packages requires ensuring that the utilities can perform file system operations and that the libraries support these utilities without issues.This test case ensures that the shared libraries in `e2fsprogs-libs` support the utilities in `e2fsprogs` without..."
  • 10:0110:01, 21 August 2023 diff hist +871 N QA:Testcase e2fsprogsCreated page with "{{QA/Test_Case |description=This test case ensures the basic functionalities of `e2fsprogs` work correctly on ext2/ext3/ext4 file systems. |setup= # Install a fresh copy of Fedora. # Ensure `e2fsprogs` is installed: `dnf install e2fsprogs`. # Prepare a spare storage device or a disk image for testing. |actions= # Create an ext4 file system: `mkfs.ext4 /path/to/device_or_image`. # Check the file system: `e2fsck /path/to/device_or_image`. # Adjust filesystem parameters us..." current
  • 09:5609:56, 21 August 2023 diff hist +65 QA:Testcase dwzNo edit summary current
  • 09:5209:52, 21 August 2023 diff hist +1,052 N QA:Testcase dwzCreated page with "{{QA/Test_Case |description=This test case ensures that `dwz` can optimize DWARF debugging information in ELF binaries without corruption. |setup= 1. Install a fresh copy of Fedora. 2. Ensure `dwz` is installed using: `dnf install dwz`. 3. Compile a helloworld C/C++ application with debugging information: `gcc -g -o sample sample.c`. |actions= # Optimize the debugging information with `dwz`: `dwz sample`. # Use a debugging tool, like `gdb`, to debug the `sample` binary...."
  • 09:4309:43, 21 August 2023 diff hist +156 QA:Testcase duktapeNo edit summary current
  • 09:4009:40, 21 August 2023 diff hist +1,166 N QA:Testcase duktapeCreated page with "{{QA/Test_Case |description=This test case ensures that Duktape can correctly interpret and execute embedded Javascript. |setup= # Install a fresh copy of Fedora. # Ensure `duktape` and its development files are installed, possibly using: `dnf install duktape duktape-devel`. # Prepare a sample C/C++ application that embeds Duktape and some basic Javascript code to execute. |actions= # Compile the sample application which embeds Duktape. Here's the code for it in https..."
  • 09:3209:32, 21 August 2023 diff hist −2 QA:Testcase drpmNo edit summary current
  • 09:3109:31, 21 August 2023 diff hist +1,143 N QA:Testcase drpmCreated page with "{{QA/Test_Case |description=This test case validates the basic functionality of drpm to ensure it can create and apply delta RPMs correctly. |setup= # Install a fresh copy of Fedora. # Ensure `drpm` is installed using: `dnf install drpm`. |actions= ### Creation of Delta RPM # Create an older and newer version of a sample RPM package or obtain two versions of an RPM package. # Run `makedeltaiso old_rpm.rpm new_rpm.rpm delta.rpm`. ### Applying Delta RPM # Install the old..."
  • 09:2109:21, 21 August 2023 diff hist +630 N QA:Testcase dracutCreated page with "{{QA/Test_Case |description=This test case validates the basic functionality of dracut, ensuring it can create an initramfs image. |setup= # Install a fresh copy of Fedora. # Ensure dracut is installed using: `dnf install dracut`. |actions= # Run `dracut --force`. # Navigate to `/boot` and ensure a new initramfs image file has been created. |results= # The command completes without error. # An initramfs image is successfully generated in `/boot`. |optional=Experiment wit..." current
  • 08:5008:50, 21 August 2023 diff hist +1,591 N QA:Testcase double conversionCreated page with "{{QA/Test_Case |description=This test case ensures that the `double-conversion` library provides accurate and fast conversion routines for IEEE doubles. It will validate the binary-decimal and decimal-binary conversions. |setup= # Install the version of Fedora that is to be tested on a bare metal or virtual system. # Install the `double-conversion` and its development packages using the command: `sudo dnf install double-conversion double-conversion-devel`. # Install a C+..." current
  • 06:0006:00, 21 August 2023 diff hist +5 QA:Testcase createrepo cNo edit summary current

18 August 2023

  • 03:3503:35, 18 August 2023 diff hist +2,566 N QA:Testcase dotconfCreated page with "{{QA/Test_Case |description=dotconf is a library for reading configuration files, which are similar to those used by the Apache HTTPD server. dotconf allows you to read and manage configuration files in your applications.This test case ensures that the `dotconf` library is working as expected. It verifies the ability to create, read, and parse configuration files using `dotconf`. |setup= # Install the version of Fedora that is to be tested on a bare metal or virtual syst..." current
  • 03:3203:32, 18 August 2023 diff hist +332 QA:Testcase dosfstoolsNo edit summary current
  • 03:3003:30, 18 August 2023 diff hist +1,912 N QA:Testcase dosfstoolsCreated page with "{{QA/Test_Case |description=This test case ensures that the `dosfstools` utilities are working as expected. It verifies the ability to create a FAT filesystem and to check and repair a FAT filesystem using `mkfs.fat` and `fsck.fat`. |setup= 1. Install the version of Fedora that is to be tested on a bare metal or virtual system. 2. Install the `dosfstools` package using the command: `sudo dnf install dosfstools`. 3. Prepare a test device or file. For safety, this is often..."
  • 02:5602:56, 18 August 2023 diff hist −2 QA:Testcase docbook-style-xslNo edit summary current
  • 02:5602:56, 18 August 2023 diff hist +1,439 N QA:Testcase docbook-style-xslCreated page with "{{QA/Test_Case |description=This test case ensures that the `docbook-style-xsl` package is working as expected. It is designed to verify that DocBook XSL stylesheets can be used to transform DocBook documents successfully. |setup= 1. Install the version of Fedora that is to be tested on a bare metal or virtual system. 2. Install the `docbook-style-xsl` package using the command: `sudo dnf install docbook-style-xsl`. |actions= # Create or obtain a sample DocBook XML docum..."
  • 02:5402:54, 18 August 2023 diff hist +1,342 N QA:Testcase docbook-dtdsCreated page with "{{QA/Test_Case |description=docbook-dtds is a package that contains Document Type Definitions (DTDs) for verifying the syntax of DocBook documents. This test case ensures that the `docbook-dtds` package is working as expected. It is designed to verify that DocBook DTDs can be used to validate DocBook documents successfully. |setup= # Install the version of Fedora that is to be tested on a bare metal or virtual system. # Install the `docbook-dtds` package using the comman..." current
  • 02:4002:40, 18 August 2023 diff hist +2,302 N QA:Testcase dnsmasqCreated page with "{{QA/Test_Case |description=dnsmasq is a lightweight, easy to configure DNS forwarder, DHCP server, and TFTP server. It is designed to provide DNS and, optionally, DHCP, to a small network.This test case ensures that the `dnsmasq` package is working as expected. It is designed to verify that `dnsmasq` can successfully function as a DNS forwarder and a DHCP server. |setup= # Install the version of Fedora that is to be tested on a bare metal or virtual system. # Install th..." current
  • 02:3102:31, 18 August 2023 diff hist +2,483 N QA:Testcase dmidecodeCreated page with "{{QA/Test_Case |description=dmidecode is a command-line utility that decodes and presents information about the system's hardware components, as described in the system's SMBIOS (System Management BIOS) table. The SMBIOS table contains information about the system's manufacturer, version, serial numbers, and other details.This test case ensures that the `dmidecode` package is working as expected. It is designed to verify that `dmidecode` can successfully retrieve and dis..." current
  • 02:2102:21, 18 August 2023 diff hist +2,446 N QA:Testcase disomasterCreated page with "{{QA/Test_Case |description=Disomaster is a tool that allows users to master and burn ISO images. It typically provides options to create, extract, and (if running in an environment with the appropriate hardware) burn ISO images to CDs or DVDs.This test case ensures that the `disomaster` package is working as expected. It is designed to verify that users can successfully create, extract, and burn ISO images using the `disomaster` tool. |setup= 1. Install the version of F..." current

17 August 2023

  • 16:2616:26, 17 August 2023 diff hist +1,332 N QA:Testcase dhcp commonCreated page with "{{QA/Test_Case |description=This test case ensures that the `dhcp-common` package is working as expected. It is designed to verify that the common files and utilities used by both DHCP clients and servers are functioning correctly. |setup= # Install the version of Fedora that is to be tested on a bare metal or virtual system. # Install the `dhcp-common` package using the command: `sudo dnf install dhcp-common`. |actions= # Verify that the common DHCP configuration file (..." current
  • 16:2516:25, 17 August 2023 diff hist +1,553 N QA:Testcase dhcp clientCreated page with "{{QA/Test_Case |description=This test case ensures that the `dhcp-client` package is working as expected. It verifies that a client machine can request, receive, and use an IP address from a DHCP server. |setup= # Install the version of Fedora that is to be tested on a bare metal or virtual system. # Install the `dhcp-client` package using the command: `sudo dnf install dhcp-client`. |actions= # Connect the client machine to a network with a functioning DHCP server. # Op..." current
  • 16:0016:00, 17 August 2023 diff hist +93 QA:Testcase destop-file-utilsNo edit summary current
  • 15:5515:55, 17 August 2023 diff hist +1,057 N QA:Testcase destop-file-utilsCreated page with "{{QA/Test_Case |description=This test case ensures that desktop-file-utils functions correctly. It tests validating a .desktop file using the `desktop-file-validate` utility. |setup=Install the `desktop-file-utils` package: # `sudo dnf install desktop-file-utils` # Create or have a `.desktop` file available for testing. |actions= # Validate the .desktop file # `desktop-file-validate /path/to/yourfile.desktop` |results= # The `desktop-file-validate` command should comp..."
  • 10:3610:36, 17 August 2023 diff hist −10 QA:Testcase deltarpmNo edit summary current
  • 10:3510:35, 17 August 2023 diff hist +1,453 N QA:Testcase deltarpmCreated page with "{{QA/Test_Case |description=This test case ensures that deltarpm functions correctly. It tests creating a delta RPM package, applying it, and verifying that the applied package works as expected. |setup=Install the required packages: # `sudo dnf install deltarpm rpm-build` # Download two different versions of an RPM package, for example, `example-1.0-1.fc39.noarch.rpm` and `example-1.1-1.fc39.noarch.rpm` |actions= # Go to the directory where the RPMs are saved # `cd /pa..."
  • 08:5408:54, 17 August 2023 diff hist +1,254 N QA:Testcase debugeditCreated page with "{{QA/Test_Case |description=This test case validates that the debugedit tool is functioning correctly by editing and verifying a debuginfo file. |setup=Ensure that the debugedit package is installed: # `sudo dnf install rpmdevtools` |actions= # Create a directory for the test # `mkdir ~/debugedit-test` # `cd ~/debugedit-test` # Create a simple C program # `echo -e '#include <stdio.h>\nint main() { printf("Hello, World!\\n"); return 0; }' > hello.c` # Compile the C progr..." current
  • 08:4708:47, 17 August 2023 diff hist +1 QA:Testcase dconfNo edit summary current
  • 08:4708:47, 17 August 2023 diff hist +1,228 N QA:Testcase dconfCreated page with "{QA/Test_Case |description=This test case validates that the `dconf` package is functioning as expected by setting, reading, and resetting a configuration key. |setup=Ensure that the `dconf` package is installed by executing the following command: # sudo dnf install dconf |actions= # Write a value to a dconf key: # $ dconf write /org/gnome/desktop/background/picture-uri "'file:///usr/share/backgrounds/gnome/Adwaita-night.jpg'" # Read the value of the dconf key: # $ dcon..."
  • 08:3708:37, 17 August 2023 diff hist +1,003 N QA:Testcase diffutilsCreated page with "{{QA/Test_Case |description=This test case validates that the `diffutils` package is functioning as expected by creating two sample files and comparing them using the `diff` command. |setup=Ensure that the `diffutils` package is installed by executing the following command: sudo dnf install diffutils |actions= # Create two different sample text files: # echo "hello world" > file1.txt # echo "hello world2" > file2.txt # Use the `diff` command to compare the two files: # d..." current

16 August 2023

14 August 2023

  • 20:0720:07, 14 August 2023 diff hist +19 QA:Testcase createrepo c dnfNo edit summary current
  • 20:0520:05, 14 August 2023 diff hist −6 QA:Testcase createrepo c dnfNo edit summary
  • 20:0120:01, 14 August 2023 diff hist 0 QA:Testcase createrepo c dnfNo edit summary
  • 19:5219:52, 14 August 2023 diff hist +327 QA:Testcase createrepo c dnfNo edit summary
  • 19:4819:48, 14 August 2023 diff hist +1,325 N QA:Testcase createrepo c dnfCreated page with "{{QA/Test_Case |description=This test case ensures that the repodata generated by `createrepo_c` is usable by `dnf`. |setup=Ensure you have a directory from the previous `createrepo_c` test containing the generated repodata and that `dnf` is installed on the system. |actions= # Navigate to your repository directory: `cd /path/to/my/repo`. # Add this local directory as a repository for DNF: <nowiki>echo -e "[localtest]\nname=Local test repo\nbaseurl=file:///path/to/my/r..."
  • 12:4012:40, 14 August 2023 diff hist +1 QA:Testcase dbus-applicationNo edit summary current
  • 12:4012:40, 14 August 2023 diff hist +1,395 N QA:Testcase dbus-applicationCreated page with "{QA/Test_Case |description=This advanced test case tests D-Bus integration by creating a simple application to send and receive signals via D-Bus. |setup= # Ensure you've installed required packages: `dbus-devel`, `gcc`, and `g++`. # Write the provided code into a file named `dbus_example.c` https://gist.github.com/sumantro93/861dc2f235dae0605fb8d5987f7563ae gist. # Compile the application with `gcc dbus_example.c $(pkg-config --cflags --libs dbus-1) -o dbus_example`..."
  • 12:2612:26, 14 August 2023 diff hist +1,614 N QA:Testcase dbus-brokerCreated page with "{{QA/Test_Case |description=This test case ensures the proper installation and basic functionality of the `dbus-broker`, `dbus-common`, and `dbus-daemon`. |setup= # Install the `dbus-broker`, `dbus-common`, and `dbus-daemon` packages: `sudo dnf install dbus-broker dbus-common dbus-daemon`. # Ensure the D-Bus broker is running: `systemctl status dbus-broker.service`. |actions= # Check the version of the installed packages: `rpm -q dbus-broker dbus-common dbus-daemon`. # L..." current
  • 12:1912:19, 14 August 2023 diff hist +1,169 N QA:Testcase dbusCreated page with "{{QA/Test_Case |description=This test case ensures the proper installation and basic functionality of the `dbus` interprocess communication mechanism. |setup= # Install the `dbus` and `dbus-devel` packages: `sudo dnf install dbus dbus-devel`. # Ensure the D-Bus daemon is running: `systemctl status dbus`. # Prepare a basic script or program to test the D-Bus functionalities. |actions= # List all the D-Bus services currently running using: `dbus-send --print-reply --dest=o..." current
  • 10:4010:40, 14 August 2023 diff hist +1 QA:Testcase curlNo edit summary current
  • 10:4010:40, 14 August 2023 diff hist +1,390 N QA:Testcase curlCreated page with "{QA/Test_Case |description=This test case ensures the correct functioning of `curl`, which is a command-line tool for transferring data with URL syntax, supporting a range of protocols such as HTTP, HTTPS, FTP, and more. |setup= # Install a fresh version of Fedora. # Install `curl`: `sudo dnf install curl`. |actions= # Fetch a basic web page: `curl http://example.com`. # Fetch a web page and follow redirects: `curl -L http://example.com`. # Fetch a web page with verbose..."
  • 10:1410:14, 14 August 2023 diff hist +1,606 N QA:Testcase cryptsetupCreated page with "{{QA/Test_Case |description=This test case ensures the correct functioning of `cryptsetup`, which is a utility used for setting up encrypted storage using the Device Mapper. The associated `cryptsetup-libs` provides the necessary libraries for `cryptsetup`. |setup= # Install `cryptsetup` and `cryptsetup-libs`: `sudo dnf install cryptsetup cryptsetup-libs`. # Create a blank file for testing: `dd if=/dev/zero of=~/testcrypt bs=1M count=10`. |actions= # Create a loopback d..." current
  • 09:4409:44, 14 August 2023 diff hist +1,877 N QA:Testcase crypto-policiesCreated page with "{{QA/Test_Case |description=This test case ensures the correct functioning of `crypto-policies`, which provides the system-wide cryptographic policies defining the cryptographic settings for various packages, ensuring consistent security and performance profiles. The associated `crypto-policies-scripts` provides utilities to manage and apply these policies. |setup= # Install a fresh version of Fedora. # Install `crypto-policies` and `crypto-policies-scripts`: `sudo dnf i..." current
  • 09:3909:39, 14 August 2023 diff hist +1,460 N QA:Testcase cpioCreated page with "{{QA/Test_Case |description=This test case ensures that the `cpio` utility, used for creating archives of files, functions as expected. |setup= # Install a fresh version of Fedora. # Install `cpio`: `sudo dnf install cpio`. # Create a temporary directory for testing: `mkdir cpio_test`. # Navigate to the directory: `cd cpio_test`. # Create a few test files: `echo "Test1" > file1.txt`, `echo "Test2" > file2.txt`. |actions= # Create an archive using `cpio` by running: `fin..." current
  • 09:3709:37, 14 August 2023 diff hist +1,527 N QA:Testcase coreutilsCreated page with "{{QA/Test_Case |description=This test case ensures that the basic utilities (`coreutils`) and their common files (`coreutils-common`) function properly. These utilities include basic file, shell, and text manipulation utilities of the GNU operating system. |setup= # Install `coreutils` and `coreutils-common`: `sudo dnf install coreutils coreutils-common`. |actions= # Use the `ls` command to list the contents of a directory. # Create a directory with `mkdir testDir` and..." current
  • 09:3109:31, 14 August 2023 diff hist +1,608 N QA:Testcase colordCreated page with "{{QA/Test_Case |description=This test case ensures that the `colord` service, along with its associated libraries and GTK4 integration, functions properly. The `colord` system service manages, installs, and generates color profiles to manage color response on the system. |setup= # Install a fresh version of Fedora. # Install `colord`, `colord-gtk4`, and `colord-libs`: `sudo dnf install colord colord-gtk4 colord-libs`. |actions= # Start the `colord` service: `sudo system..." current
  • 09:2509:25, 14 August 2023 diff hist +990 N QA:Testcase color-filesystemCreated page with "{{QA/Test_Case |description=This test case ensures that the `color-filesystem` package is properly installed and that the required directories exist. The `color-filesystem` provides the basic directory layout for color management-related files. |setup= # Install a fresh version of Fedora. # Install `color-filesystem`: `sudo dnf install color-filesystem`. |actions= # Check if the color management directory is created: `ls /usr/share/color/`. # Optionally, if you have any..." current
  • 09:1909:19, 14 August 2023 diff hist +1,494 N QA:Testcase codec2Created page with "{{QA/Test_Case |description=This test case checks the functionality of the `codec2` speech audio codec by encoding and then decoding an audio file, verifying the integrity and audibility of the resulting output. |setup= # Install a fresh version of Fedora. # Install `codec2`: `sudo dnf install codec2`. # Prepare a sample uncompressed WAV audio file (mono, 16-bit PCM, and 8kHz sampling rate). Name it `sample.wav`. |actions= # Encode the audio file using codec2: `c2enc 32..." current
  • 08:1908:19, 14 August 2023 diff hist +1,793 N QA:Testcase createrepo cCreated page with "{{QA/Test_Case |description=This test case validates the `createrepo_c` tool's ability to generate a metadata repository from a directory of RPM packages. It also ensures the `createrepo_c-libs` package supports this functionality. |setup= # Install a fresh version of Fedora. # Install the necessary packages: `sudo dnf install createrepo_c createrepo_c-libs`. # Prepare a directory with a few RPM packages: `mkdir /path/to/rpms` and place some RPM files inside. |actions=..."
  • 08:1008:10, 14 August 2023 diff hist +1,989 N QA:Testcase cockpitCreated page with "{{QA/Test_Case |description=This test case verifies the installation and basic functionality of the Cockpit server management platform and its supporting packages. |setup= # Install a fresh version of Fedora/ ensure nothing is running on localhost:9090. # Install the required Cockpit packages: `sudo dnf install cockpit cockpit-bridge cockpit-system cockpit-ws`. |actions= # Start the Cockpit service: `sudo systemctl start cockpit`. # Enable Cockpit to start on boot: `sud..." current
(newest | oldest) View (newer 250 | ) (20 | 50 | 100 | 250 | 500)