mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
slow tests: Add slow tests of Ubuntu 18.04.
- firstboot - settings - password setting - console - v2v conversion
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user