Commit Graph

3 Commits

Author SHA1 Message Date
Jiri Konecny 77bc5cf05b
Update to anaconda-34.25.2.4
- Delegate auto-attach handling to RHSM (mkolman)
  Resolves: rhbz#2083319
- Use RHEL9_SshKeyData to fix sshkey quoting problem (bcl)
  Resolves: rhbz#2149362
- Test the InstallerStorage.copy method (vponcova)
  Related: rhbz#2093793
- Show multiple bootloader devices on the Manual Partitioning screen (vponcova)
  Resolves: rhbz#2093793
- Implement the Root.copy method (vponcova)
  Related: rhbz#2093793
- Redefine the Blivet.roots attribute (vponcova)
  Related: rhbz#2093793
- Redefine the Blivet.copy method (vponcova)
  Related: rhbz#2093793
- Use correct hint for VNC password boot option (jstodola)
  Resolves: rhbz#2124818
- Fix gating test
  Repository names changed on CentOS-Stream
2023-01-04 15:33:11 +01:00
Radek Vykydal e6fa95c836 Modify installation source repositories for RHEL
Related: rhbz#2006718
2021-10-06 17:00:05 +02:00
Radek Vykydal ffec7909cc Migrate dirinstall gating test from STI to TMT
The Fedora rawhide CI tests are used.

This pull request enables tests in the RHEL gating using `tmt` which
also allows to easily execute and debug tests from your laptop:

Run tests directly on your localhost:

    sudo dnf install -y tmt
    tmt run --all provision --how local

Run tests in a virtual machine:

    sudo dnf install -y tmt-provision-virtual
    tmt run

Check the documentation to learn more about the tool:
https://docs.fedoraproject.org/en-US/ci/tmt/

Related: rhbz#2006718
2021-10-06 16:43:59 +02:00