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

19 March 2024

  • 03:0403:04, 19 March 2024 diff hist +99 Test Day:2024-03-21 Podman 5 TestdayApp MetadataNo edit summary current
  • 03:0203:02, 19 March 2024 diff hist +863 N QA:Testcase podman save loadCreated page with "{{QA/Test_Case |description=Ensure that an image saved with Podman 4.9 can be loaded successfully in Podman 5.0. |setup=A Fedora system with Podman 5.0 installed, and access to an image saved from Podman 4.9. |actions= # On a system with Podman 4.9, save an image using `podman save -o <image-name>.tar <image-name>`. # Transfer the saved image to a system with Podman 5.0. # Load the image on the Podman 5.0 system with `podman load -i <image-name>.tar`. # Verify the image..." current

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..." current
  • 14:3214:32, 18 March 2024 diff hist 0 Test Day:2024-03-21 Podman 5→‎Run the tests current
  • 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..." current
  • 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 current
  • 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..." current
  • 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..." current

19 February 2024

8 February 2024

24 January 2024

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