From Fedora Project Wiki

Combined display of all available logs of Fedora Project Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 13:12, 21 August 2023 Sumantrom talk contribs created page QA:Testcase exo (Created 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...")
  • 13:10, 21 August 2023 Sumantrom talk contribs created page QA:Testcase exiv2 (Created 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...")
  • 12:57, 21 August 2023 Sumantrom talk contribs created page QA:Testcase exempi (Created 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...")
  • 12:52, 21 August 2023 Sumantrom talk contribs created page QA:Testcase espeak-ng (Created 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...")
  • 12:50, 21 August 2023 Sumantrom talk contribs created page QA:Testcase enchant (Created 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...")
  • 12:47, 21 August 2023 Sumantrom talk contribs created page QA:Testcase ethtool (Created 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. #...")
  • 12:40, 21 August 2023 Sumantrom talk contribs created page QA:Testcase emacs filesystem (Created 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`...")
  • 12:38, 21 August 2023 Sumantrom talk contribs created page QA:Testcase ed (Created 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...")
  • 10:29, 21 August 2023 Sumantrom talk contribs created page QA:Testcase ebook-tools-libs (Created 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...")
  • 10:03, 21 August 2023 Sumantrom talk contribs created page QA:Testcase e2fsprogs libs (Created 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:01, 21 August 2023 Sumantrom talk contribs created page QA:Testcase e2fsprogs (Created 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...")
  • 09:52, 21 August 2023 Sumantrom talk contribs created page QA:Testcase dwz (Created 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:40, 21 August 2023 Sumantrom talk contribs created page QA:Testcase duktape (Created 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:31, 21 August 2023 Sumantrom talk contribs created page QA:Testcase drpm (Created 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:21, 21 August 2023 Sumantrom talk contribs created page QA:Testcase dracut (Created 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...")
  • 08:50, 21 August 2023 Sumantrom talk contribs created page QA:Testcase double conversion (Created 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+...")
  • 03:35, 18 August 2023 Sumantrom talk contribs created page QA:Testcase dotconf (Created 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...")
  • 03:30, 18 August 2023 Sumantrom talk contribs created page QA:Testcase dosfstools (Created 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:56, 18 August 2023 Sumantrom talk contribs created page QA:Testcase docbook-style-xsl (Created 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:54, 18 August 2023 Sumantrom talk contribs created page QA:Testcase docbook-dtds (Created 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...")
  • 02:40, 18 August 2023 Sumantrom talk contribs created page QA:Testcase dnsmasq (Created 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...")
  • 02:31, 18 August 2023 Sumantrom talk contribs created page QA:Testcase dmidecode (Created 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...")
  • 02:21, 18 August 2023 Sumantrom talk contribs created page QA:Testcase disomaster (Created 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...")
  • 16:26, 17 August 2023 Sumantrom talk contribs created page QA:Testcase dhcp common (Created 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 (...")
  • 16:25, 17 August 2023 Sumantrom talk contribs created page QA:Testcase dhcp client (Created 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...")
  • 15:55, 17 August 2023 Sumantrom talk contribs created page QA:Testcase destop-file-utils (Created 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:35, 17 August 2023 Sumantrom talk contribs created page QA:Testcase deltarpm (Created 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:54, 17 August 2023 Sumantrom talk contribs created page QA:Testcase debugedit (Created 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...")
  • 08:47, 17 August 2023 Sumantrom talk contribs created page QA:Testcase dconf (Created 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:37, 17 August 2023 Sumantrom talk contribs created page QA:Testcase diffutils (Created 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...")
  • 19:48, 14 August 2023 Sumantrom talk contribs created page QA:Testcase createrepo c dnf (Created 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:40, 14 August 2023 Sumantrom talk contribs created page QA:Testcase dbus-application (Created 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:26, 14 August 2023 Sumantrom talk contribs created page QA:Testcase dbus-broker (Created 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...")
  • 12:19, 14 August 2023 Sumantrom talk contribs created page QA:Testcase dbus (Created 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...")
  • 10:40, 14 August 2023 Sumantrom talk contribs created page QA:Testcase curl (Created 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:14, 14 August 2023 Sumantrom talk contribs created page QA:Testcase cryptsetup (Created 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...")
  • 09:44, 14 August 2023 Sumantrom talk contribs created page QA:Testcase crypto-policies (Created 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...")
  • 09:39, 14 August 2023 Sumantrom talk contribs created page QA:Testcase cpio (Created 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...")
  • 09:37, 14 August 2023 Sumantrom talk contribs created page QA:Testcase coreutils (Created 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...")
  • 09:31, 14 August 2023 Sumantrom talk contribs created page QA:Testcase colord (Created 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...")
  • 09:25, 14 August 2023 Sumantrom talk contribs created page QA:Testcase color-filesystem (Created 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...")
  • 09:19, 14 August 2023 Sumantrom talk contribs created page QA:Testcase codec2 (Created 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...")
  • 08:19, 14 August 2023 Sumantrom talk contribs created page QA:Testcase createrepo c (Created 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:10, 14 August 2023 Sumantrom talk contribs created page QA:Testcase cockpit (Created 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...")
  • 07:45, 14 August 2023 Sumantrom talk contribs created page QA:Testcase clinfo (Created page with "{{QA/Test_Case |description=This test case ensures that the `clinfo` tool correctly identifies and provides information about OpenCL platforms and devices on the system. |setup= # Ensure you have a device with OpenCL support, such as a modern GPU. # Install the `clinfo` package: `sudo dnf install clinfo`. # If you're using a GPU, ensure the respective GPU drivers and OpenCL drivers are installed. |actions= # Run the `clinfo` command without any options: `clinfo`. |resu...")
  • 07:30, 14 August 2023 Sumantrom talk contribs created page QA:Testcase clevis (Created page with "{{QA/Test_Case |description=This test case verifies the basic functionality of the `clevis` tool, specifically binding and unbinding operations. |setup= 1. Install a fresh version of Fedora. 2. Install `clevis`: `sudo dnf install clevis clevis-luks`. 3. Create a test file: `echo "Hello World" > testfile.txt`. |actions= 1. Encrypt the test file with a passphrase using `clevis`: `clevis encrypt pin=test passphrase="securePass" < testfile.txt > encrypted.txt`. {{FIXME}}...")
  • 07:15, 14 August 2023 Sumantrom talk contribs created page QA:Testcase chrony (Created page with "{{QA/Test_Case |description= chrony is a suite of utilities for maintaining the accuracy of computer clocks. It includes chronyd, a daemon that can synchronize the system clock with NTP servers, and chronyc, a command-line client for managing chronydThis test case ensures that the `chrony` suite functions correctly to synchronize the system clock with NTP servers. |setup= # Install the {{package|chrony}} package: `sudo dnf install chrony`. # Make sure your system is conn...")
  • 15:16, 13 August 2023 Sumantrom talk contribs created page QA:Testcase checkpolicy (Created page with "{{QA/Test_Case |description=This test case ensures that the `checkpolicy` utility can properly compile SELinux policy source files into a binary format. |setup= # Install the `checkpolicy` package: `sudo dnf install checkpolicy`. # Prepare an SELinux policy source file (for simplicity, you can use an existing `.te` file from the system, or write a basic one). |actions= # Use `checkpolicy` to compile the policy source file. Assuming your source file is named `my_policy.te...")
  • 15:04, 13 August 2023 Sumantrom talk contribs created page QA:Testcase certmonger (Created page with "{{QA/Test_Case |description=certmonger is a service that monitors and renews certificates. It can also be used to request new certificates. This test case ensures that the `certmonger` service is functional and can request, track, and renew certificates. |setup= # Install the `certmonger` package: `sudo dnf install certmonger`. # Ensure you have a Certificate Authority (CA) configured or available to issue a test certificate. |actions= # Start the `certmonger` service: `...")
  • 04:55, 13 August 2023 Sumantrom talk contribs created page QA:Testcase ca certificate (Created page with "{{QA/Test_Case |description=This test case ensures the proper installation and basic verification of the `ca-certificates` package which offers a set of CA certificates trusted by the system. |setup= # Install a fresh version of Fedora. # Install the {{package|ca-certificates}} package: `sudo dnf install ca-certificates`. |actions= # Confirm the certificates are properly stored: `ls /etc/pki/ca-trust/extracted/pem/`. # Display the contents of a sample certificate to ensu...")
  • 04:50, 13 August 2023 Sumantrom talk contribs created page QA:Testcase c ares (Created page with "{{QA/Test_Case |description=c-ares is a C library for asynchronous DNS requests (including name resolves).This test case ensures the proper installation and basic functionality of the `c-ares` library for asynchronous DNS requests. |setup= # Install the development package for `c-ares`: `sudo dnf install c-ares-devel`. # Prepare a basic C code to test the functionality using `c-ares`. |actions= # Write a simple C program to use the `c-ares` library for DNS resolution....")
  • 04:37, 13 August 2023 Sumantrom talk contribs created page QA:Testcase btrfs progs (Created page with "{{QA/Test_Case |description=This test case ensures the proper installation and basic functionality of the `btrfs-progs` utilities for managing and maintaining the Btrfs filesystem. |setup= # Install a fresh version of Fedora. # Install the `btrfs-progs` package: `sudo dnf install btrfs-progs`. # Ensure you have an unallocated disk or partition for testing or are comfortable creating/destroying a Btrfs filesystem on an existing partition (WARNING: this will destroy data)....")
  • 04:31, 13 August 2023 Sumantrom talk contribs created page QA:Testcase bzip2 (Created page with "{{QA/Test_Case |description=This test case ensures the proper installation and basic functionality of the `bzip2` compression utility and its associated libraries (`bzip2-libs`). |setup= # Install a fresh version of Fedora. # Install the {{package|bzip2}} and {{package|bzip2-libs}} packages: `sudo dnf install bzip2 bzip2-libs`. |actions= # Create a text file for testing: `echo "This is a test for bzip2 compression." > ~/test.txt`. # Compress the file using `bzip2`: `bzip...")
  • 04:20, 13 August 2023 Sumantrom talk contribs created page QA:Testcase boost (Created page with "{{QA/Test_Case |description=The Boost C++ Libraries are a widely used collection of portable, high-quality libraries that extend the core functionality of C++. The specific components listed (boost-atomic, boost-filesystem, boost-iostreams, boost-system, boost-thread) deal with atomic operations, file system operations, stream-based IO, system-specific utilities, and threading, respectively.This test case ensures the proper installation and basic functioning of selected...")
  • 04:00, 13 August 2023 Sumantrom talk contribs created page QA:Testcase bubblewrap (Created page with "{{QA/Test_Case |description= bubblewrap is a core project in the Flatpak project, which provides sandboxing capabilities. Essentially, bubblewrap helps in running an application or command in a sandboxed environment where its access to the system is restricted. This is instrumental in creating a secure environment where applications can't tamper with the system or access data they shouldn't be able to.This test case ensures the proper functioning of `bubblewrap`, the san...")
  • 19:49, 12 August 2023 Sumantrom talk contribs created page QA:Testcase bolt (Created page with "{{QA/Test_Case |description=This test case ensures the proper functioning of `bolt`, the manager for Thunderbolt devices. |setup= # Ensure you have a Fedora system. # Install `bolt`: `sudo dnf install bolt`. # Ensure your computer has a Thunderbolt port. # Have a Thunderbolt device ready for connection. |actions= # Open a terminal. # Check the current status of Thunderbolt devices with the command: `boltctl list`. No devices should be listed if none are connected. # Conn...")
  • 19:44, 12 August 2023 Sumantrom talk contribs created page QA:Testcase bluedevil (Created page with "{{QA/Test_Case |description=This test case ensures the correct functioning of `bluedevil`, the Bluetooth manager for KDE Plasma. |setup= 1. Ensure you have a Fedora system with the KDE Plasma desktop environment installed. 2. Install `bluedevil`: `sudo dnf install bluedevil`. 3. Ensure your computer has Bluetooth hardware support. 4. Have a Bluetooth-enabled device (e.g., smartphone, headphones) ready for pairing. |actions= # Open the KDE System Settings. # Navigate to t...")
  • 19:35, 12 August 2023 Sumantrom talk contribs created page QA:Testcase blktrace (Created page with "{{QA/Test_Case |description=This test case ensures that `blktrace` captures and provides detailed traces for block IO actions. |setup= # Ensure you have a Fedora system. # Install the `blktrace` package: `sudo dnf install blktrace`. |actions= # Open a terminal. # Start capturing traces for a specific block device, for example, `/dev/sda`: `sudo blktrace -d /dev/sda -o - | blkparse -i -`. # In a separate terminal or on the system, perform some disk activities like copying...")
  • 19:32, 12 August 2023 Sumantrom talk contribs created page QA:Testcase blivet (Created page with "{{QA/Test_Case |description=This test case ensures that `blivet-data` provides necessary data for system storage configuration and that `blivet-gui-runtime` supports the operation of the `blivet-gui` graphical tool. |setup= # Ensure you have a Graphical Fedora system. # Install the related `blivet` packages: `sudo dnf install blivet-data blivet-gui-runtime blivet-gui`. |actions= # Open a terminal. # Start the `blivet-gui` using the command: `blivet-gui`. # Ensure the GUI...")
  • 19:26, 12 August 2023 Sumantrom talk contribs created page QA:Testcase binutils (Created page with "{{QA/Test_Case |description=This test case ensures that `binutils` provides essential binary utilities and that `binutils-gold` effectively serves as an alternative linker. |setup= # Ensure you have a Fedora system. # Install the related `binutils` packages: `sudo dnf install binutils binutils-gold`. |actions= # Open a terminal. # Check the version of `binutils`: `as --version`. # Use the `objdump` utility (from `binutils`) to display information about a binary. For exam...")
  • 19:15, 12 August 2023 Sumantrom talk contribs created page QA:Testcase bind (Created page with "{{QA/Test_Case |description=This test case ensures that the `bind` and its related packages perform DNS functionalities and support tasks effectively. |setup= # Ensure you have a Fedora system. # Install the related bind packages: `sudo dnf install bind bind-dnssec-utils bind-dyndb-ldap bind-libs bind-license bind-utils`. # Set up a basic configuration for BIND or use the default one. |actions= # Open a terminal. # Start the BIND service: `sudo systemctl start named`. #...")
  • 19:10, 12 August 2023 Sumantrom talk contribs created page QA:Testcase bash (Created page with "{{QA/Test_Case |description=This test case ensures that the `bash` shell works as expected and that the `bash-completion` add-on provides accurate command-line tab-completions. |setup= # Install the `bash` and `bash-completion` packages if not already present: `sudo dnf install bash bash-completion`. |actions= # Open a terminal. # Ensure the shell you're using is `bash`: `echo $0`. The output should be `bash`. # Test basic commands in bash like `echo`, `ls`, `pwd`, etc....")
  • 19:05, 12 August 2023 Sumantrom talk contribs created page QA:Testcase basesystem (Created page with "{{QA/Test_Case |description=This test case ensures that the {{package|basesystem}} package correctly defines and installs its core dependencies, providing a minimal environment. |setup= # Ensure you have a Fedora system. # Install a minimal environment, or start with a fresh installation. |actions= # Open a terminal. # Install the `basesystem` package if not already installed: `sudo dnf install basesystem`. # Check the dependencies of the `basesystem` package: `dnf repoq...")
  • 19:00, 12 August 2023 Sumantrom talk contribs created page QA:Testcase bamf (Created page with "{{QA/Test_Case |description=This test case ensures that the `bamf` and `bamf-daemon` effectively match and manage application windows. |setup= 1. Ensure you have a Fedora system. 2. Install the `bamf` and `bamf-daemon` packages: `sudo dnf install bamf bamf-daemon`. 3. Start the `bamf-daemon`: `systemctl --user start bamfdaemon.service`. |actions= # Open a terminal. # Ensure the daemon is running: `sudo systemctl status bamf-daemon`. # Launch multiple applications (e.g.,...")
  • 18:52, 12 August 2023 Sumantrom talk contribs created page QA:Testcase avahi (Created page with "{{QA/Test_Case |description=Avahi is a system that facilitates service discovery on a local network via the mDNS/DNS-SD protocol suite. avahi-glib provides Glib integration for Avahi, and avahi-libs contains the libraries needed for Avahi tools and for other applications to integrate Avahi functionalities.This test case ensures that the `avahi`, `avahi-glib`, and `avahi-libs` work correctly for local network service discovery and Glib integration. |setup= # Ensure you ha...")
  • 18:45, 12 August 2023 Sumantrom talk contribs created page QA:Testcase autofs (Created page with "{{QA/Test_Case |description=This test case ensures that the `autofs` service can successfully auto-mount specified file systems when accessed. |setup= 1. Ensure you have a Fedora system. 2. Install the `autofs` package: `sudo dnf install autofs`. 3. Ensure you have access to a network file share (e.g., an NFS share) for testing purposes. 4. Backup the existing autofs configuration: `sudo cp /etc/auto.master /etc/auto.master.backup`. |actions= # Open a terminal. # Start t...")
  • 18:43, 12 August 2023 Sumantrom talk contribs created page QA:Testcase authselect (Created page with "{{QA/Test_Case |description=This test case ensures that the `authselect` tool and `authselect-libs` function correctly in managing system authentication settings. |setup= # Ensure you have a Fedora system. # Install the {{package|authselect}} and {{package|authselect-libs}} packages: `sudo dnf install authselect authselect-libs`. # Backup the current authentication settings: `sudo authselect current > authselect_backup.txt`. |actions= # Open a terminal. # View current au...")
  • 18:36, 12 August 2023 Sumantrom talk contribs created page QA:Testcase audit (Created page with "{{QA/Test_Case |description=The audit package provides tools and utilities to monitor and analyze system security audits. The audit-libs package contains the dynamic libraries needed by the audit tools and other applications to incorporate auditing capabilities. This test case ensures that the `audit` utilities and `audit-libs` work correctly for system auditing. |setup= # Ensure you have a Fedora system. # Install the `audit` and `audit-libs` packages: `sudo dnf install...")
  • 18:30, 12 August 2023 Sumantrom talk contribs created page QA:Testcase attr (Created page with "{QA/Test_Case |description=The attr package provides utilities to administer the extended attributes on filesystem objects. Extended attributes store metadata that isn't captured by traditional file attributes. This test case ensures that the `attr` utilities can successfully manage extended attributes of filesystem objects. |setup= # Ensure you have a Fedora system. # Install the {{package|attr}} package: `sudo dnf install attr`. # Create a test directory: `mkdir ~/attr...")
  • 18:12, 12 August 2023 Sumantrom talk contribs created page QA:Testcase at spi2 atk (Created page with "{{QA/Test_Case |description=This test case ensures that the `at-spi2-atk` module correctly bridges ATK-based applications to the AT-SPI2 accessibility framework. |setup= 1. Ensure you have a Fedora system with a graphical interface. 2. Install the `at-spi2-atk` and `orca` (a screen reader that uses AT-SPI2) using the package manager: `sudo dnf install at-spi2-atk orca`. 3. Have an application that uses the ATK toolkit ready for testing (many GNOME applications, like `ged...")
  • 18:07, 12 August 2023 Sumantrom talk contribs created page QA:Testcase apr openssl (Created page with "{{QA/Test_Case |description=This test case ensures that the `apr-util-openssl` module properly provides OpenSSL support within the APR. |setup= # Install the `apr-util-openssl` module using the package manager: `sudo dnf install apr-util-openssl`. # Optionally, install the Apache HTTP server with SSL support: `sudo dnf install httpd mod_ssl` for additional verification. # Ensure you have SSL certificates ready for testing or use tools like `openssl` to generate self-sign...")
  • 18:04, 12 August 2023 Sumantrom talk contribs created page QA:Testcase apr (Created page with "{{QA/Test_Case |description=The Apache Portable Runtime (apr) is a supporting library for the Apache HTTP server and provides a set of APIs that map to underlying operating system calls. This test case ensures that the `apr` library correctly provides its core functionalities and maps appropriately to underlying system calls. |setup= # Ensure you have a Fedora system. # Install the `apr` and its utilities using the package manager: `sudo dnf install apr apr-util`. # Opti...")
  • 17:53, 12 August 2023 Sumantrom talk contribs created page QA:Testcase appstream (Created page with "{{QA/Test_Case |description= AppStream is a standard for creating app stores across distributions, making the process of finding and installing software on Linux-based operating systems more streamlined. It primarily deals with metadata about software components available in the distribution. This test case ensures that the `appstream` utility correctly manages, displays, and validates the metadata of software components available in the distribution. |setup= # Ensure yo...")
  • 17:47, 12 August 2023 Sumantrom talk contribs created page QA:Testcase appres (Created page with "{{QA/Test_Case |description=This test case ensures that the `appres` utility correctly lists the resource database of X applications. |setup= 1. Ensure you have a Fedora system with a graphical interface running the X Window System. 2. Install `appres` using the package manager, e.g., `sudo dnf install xorg-x11-apps`. 3. Have at least one X application installed and available to test, such as `xterm`. |actions= # Open a terminal. # Run the command `appres XTerm` (or any...")
  • 17:37, 12 August 2023 Sumantrom talk contribs created page QA:Testcase anthy unicode (Created page with "{{QA/Test_Case |description=This test case ensures that Anthy with Unicode support (anthy-unicode) functions correctly to input Japanese characters in a Fedora environment. |setup= 1. Ensure you have a Fedora system with a graphical interface. 2. Install {{package|anthy-unicode}} and any required dependencies, e.g., `sudo dnf install anthy-unicode -y`. 3. Configure the system to use Anthy as the default input method for Japanese. |actions= # Open a text editor or word pr...")
  • 17:31, 12 August 2023 Sumantrom talk contribs created page QA:Testcase alternatives (Created page with "{{QA/Test_Case |description=This test case ensures that the `alternatives` system can manage and switch between alternative programs for a given function. |setup=Ensure you have a Fedora system with multiple versions of a program that uses the alternatives system. For this example, let's consider Java (`java` and `javac` commands). |actions= # Open a terminal. # List all the available alternatives for the `java` command: `alternatives --display java`. # Note down the cur...")
  • 17:26, 12 August 2023 Sumantrom talk contribs created page QA:Testcase alsa (Created page with "{{QA/Test_Case |description=The alsa-lib (Advanced Linux Sound Architecture library) is a library that provides audio and MIDI functionality to the Linux operating system. It's a fundamental part of the Linux audio infrastructure. This test case ensures that the `alsa-lib` can correctly provide details about the audio hardware and its capabilities. |setup=Ensure that `alsa-lib` and `alsa-utils` are installed on your Fedora system. A sound card or onboard audio chipset sh...")
  • 17:18, 12 August 2023 Sumantrom talk contribs created page QA:Testcase aha (Created page with "{{QA/Test_Case |description=This test case ensures that the `aha` utility can effectively convert ANSI-colored terminal output into an HTML format. |setup=Ensure that the {{pagacke|aha}} package is installed on your Fedora system. If not, you can usually install it using `sudo dnf install aha`. |actions= # Open a terminal. # Generate some ANSI-colored output, for example: `ls --color=always`. # Pipe this output to `aha` and redirect it to an HTML file: `ls --color=always...")
  • 17:07, 12 August 2023 Sumantrom talk contribs created page QA:Testcase acl (Created page with "{{QA/Test_Case |description=This test case ensures that the `acl` utilities (`setfacl` and `getfacl`) can set and then retrieve the access control entries for a specific file. |setup=Ensure that the {{package|acl}} package is installed on your Fedora system. |actions= # Open a terminal. # Create a test file using the command: `touch testfile`. # Set an ACL entry on the file granting read access to user `testuser` with: `setfacl -m u:testuser:r testfile`. # Retrieve the...")
  • 17:03, 12 August 2023 Sumantrom talk contribs created page QA:Testcase accountsservice (Created page with "{{QA/Test_Case |description=The accountsservice is a D-Bus service that provides information about available user accounts. It can be used by various components and applications to access and modify user account information.This test case ensures that the `accountsservice` can effectively retrieve details about a user account using its D-Bus interface. |setup=Ensure that `accountsservice` is installed and running on your Fedora system. Have a test user account (e.g., `te...")
  • 16:50, 12 August 2023 Sumantrom talk contribs created page QA:Testcase nmcli (Created page with "{{QA/Test_Case |description=This test case ensures that `nmcli` can effectively list available Wi-Fi networks and establish a connection to a chosen network. |setup=Ensure that NetworkManager is installed and running on your Fedora system. Ensure the system has a Wi-Fi adapter and it's not connected to any Wi-Fi network to start with. |actions= # Open a terminal. # Execute the command `nmcli device wifi list` to list all available Wi-Fi networks. # Identify a Wi-Fi netwo...")
  • 16:48, 12 August 2023 Sumantrom talk contribs created page QA:Testcase networkctl (Created page with "{{QA/Test_Case |description=This test case ensures that `networkctl` can effectively list and retrieve details of all network links available on the system. |setup=Ensure that `systemd` and `systemd-networkd` are installed and running on your Fedora system. |actions= # Open a terminal. # Execute the command `networkctl` to list all network links. # Identify a link from the list, for example "eth0". # Now, execute the command `networkctl status eth0` to retrieve details a...")
  • 16:06, 12 August 2023 Sumantrom talk contribs created page QA:Testcase pkcon (Created page with "{QA/Test_Case |description=This test case ensures that the `pkcon` command can effectively search for a package and retrieve its details using the PackageKit. |setup=Ensure that {{package|PackageKit}} is installed and running on your Fedora system. |actions= # Open a terminal. # Execute the command `pkcon search name firefox` to search for the "firefox" package. # Next, identify the package ID for the firefox package from the search results. # Now, execute the command `p...")
  • 18:37, 9 August 2023 Sumantrom talk contribs created page Test Day:2023-08-18 Gnome 45 Apps TestdayApp Metadata (Created page with "= TestdayApp Metadata = * F39 Gnome 45 Apps;https://fedoraproject.org/wiki/Test_Day:2023-08-18_Fedora_39_GNOME_45_Apps == Apps in need of a LOT of testing == * Calendar;https://fedoraproject.org/wiki/QA:Testcase_Gnome_Calendar * Contacts;https://fedoraproject.org/wiki/QA:Testcase_Gnome_Contacts * Maps;https://fedoraproject.org/wiki/QA:Testcase_Gnome_Maps * Photos;https://fedoraproject.org/wiki/QA:Testcase_Gnome_Photos == Apps requiring a bare metal machine == * Boxes;h...")
  • 18:34, 9 August 2023 Sumantrom talk contribs created page Test Day:2023-08-18 Fedora 39 GNOME 45 Apps (Created page with "{{Infobox_group | name = GNOME 44 Apps | image = 300px|link=QA/Test Days | date = 2023-08-18 to 2023-08-20 | time = all day | website = QA/Test Days | matrix = [https://matrix.to/#/#workstation:fedoraproject.org #workstation:fedoraproject.org] | irc = [irc://irc.libera.chat/#fedora-workstation #fedora-workstation] ([https://web.libera.chat/#fedora-workstation webirc]) | fedora_mailing_list = test }} {{admon/note | Can't make the date? |...")
  • 18:06, 9 August 2023 Sumantrom talk contribs created page Test Day:2023-08-11 DNF5 TestdayApp Metadata (Created page with "= TestdayApp Metadata = * F39 DNF5;https://fedoraproject.org/wiki/Test_Day:2023-08-11_Fedora_39_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...")
  • 18:03, 9 August 2023 Sumantrom talk contribs created page Test Day:2023-08-11 Fedora 39 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...")
  • 17:07, 9 August 2023 Sumantrom talk contribs created page Test Day:2023-08-14 Gnome 45 Desktop and Core Apps TestdayApp Metadata (Created page with "= TestdayApp Metadata = * F39 Gnome 45 Desktop and Core Apps;https://fedoraproject.org/wiki/Test_Day:2023-08-14_Fedora_39_GNOME_45_Desktop_and_Core_Apps == Installation == * Initial Setup;https://fedoraproject.org/wiki/QA:Testcase_base_initial_setup == Desktop == * Login Screen;https://fedoraproject.org/wiki/QA:Testcase_Gnome_Login_Screen * Lock Screen;https://fedoraproject.org/wiki/QA:Testcase_Gnome_Lock_Screen * User Switching;https://fedoraproject.org/wiki/QA:Testca...")
  • 16:58, 9 August 2023 Sumantrom talk contribs created page Test Day:2023-08-14 Fedora 39 GNOME 45 Desktop and Core Apps (Created page with "{{Infobox_group | name = GNOME 44 Desktop and Core Apps | image = 300px|link=QA/Test Days | date = 2023-09-14 to 2023-09-17 | time = all day | website = QA/Test Days | matrix = [https://matrix.to/#/#workstation:fedoraproject.org #workstation:fedoraproject.org] | irc = [irc://irc.libera.chat/#fedora-workstation #fedora-workstation] ([https://web.libera.chat/#fedora-workstation webirc]) | fedora_mailing_list = test }} {{admon/note | Can't...")
  • 15:06, 4 July 2023 Sumantrom talk contribs created page Test Day:2023-07-09 Kernel 6.4 TestdayApp Metadata (Created page with "= TestdayApp Metadata = * Kernel 6.4 Test Week;https://fedoraproject.org/wiki/Test_Day:2023-07-09_Kernel_6.4_Test_Week == Regression Test == * Regression; https://fedoraproject.org/wiki/QA:Testcase_kernel_regression Category:TestdayApp")
  • 14:48, 4 July 2023 Sumantrom talk contribs created page Test Day:2023-07-09 Kernel 6.4 Test Week (Created page with "{{Infobox_group | name = '''Kernel 6.4 Test Week''' | image = 300px|link=QA/Test Days | date = '''2023-07-09 to 2023-07-16''' | 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...")
  • 01:06, 7 May 2023 Sumantrom talk contribs created page Test Day:Fedora 39 CoreOS Test Day TestdayApp Metadata (Created page with "= TestdayApp Metadata = * Fedora 39 CoreOS Test Day;https://fedoraproject.org/wiki/Test_Day:Fedora_39_CoreOS == Installation == * Virtual install;https://fedoraproject.org/wiki/QA:Testcase_CoreOS_virtual_install * Bare Metal install;https://fedoraproject.org/wiki/QA:Testcase_CoreOS_baremetal_install == S90x == * Virtual install;https://fedoraproject.org/wiki/QA:Testcase_CoreOS_virtual_install * Bare Metal install;https://fedoraproject.org/wiki/QA:Testcase_CoreOS_bareme...")
  • 01:04, 7 May 2023 Sumantrom talk contribs created page Test Day:Fedora 39 CoreOS (Created page with "{{Infobox_group | name = Fedora CoreOS Test Week | image = link=QA/Test Days | caption = Fedora CoreOS | date = TBD | time = all week | website = QA/Test Days | irc = [irc://irc.freenode.net/#fedora-coreos #fedora-coreos] ([http://webchat.freenode.net/?channels=fedora-coreos 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...")
  • 00:41, 7 May 2023 Sumantrom talk contribs created page Test Day:F39 Upgrade Test Day TestdayApp Metadata (Created page with "= TestdayApp Metadata = * F39 Upgrade Test Day;https://fedoraproject.org/wiki/Test_Day:2023-XX-YY_F39_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...")
  • 00:39, 7 May 2023 Sumantrom talk contribs created page Test Day:2023-XX-YY F39 Upgrade Test Day (Created page with "{{Infobox_group | name = Upgrade Test Day | image = 300px|link=QA/Test Days | date = TBD | 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, and you...")
  • 07:01, 1 May 2023 Sumantrom talk contribs created page Test Day:2023-05-07 Kernel 6.3 TestdayApp Metadata (Created page with "= TestdayApp Metadata = * Kernel 6.3 Test Week;https://fedoraproject.org/wiki/Test_Day:2023-05-07_Kernel_6.3_Test_Week == Regression Test == * Regression; https://fedoraproject.org/wiki/QA:Testcase_kernel_regression Category:TestdayApp")
  • 06:53, 1 May 2023 Sumantrom talk contribs created page Test Day:2023-05-07 Kernel 6.3 Test Week (Created page with "{{Infobox_group | name = '''Kernel 6.2 Test Week''' | image = 300px|link=QA/Test Days | date = '''2023-03-05 to 2023-03-12''' | 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...")
  • 15:24, 4 April 2023 Sumantrom talk contribs created page QA:Testcase toolbox (Created page with "{{QA/Test_Case |description=This test case ensures that Fedora can successfully use Toolbox for managing containers, specifically by listing, creating, and running Toolbox containers. |setup=Download and install the latest version of Fedora on a bare metal system or virtual machine. Ensure that {{package|toolbox}} is installed on the system. |actions= * Open a terminal on the Fedora system. * Execute the command <nowiki>toolbox list</nowiki> to display the list of availa...")
  • 15:01, 27 March 2023 Sumantrom talk contribs created page QA:Testcase FCOS systemd unit service (Created page with "{{QA/Test_Case |description=This test case ensures that Fedora CoreOS can create and manage systemd services using Butane and Ignition configuration files. |setup=Download and install the latest version of Fedora CoreOS on a bare metal system or virtual machine. |actions= * Create a new Butane config file called httpd.bu with the following content: OR [https://docs.fedoraproject.org/en-US/fedora-coreos/tutorial-services/ follow this tutorial] <pre> variant: fcos ve...")
  • 14:43, 27 March 2023 Sumantrom talk contribs created page QA:Testcase FCOS autologin setting custom hostname (Created page with "{QA/Test_Case |description=This test case ensures that Fedora CoreOS autologin functionality works as expected, allowing a user to log in automatically without requiring a password. |setup=Install the Fedora CoreOS on a bare metal or virtual machine using the default settings. |actions= * Follow the steps[https://docs.fedoraproject.org/en-US/fedora-coreos/tutorial-autologin/#_first_ignition_config_via_butane given here] * Boot the Fedora CoreOS system. * Observe the boo...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)