search for: settings_test_script

Displaying 4 results from an estimated 4 matches for "settings_test_script".

Did you mean: settings_test_scripts
2016 Oct 20
2
[PATCH] customize: Test that the --root-password parameter works.
This is the second half of the patch series posted yesterday (see: "[PATCH 0/2] builder: Add test that a serial console is set up for guest templates we supply."). This checks that our code to change passwords works on real guests. It creates a real guest using virt-builder with the --root-password option, then boots it up and tries to log in with the root password. Interaction with
2016 Sep 01
2
[PATCH 0/2] customize: Fix hostname setting in Debian/Ubuntu.
https://bugzilla.redhat.com/show_bug.cgi?id=1372269 It was fairly broken. This fixes it -- except on Ubuntu 10.04 -- and adds a slow test. Rich.
2018 Jan 31
1
[PATCH] customize: allow missing SELINUXTYPE in SELinux config
...in.ml \ test-firstboot.sh \ test-password.pl \ + test-selinuxrelabel.sh \ test-settings.sh \ test-virt-customize.sh \ test-virt-customize-docs.sh \ @@ -225,6 +226,7 @@ check-valgrind: SLOW_TESTS = \ $(firstboot_test_scripts) \ $(password_test_scripts) \ + test-selinuxrelabel.sh \ $(settings_test_scripts) check-slow: diff --git a/customize/SELinux_relabel.ml b/customize/SELinux_relabel.ml index d404c35fa..e7d440c29 100644 --- a/customize/SELinux_relabel.ml +++ b/customize/SELinux_relabel.ml @@ -37,8 +37,18 @@ let relabel (g : G.guestfs) = g#aug_load (); debug_augeas_errors g; -...
2018 Mar 31
1
[PATCH] virt-builder.pod: Update Fedora versions
...+258,7 @@ password_test_scripts := \ test-password-debian-6.sh \ test-password-debian-7.sh \ test-password-debian-8.sh \ - test-password-fedora-25.sh \ + test-password-fedora-27.sh \ test-password-rhel-3.9.sh \ test-password-rhel-4.9.sh \ test-password-rhel-5.11.sh \ @@ -284,7 +284,7 @@ settings_test_scripts := \ test-settings-debian-6.sh \ test-settings-debian-7.sh \ test-settings-debian-8.sh \ - test-settings-fedora-25.sh \ + test-settings-fedora-27.sh \ test-settings-ubuntu-10.04.sh \ test-settings-ubuntu-12.04.sh \ test-settings-ubuntu-14.04.sh \ -- 2.13.6