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

14 August 2023

  • 07:4507:45, 14 August 2023 diff hist +1,395 N QA:Testcase clinfoCreated 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..." current
  • 07:3007:30, 14 August 2023 diff hist +1,130 N QA:Testcase clevisCreated 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}}..." current
  • 07:1507:15, 14 August 2023 diff hist +1,647 N QA:Testcase chronyCreated 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..." current

13 August 2023

  • 15:1615:16, 13 August 2023 diff hist +1,374 N QA:Testcase checkpolicyCreated 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..." current
  • 15:0415:04, 13 August 2023 diff hist +1,642 N QA:Testcase certmongerCreated 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: `..." current
  • 04:5504:55, 13 August 2023 diff hist +1,421 N QA:Testcase ca certificateCreated 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..." current
  • 04:5004:50, 13 August 2023 diff hist +76 QA:Testcase c aresNo edit summary current
  • 04:5004:50, 13 August 2023 diff hist +1,347 N QA:Testcase c aresCreated 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:3704:37, 13 August 2023 diff hist +1,796 N QA:Testcase btrfs progsCreated 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)...." current
  • 04:3104:31, 13 August 2023 diff hist +1,355 N QA:Testcase bzip2Created 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..." current
  • 04:2004:20, 13 August 2023 diff hist +2,339 N QA:Testcase boostCreated 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..." current
  • 04:0004:00, 13 August 2023 diff hist +1,782 N QA:Testcase bubblewrapCreated 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..."

12 August 2023

  • 19:4919:49, 12 August 2023 diff hist +2,190 N QA:Testcase boltCreated 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..." current
  • 19:4419:44, 12 August 2023 diff hist +2,113 N QA:Testcase bluedevilCreated 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:3519:35, 12 August 2023 diff hist +18 QA:Testcase blktraceNo edit summary current
  • 19:3519:35, 12 August 2023 diff hist +1,651 N QA:Testcase blktraceCreated 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:3219:32, 12 August 2023 diff hist +1,880 N QA:Testcase blivetCreated 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..." current
  • 19:2619:26, 12 August 2023 diff hist +1,737 N QA:Testcase binutilsCreated 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..." current
  • 19:1519:15, 12 August 2023 diff hist +2,120 N QA:Testcase bindCreated 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`. #..." current
  • 19:1019:10, 12 August 2023 diff hist +1,681 N QA:Testcase bashCreated 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...." current
  • 19:0519:05, 12 August 2023 diff hist +1,640 N QA:Testcase basesystemCreated 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..." current
  • 19:0119:01, 12 August 2023 diff hist −98 QA:Testcase bamfNo edit summary current
  • 19:0019:00, 12 August 2023 diff hist +1,856 N QA:Testcase bamfCreated 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:5218:52, 12 August 2023 diff hist +2,282 N QA:Testcase avahiCreated 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..." current
  • 18:4618:46, 12 August 2023 diff hist −4 QA:Testcase autofsNo edit summary current
  • 18:4518:45, 12 August 2023 diff hist +2,216 N QA:Testcase autofsCreated 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:4318:43, 12 August 2023 diff hist +1,861 N QA:Testcase authselectCreated 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..." current
  • 18:3618:36, 12 August 2023 diff hist +1,975 N QA:Testcase auditCreated 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..." current
  • 18:3118:31, 12 August 2023 diff hist +1 QA:Testcase attrNo edit summary current
  • 18:3018:30, 12 August 2023 diff hist +1,994 N QA:Testcase attrCreated 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:1318:13, 12 August 2023 diff hist −6 QA:Testcase at spi2 atkNo edit summary current
  • 18:1218:12, 12 August 2023 diff hist +1,887 N QA:Testcase at spi2 atkCreated 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:0718:07, 12 August 2023 diff hist +1,939 N QA:Testcase apr opensslCreated 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..." current
  • 18:0418:04, 12 August 2023 diff hist +2,056 N QA:Testcase aprCreated 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..." current
  • 17:5517:55, 12 August 2023 diff hist 0 QA:Testcase appstreamNo edit summary current
  • 17:5317:53, 12 August 2023 diff hist +2,369 N QA:Testcase appstreamCreated 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:4717:47, 12 August 2023 diff hist −3 QA:Testcase appresNo edit summary current
  • 17:4717:47, 12 August 2023 diff hist +1,302 N QA:Testcase appresCreated 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:3717:37, 12 August 2023 diff hist −3 QA:Testcase anthy unicodeNo edit summary current
  • 17:3717:37, 12 August 2023 diff hist +1,852 N QA:Testcase anthy unicodeCreated 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:3117:31, 12 August 2023 diff hist +1,409 N QA:Testcase alternativesCreated 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..." current
  • 17:2617:26, 12 August 2023 diff hist +1,527 N QA:Testcase alsaCreated 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..." current
  • 17:2217:22, 12 August 2023 diff hist +18 QA:Testcase ahaNo edit summary current
  • 17:2017:20, 12 August 2023 diff hist +271 QA:Testcase ahaNo edit summary
  • 17:1917:19, 12 August 2023 diff hist 0 QA:Testcase ahaNo edit summary
  • 17:1817:18, 12 August 2023 diff hist +1,263 N QA:Testcase ahaCreated 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:0917:09, 12 August 2023 diff hist +160 QA:Testcase aclNo edit summary current
  • 17:0717:07, 12 August 2023 diff hist +1,001 N QA:Testcase aclCreated 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:0317:03, 12 August 2023 diff hist +1,793 N QA:Testcase accountsserviceCreated 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..." current
  • 16:5116:51, 12 August 2023 diff hist +12 QA:Testcase nmcliNo edit summary current
  • 16:5016:50, 12 August 2023 diff hist +1,572 N QA:Testcase nmcliCreated 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:4816:48, 12 August 2023 diff hist +1,111 N QA:Testcase networkctlCreated 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..." current
  • 16:3716:37, 12 August 2023 diff hist +97 QA:Testcase pkconNo edit summary current
  • 16:0816:08, 12 August 2023 diff hist +82 QA:Testcase pkconNo edit summary
  • 16:0616:06, 12 August 2023 diff hist +1,145 N QA:Testcase pkconCreated 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..."

9 August 2023

26 July 2023

9 July 2023

4 July 2023

9 May 2023

7 May 2023

1 May 2023

28 April 2023

20 April 2023

17 April 2023

4 April 2023

  • 16:2716:27, 4 April 2023 diff hist +26 QA:Testcase toolboxNo edit summary
  • 15:2515:25, 4 April 2023 diff hist +1 QA:Testcase toolboxNo edit summary
  • 15:2415:24, 4 April 2023 diff hist +1,910 N QA:Testcase toolboxCreated 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..."

28 March 2023

27 March 2023

23 March 2023

21 March 2023

13 March 2023

  • 18:0118:01, 13 March 2023 diff hist −7 QA:Testcase DNF basic update packagesNo edit summary current
  • 16:3716:37, 13 March 2023 diff hist +87 Test Day:2023-03-14 DNF5 TestdayApp MetadataNo edit summary current
  • 16:3616:36, 13 March 2023 diff hist +1,554 N QA:Testcase DNF various optionsCreated page with "{{QA/Test_Case |description=This test case verifies that dnf can install a package with various options. |setup=Install a minimal version of Fedora on a test system. |actions= * Update the dnf package manager by running dnf upgrade -y. * Install the nginx package with the nodocs option using dnf install -y --nodocs nginx. * Disable the epel repository and install the git package using dnf install -y --disablerepo=epel git. * Enable the epel repository and install the lat..." current
  • 16:2816:28, 13 March 2023 diff hist +461 Test Day:2023-03-14 DNF5 TestdayApp MetadataNo edit summary
  • 16:2516:25, 13 March 2023 diff hist +1,256 N QA:Testcase DNF check-updateCreated page with "{{QA/Test_Case |description=This test case verifies the functionality of the "dnf check-update" command. |setup=Install the latest version of Fedora on a bare metal system using the default Anaconda settings except to reclaim all disk space in the process. |actions= * Open a terminal window * Type "dnf check-update" and press Enter. * Observe the output. |results= The following must be true to consider this a successful test run: * The command executes without error. *..." current
  • 16:2216:22, 13 March 2023 diff hist +1,199 N QA:Testcase DNF searchCreated page with "{{QA/Test_Case |description=This test case verifies the functionality of the "dnf search" command. |setup=Install the latest version of Fedora on a bare metal system using the default Anaconda settings except to reclaim all disk space in the process. |actions= * Open a terminal window * Type "dnf search <package-name>" and press Enter, where <package-name> is the name of a package you want to search for. * Observe the output |results= The following must be true to cons..." current
  • 16:2016:20, 13 March 2023 diff hist +3 QA:Testcase DNF enable disable repoNo edit summary current
  • 16:2016:20, 13 March 2023 diff hist +1,723 N QA:Testcase DNF enable disable repoCreated page with "{{QA/Test_Case |description=This test case verifies the functionality of the "dnf enable" and "dnf disable" commands. |setup=Install the latest version of Fedora on a bare metal system using the default Anaconda settings except to reclaim all disk space in the process. |actions= ===== To enable a repository: ===== * Open a terminal window * Type "dnf config-manager --disable <repository-name>" and press Enter, where <repository-name> is the name of a repository that is..."
  • 16:1716:17, 13 March 2023 diff hist +2 QA:Testcase DNF historyNo edit summary current
  • 16:1616:16, 13 March 2023 diff hist +1,248 N QA:Testcase DNF historyCreated page with "{{QA/Test_Case |description=This test case verifies the functionality of the "dnf history" command. |setup=Install the latest version of Fedora on a bare metal system using the default Anaconda settings except to reclaim all disk space in the process. Install some packages and remove some packages from the system. |actions= * Open a terminal window * Type "dnf history" and press Enter * Observe the output |results= The following must be true to consider this a successf..."
  • 16:1416:14, 13 March 2023 diff hist +926 N QA:Testcase DNF listCreated page with "{{QA/Test_Case |description=This test case verifies the functionality of the "dnf list" command. |setup=Install the latest version of Fedora on a bare metal system using the default Anaconda settings except to reclaim all disk space in the process. |actions= * Open a terminal window * Type "dnf list" and press Enter * Observe the output |results= The following must be true to consider this a successful test run: * The command executes without error * The output includes..." current
  • 16:1116:11, 13 March 2023 diff hist +1,005 N QA:Testcase DNF infoCreated page with "{{QA/Test_Case |description=This test case verifies the functionality of the "dnf info" command. |setup=Install the latest version of Fedora on a bare metal system using the default Anaconda settings except to reclaim all disk space in the process. |actions= *Open a terminal window * Type "dnf info <package-name>" and press Enter, where <package-name> is the name of a package available in the default Fedora repositories. * Observe the output |results= The following must..."

7 March 2023

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

6 March 2023

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

2 March 2023

1 March 2023

27 February 2023

27 January 2023

3 January 2023

31 December 2022

13 October 2022

1 October 2022

28 September 2022

17 September 2022

16 September 2022

  • 04:1604:16, 16 September 2022 diff hist +2,955 N Test Day:Fedora 37 CoreOS Test Day TestdayApp MetadataCreated page with "= TestdayApp Metadata = * Fedora 37 CoreOS Test Day;https://fedoraproject.org/wiki/Test_Day:Fedora_37_CoreOS_2022-09-22 == Installation == * Virtual install;https://fedoraproject.org/wiki/QA:Testcase_CoreOS_virtual_install * Bare Metal install;https://fedoraproject.org/wiki/QA:Testcase_CoreOS_baremetal_install == Cloud launch == * AWS;https://fedoraproject.org/wiki/QA:Testcase_CoreOS_AWS * Azure;https://fedoraproject.org/wiki/QA:Testcase_CoreOS_Azure * GCP;https://fedo..."
  • 04:1504:15, 16 September 2022 diff hist +2,891 N Test Day:Fedora 37 CoreOS 2022-09-29Created page with "{{Infobox_group | name = Fedora CoreOS Test Week | image = link=QA/Test Days | caption = Fedora CoreOS | date = 2022-09-22 to 2022-09-26 | 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 co..."
  • 04:0104:01, 16 September 2022 diff hist −5 Test Day:2022-09-19 Fedora 37 IoT EditionNo edit summary
  • 03:5003:50, 16 September 2022 diff hist +1,426 N Test Day:2022-09-19 Fedora 37 IoT Edition Test Day TestdayApp MetadataCreated page with "= TestdayApp Metadata = * Fedora 37 IoT Edition Test Week;https://fedoraproject.org/wiki/Test_Day:2022-09-19_Fedora_37_IoT_Edition == Storage == * Install to SATA;https://fedoraproject.org/wiki/QA:Testcase_install_to_SATA * Install to VirtIO;https://fedoraproject.org/wiki/QA:Testcase_install_to_VirtIO == Virt == * Previous KVM;https://fedoraproject.org/wiki/QA:Testcase_Install_to_Previous_KVM * Current KVM;https://fedoraproject.org/wiki/QA:Testcase_Install_to_Current_K..." current
  • 03:4803:48, 16 September 2022 diff hist +2,524 N Test Day:2022-09-19 Fedora 37 IoT EditionCreated page with "{{Infobox_group | name = Fedora 37 IoT Test Week | image = link=QA/Test Days | caption = Fedora 37 IoT Edition | date = 2022-09-19 through 2022-09-23 | time = all day | website = QA/Test Days | irc = [https://web.libera.chat/ libera.chat] ([https://web.libera.chat/?channels=#fedora-iot #fedora-iot]) | fedora_mailing_list = test }} {{admon/note | Can't make the date? | If you come to this page before or after the test day is complet..."

7 September 2022

1 September 2022

  • 22:2822:28, 1 September 2022 diff hist +245 N Test Day:2022-09-05 StrongCryptoSettings3 TestdayApp MetadataCreated page with "= TestdayApp Metadata = * F37 StrongCryptoSettings3 test day;https://fedoraproject.org/wiki/Test_Day:2022-09-05_StrongCryptoSettings3 == Basic Test == * Basic;https://fedoraproject.org/wiki/Test_Day:2022-09-05_StrongCryptoSettings3#How_to_test?" current
  • 21:1521:15, 1 September 2022 diff hist +2,692 N Test Day:2022-09-07 Gnome 43 Final TestdayApp MetadataCreated page with "= TestdayApp Metadata = * F37 Gnome 43 Final test day;https://fedoraproject.org/wiki/Test_Day:2022-09-07_Fedora_37_GNOME_43_Final == Basic == * Gnome Accessibility;https://fedoraproject.org/wiki/QA:Testcase%20Gnome%20Accessibility * Gnome Classic mode;https://fedoraproject.org/wiki/QA:Testcase%20Gnome%20Classic%20mode * Gnome Initial Setup;https://fedoraproject.org/wiki/QA:Testcase%20Gnome%20Initial%20Setup * Gnome Lock Screen;https://fedoraproject.org/wiki/QA:Testcase%2..."
  • 21:1321:13, 1 September 2022 diff hist +4,830 N Test Day:2022-09-07 Fedora 37 GNOME 43 FinalCreated page with "{{Infobox_group | name = Fedora Test Week | image = link=QA/Test Days | caption = GNOME 43 Final | date = 2022-09-07 to 2022-09-14 | time = all day | website = QA/Test Days | irc = [irc://irc.libera.chat/#fedora-test-day #fedora-test-day] ([https://web.libera.chat/#fedora-test-day webirc]) | fedora_mailing_list = test }} {{admon/note | Can't make these dates? | If the test days have not happened yet, or have already finished, your test..."

27 August 2022

16 August 2022

  • 10:5210:52, 16 August 2022 diff hist 0 Test Day:CurrentChanged redirect target from Test Day:2022-06-05 Kernel 5.18 Test Week to Test Day:2022-08-14 Kernel 5.19 Test Week Tag: Redirect target changed
  • 10:1910:19, 16 August 2022 diff hist +62 User:Sumantrom/Draft/Testcase silverblue toolboxNo edit summary current
  • 09:5909:59, 16 August 2022 diff hist +693 N QA:Testcase Gnome Text EditorCreated page with "{{QA/Test_Case |description=Test Gnome Text Editor |setup= # Ensure that {{package|gnome-text-editor}} is installed. |actions= # From your favorite VT run '''gnome-text-editor''' or head over to overview and '''Text Editor''' # '''Open''' dropdown should give all previously opened items # '''Hamburger menu''' has choice for theme, change and see # Accidentally close the '''text editor'' by pkill |results= # Gnome Text Editor should be default for all text # Copying,p..."
  • 09:4809:48, 16 August 2022 diff hist +647 N QA:Testcase Gnome TerminalCreated page with "{{QA/Test_Case |description=Test Gnome Terimnal |setup= # Ensure that {{package|gnome-terminal}} is installed. |actions= # From your favorite VT run '''gnome-terminal''' or head over to overview and '''Terminal''' # Type your fav shell command viz cd, ls, tree # Right click '''copy''' and paste to another file # Right click '''check out readonly''' ; ensure you can't type anymore # Hit '''Ctrl + L ''' to clear the screen |results= # All supported shell and python co..."
  • 09:4009:40, 16 August 2022 diff hist +607 N QA:Testcase Gnome System MonitorCreated page with "{{QA/Test_Case |description=Test Gnome System Monitor |setup= # Ensure that {{package|gnome-system-monitor}} is installed. |actions= # From your favorite VT run '''gnome-system-monitor''' or head over to overview and '''System Monitor''' # Hit '''Processes''' tab to view all process running/sleeping # Hit '''Resources''' shows CPU, Memory and Network Utilization # Hit '''File Systems''' to look at all the Device and space utilization |results= # Gnome system monitor o..." current
  • 09:3009:30, 16 August 2022 diff hist +572 N QA:Testcase Gnome logsCreated page with "{{QA/Test_Case |description=Test Gnome Logs Application |setup= # Ensure that {{package|gnome-logs}} is installed. |actions= # From your favorite VT run '''gnome-logs''' or head over to overview and '''Logs''' # Tap to reveal logs from Important, All, Applications and other # Hit the '''Search''' to sort through the logs # Export '''Logs''' to the a file by hitting the '''Download''' button |results= # Gnome Logs should open and display the logs # Search should work #..." current

12 August 2022

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