slow tests: Add slow tests of Ubuntu 18.04.

- firstboot
 - settings
 - password setting
 - console
 - v2v conversion
This commit is contained in:
Richard W.M. Jones
2018-04-27 14:58:28 +01:00
parent a75c13d301
commit 7be88554af
3 changed files with 10 additions and 5 deletions

View File

@@ -432,7 +432,8 @@ console_test_scripts := \
test-console-fedora-24.sh \
test-console-ubuntu-12.04.sh \
test-console-ubuntu-14.04.sh \
test-console-ubuntu-16.04.sh
test-console-ubuntu-16.04.sh \
test-console-ubuntu-18.04.sh
test-console-%.sh:
rm -f $@ $@-t

View File

@@ -245,7 +245,8 @@ firstboot_test_scripts := \
test-firstboot-ubuntu-10.04.sh \
test-firstboot-ubuntu-12.04.sh \
test-firstboot-ubuntu-14.04.sh \
test-firstboot-ubuntu-16.04.sh
test-firstboot-ubuntu-16.04.sh \
test-firstboot-ubuntu-18.04.sh
# Firstboot is known-broken on RHEL 3:
# test-firstboot-rhel-3.9.sh
@@ -270,7 +271,8 @@ password_test_scripts := \
test-password-ubuntu-10.04.sh \
test-password-ubuntu-12.04.sh \
test-password-ubuntu-14.04.sh \
test-password-ubuntu-16.04.sh
test-password-ubuntu-16.04.sh \
test-password-ubuntu-18.04.sh
test-password-%.sh:
rm -f $@ $@-t
@@ -291,7 +293,8 @@ settings_test_scripts := \
test-settings-ubuntu-10.04.sh \
test-settings-ubuntu-12.04.sh \
test-settings-ubuntu-14.04.sh \
test-settings-ubuntu-16.04.sh
test-settings-ubuntu-16.04.sh \
test-settings-ubuntu-18.04.sh
# Since firstboot is broken, we cannot test settings in RHEL 3:
# test-settings-rhel-3.9.sh

View File

@@ -428,7 +428,8 @@ real_guests_scripts = \
test-v2v-conversion-of-ubuntu-10.04.sh \
test-v2v-conversion-of-ubuntu-12.04.sh \
test-v2v-conversion-of-ubuntu-14.04.sh \
test-v2v-conversion-of-ubuntu-16.04.sh
test-v2v-conversion-of-ubuntu-16.04.sh \
test-v2v-conversion-of-ubuntu-18.04.sh
test-v2v-conversion-of-%.sh:
rm -f $@ $@-t