e52dd7 - Handle driver rpms retrieved via network (#1257916) (bcl)

Authored and Committed by Brian C. Lane 8 years ago
    - Handle driver rpms retrieved via network (#1257916) (bcl)
    - Fix the types passed to chown_dir_tree (#1260318) (dshea)
    - Add a test for home directory reuse (dshea)
    - Use MDRaidArrayDevice.members instead of .devices (dshea)
    - Make sure anaconda reads in ks file from OEMDRV device. (#1057271)
      (sbueno+anaconda)
    - Try to deal with expected errors from devicetree.populate (#1257648)
      (vpodzime)
    - Revert "Temporarily disable generating a coverage report." (clumens)
    - Fix a DBus InvalidProperty handling (jkonecny)
    - Fix another bash syntax problem in kickstart-genrules.sh (#1057271)
      (sbueno+anaconda)
    - Add a test for the rootpw kickstart command (dshea)
    - Add tests for setRootPassword (dshea)
    - Add a /boot partition to the reqpart test. (clumens)
    - Fix up a statement that's not assigned to anything. (clumens)
    - Temporarily disable generating a coverage report. (clumens)
    - Don't try to concatenate a list with a string (#1252444) (mkolman)
    - Activate coverage for tests executed with sudo (atodorov)
    - set sysroot correctly when setting root password (#1260875) (awilliam)
    - Add a test for kickstarts that %include a URL (dshea)
    - Add missing python dependencies for requests. (#1259506) (dshea)
    - Serve the http addon repos from the test tmpdir (dshea)
    - Make make-addon-pkgs easier to use from within a test (dshea)
    - Add a simple http server for use in kickstart tests. (dshea)
    - Add a script to print an IP address for the host. (dshea)
    - Add a cleanup hook that can be defined by kickstart tests (dshea)
    - Move kickstart test support files into a separate directory. (dshea)
    - Fix a python3 related error in the pre-commit hook (dshea)
    - network: gui spoke TODO cleanup (rvykydal)
    - libnm in spoke: add missing connection for eth device with Configure
      (rvykydal)
    - libnm in spoke: allow adding missing connection for eth device externally
      (rvykydal)
    - libnm in spoke: wait for valid state of added device before adding to list
      (rvykydal)
    - libnm in spoke: use libmn objects instead of names an uuids (device on/off)
      (rvykydal)
    - libnm in spoke: to check if device is activated just use its object
      (rvykydal)
    - libnm in spoke: use connnection objects instead of uuids (edit connection)
      (rvykydal)
    - libnm in spoke: refresh early when device is added (rvykydal)
    - libnm in spoke: use connection object instead of uuid (DeviceConfiguration)
      (rvykydal)
    - libnm in spoke: share nm client in standalone and normal spoke (rvykydal)
    - libnm in spoke: add enterprise wpa connection using libnm client (rvykydal)
    - libnm in spoke: use AccessPoint object in place of ssid bytearray (rvykydal)
    - libnm in spoke: delete connection using libnm client (rvykydal)
    - libnm in spoke: replace python-dbus workaround calls for ap security flags
      (rvykydal)
    - libnm in spoke: call get_data() on ap.get_ssid() result to get ssid bytes
      (rvykydal)
    - libnm in spoke: showing ip configuration of a device (rvykydal)
    - libnm in spoke: NMClient -> NM.Client (rvykydal)
    - libnm in spoke: gi.NetworkManager -> gi.NM (rvykydal)
    - libnm in spoke: Revert "Fix crash when new device appear in Welcome screen
      (#1245960)" (rvykydal)
    - libnm in spoke: Revert "Fix crash when connections are changing (#1245960)"
      (rvykydal)
    - Add an ignoredisk --drives= test. (clumens)
    - Add a test for the reqpart command. (clumens)
    - Grab anaconda.coverage on tests that reimplement validate(). (clumens)
    - Install driver-updates (dshea)
    - Fix a typo in service enablement in kickstart.py. (clumens)
    - Get rid of the extraneous cats and greps in user.ks. (clumens)
    - Add sshkey testing to the user kickstart_test. (clumens)
    - Add a kickstart test in Arabic. (clumens)
    - Verify Initial Setup services are present before turning them ON/OFF
      (#1252444) (mkolman)
    - Don't crash if the Japanese PC-98 keyboard is selected (#1190589) (mkolman)
    - Report on all local files and exclude what we don't need instead of
      explicitly including paths we may not be aware of. (atodorov)
    - Change "failed to download" messages from critical to warning. (clumens)
    - getcode -> status_code in a live payload error message. (clumens)
    - Fix a bash error in kickstart-genrules.sh (#1057271) (sbueno+anaconda)
    - specify if=virtio,cache=none for VM drives (atodorov)
    - update the test b/c latest anaconda doesn't allow weak passwords (atodorov)
    - Specify format=raw to avoid warning from qemu (atodorov)
    - update for Python3 nose (atodorov)
    - Add a services.sh file to match the existing services.ks. (clumens)
    - Add types to all existing kickstart tests. (clumens)
    - Add the ability to mark kickstart tests with a type. (clumens)
    - Run nm-connection-editor with the --keep-above flag (#1231856) (mkolman)
    
        
file modified
+1 -0
file modified
+88 -2
file modified
+1 -1