canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #07950
[Merge] auto-upgrade-testing-specifications:resolute-archive-opening into auto-upgrade-testing-specifications:main
Tim Andersson has proposed merging auto-upgrade-testing-specifications:resolute-archive-opening into auto-upgrade-testing-specifications:main.
Requested reviews:
Canonical Platform QA Team (canonical-platform-qa)
For more details, see:
https://code.launchpad.net/~canonical-platform-qa/auto-upgrade-testing-specifications/+git/auto-upgrade-testing-specifications/+merge/494182
add questing to resolute profiles
--
Your team Canonical Platform QA Team is requested to review the proposed merge of auto-upgrade-testing-specifications:resolute-archive-opening into auto-upgrade-testing-specifications:main.
diff --git a/profiles/ubuntu-questing-resolute-basic-amd64_qemu.yaml b/profiles/ubuntu-questing-resolute-basic-amd64_qemu.yaml
new file mode 100644
index 0000000..2fbc09d
--- /dev/null
+++ b/profiles/ubuntu-questing-resolute-basic-amd64_qemu.yaml
@@ -0,0 +1,21 @@
+---
+- testname: "questing->resolute basic upgrade"
+ provisioning:
+ backend: qemu
+ arch: amd64
+ flavor: ubuntu
+ image_name: questing_resolute_basic_amd64.img
+ releases:
+ - "questing"
+ - "resolute"
+ do_release_upgrade_prompt: "normal"
+ packages: []
+
+ scripts_location: file://../tests
+ pre_upgrade_scripts:
+ - "rcS-workaround"
+ - "enable-apport-noui"
+
+ post_upgrade_tests:
+ - "check-conffile-prompt"
+ - "check-var-crash-empty"
diff --git a/profiles/ubuntu-questing-resolute-desktop-amd64_qemu.yaml b/profiles/ubuntu-questing-resolute-desktop-amd64_qemu.yaml
new file mode 100644
index 0000000..fcb5b6b
--- /dev/null
+++ b/profiles/ubuntu-questing-resolute-desktop-amd64_qemu.yaml
@@ -0,0 +1,24 @@
+---
+- testname: "questing->resolute desktop upgrade"
+ provisioning:
+ backend: qemu
+ arch: amd64
+ flavor: ubuntu
+ image_name: questing_resolute_ubuntu_desktop_amd64.img
+ releases:
+ - "questing"
+ - "resolute"
+ do_release_upgrade_prompt: "normal"
+ packages:
+ - "ubuntu-desktop"
+
+ scripts_location: file://../tests
+ pre_upgrade_scripts:
+ - "rcS-workaround"
+ - "enable-apport-noui"
+
+ post_upgrade_tests:
+ - "check-conffile-prompt"
+ - "check-var-crash-empty"
+
+ run_system_tests: true
diff --git a/profiles/ubuntu-questing-resolute-kubuntu-amd64_qemu.yaml b/profiles/ubuntu-questing-resolute-kubuntu-amd64_qemu.yaml
new file mode 100644
index 0000000..e30ddd8
--- /dev/null
+++ b/profiles/ubuntu-questing-resolute-kubuntu-amd64_qemu.yaml
@@ -0,0 +1,23 @@
+---
+- testname: "questing->resolute desktop upgrade"
+ provisioning:
+ backend: qemu
+ arch: amd64
+ flavor: kubuntu
+ image_name: questing_resolute_kubuntu_desktop_amd64.img
+ releases:
+ - "questing"
+ - "resolute"
+ do_release_upgrade_prompt: "normal"
+ packages:
+ - "kubuntu-desktop"
+
+ scripts_location: file://../tests
+ pre_upgrade_scripts:
+ - "check-kubuntu-desktop"
+ - "enable-apport-noui"
+
+ post_upgrade_tests:
+ - "check-conffile-prompt"
+ - "check-var-crash-empty"
+
diff --git a/profiles/ubuntu-questing-resolute-lubuntu-amd64_qemu.yaml b/profiles/ubuntu-questing-resolute-lubuntu-amd64_qemu.yaml
new file mode 100644
index 0000000..00b6c04
--- /dev/null
+++ b/profiles/ubuntu-questing-resolute-lubuntu-amd64_qemu.yaml
@@ -0,0 +1,23 @@
+---
+- testname: "questing->resolute desktop upgrade"
+ provisioning:
+ backend: qemu
+ arch: amd64
+ flavor: lubuntu
+ image_name: questing_resolute_lubuntu_desktop_amd64.img
+ releases:
+ - "questing"
+ - "resolute"
+ do_release_upgrade_prompt: "normal"
+ packages:
+ - "lubuntu-desktop"
+
+ scripts_location: file://../tests
+ pre_upgrade_scripts:
+ - "check-lubuntu-desktop"
+ - "enable-apport-noui"
+
+ post_upgrade_tests:
+ - "check-conffile-prompt"
+ - "check-var-crash-empty"
+
diff --git a/profiles/ubuntu-questing-resolute-server-amd64_qemu.yaml b/profiles/ubuntu-questing-resolute-server-amd64_qemu.yaml
new file mode 100644
index 0000000..53aa394
--- /dev/null
+++ b/profiles/ubuntu-questing-resolute-server-amd64_qemu.yaml
@@ -0,0 +1,24 @@
+---
+- testname: "questing->resolute desktop upgrade"
+ provisioning:
+ backend: qemu
+ arch: amd64
+ flavor: ubuntu
+ image_name: questing_resolute_ubuntu_server_amd64.img
+ releases:
+ - "questing"
+ - "resolute"
+ do_release_upgrade_prompt: "normal"
+ packages:
+ - "ubuntu-server"
+
+ scripts_location: file://../tests
+ pre_upgrade_scripts:
+ - "check-ubuntu-server"
+ - "enable-apport-noui"
+
+ post_upgrade_tests:
+ - "check-conffile-prompt"
+ - "check-var-crash-empty"
+
+ run_system_tests: true
diff --git a/profiles/ubuntu-questing-resolute-ubuntu-mate-amd64_qemu.yaml b/profiles/ubuntu-questing-resolute-ubuntu-mate-amd64_qemu.yaml
new file mode 100644
index 0000000..5932d45
--- /dev/null
+++ b/profiles/ubuntu-questing-resolute-ubuntu-mate-amd64_qemu.yaml
@@ -0,0 +1,23 @@
+---
+- testname: "questing->resolute desktop upgrade"
+ provisioning:
+ backend: qemu
+ arch: amd64
+ flavor: ubuntu-mate
+ image_name: questing_resolute_ubuntu_mate_desktop_amd64.img
+ releases:
+ - "questing"
+ - "resolute"
+ do_release_upgrade_prompt: "normal"
+ packages:
+ - "ubuntu-mate-desktop"
+
+ scripts_location: file://../tests
+ pre_upgrade_scripts:
+ - "check-ubuntu-mate-desktop"
+ - "enable-apport-noui"
+
+ post_upgrade_tests:
+ - "check-conffile-prompt"
+ - "check-var-crash-empty"
+
diff --git a/profiles/ubuntu-questing-resolute-ubuntu-unity-amd64_qemu.yaml b/profiles/ubuntu-questing-resolute-ubuntu-unity-amd64_qemu.yaml
new file mode 100644
index 0000000..e7895a0
--- /dev/null
+++ b/profiles/ubuntu-questing-resolute-ubuntu-unity-amd64_qemu.yaml
@@ -0,0 +1,23 @@
+---
+- testname: "questing->resolute desktop upgrade"
+ provisioning:
+ backend: qemu
+ arch: amd64
+ flavor: ubuntu-unity
+ image_name: questing_resolute_ubuntu_unity_desktop_amd64.img
+ releases:
+ - "questing"
+ - "resolute"
+ do_release_upgrade_prompt: "normal"
+ packages:
+ - "ubuntu-unity-desktop"
+
+ scripts_location: file://../tests
+ pre_upgrade_scripts:
+ - "check-ubuntu-unity-desktop"
+ - "enable-apport-noui"
+
+ post_upgrade_tests:
+ - "check-conffile-prompt"
+ - "check-var-crash-empty"
+
diff --git a/profiles/ubuntu-questing-resolute-ubuntucinnamon-amd64_qemu.yaml b/profiles/ubuntu-questing-resolute-ubuntucinnamon-amd64_qemu.yaml
new file mode 100644
index 0000000..448c140
--- /dev/null
+++ b/profiles/ubuntu-questing-resolute-ubuntucinnamon-amd64_qemu.yaml
@@ -0,0 +1,23 @@
+---
+- testname: "questing->resolute desktop upgrade"
+ provisioning:
+ backend: qemu
+ arch: amd64
+ flavor: ubuntucinnamon
+ image_name: questing_resolute_ubuntucinnamon_desktop_amd64.img
+ releases:
+ - "questing"
+ - "resolute"
+ do_release_upgrade_prompt: "normal"
+ packages:
+ - "ubuntucinnamon-desktop"
+
+ scripts_location: file://../tests
+ pre_upgrade_scripts:
+ - "check-ubuntucinnamon-desktop"
+ - "enable-apport-noui"
+
+ post_upgrade_tests:
+ - "check-conffile-prompt"
+ - "check-var-crash-empty"
+
diff --git a/profiles/ubuntu-questing-resolute-ubuntustudio-amd64_qemu.yaml b/profiles/ubuntu-questing-resolute-ubuntustudio-amd64_qemu.yaml
new file mode 100644
index 0000000..0158769
--- /dev/null
+++ b/profiles/ubuntu-questing-resolute-ubuntustudio-amd64_qemu.yaml
@@ -0,0 +1,28 @@
+---
+- testname: "questing->resolute desktop upgrade"
+ provisioning:
+ backend: qemu
+ arch: amd64
+ flavor: ubuntustudio
+ image_name: questing_resolute_ubuntustudio_desktop_amd64.img
+ releases:
+ - "questing"
+ - "resolute"
+ do_release_upgrade_prompt: "normal"
+ packages:
+ - "ubuntustudio-desktop"
+ - "ubuntustudio-audio"
+ - "ubuntustudio-graphics"
+ - "ubuntustudio-video"
+ - "ubuntustudio-photography"
+
+
+ scripts_location: file://../tests
+ pre_upgrade_scripts:
+ - "check-ubuntustudio-desktop"
+ - "enable-apport-noui"
+
+ post_upgrade_tests:
+ - "check-conffile-prompt"
+ - "check-var-crash-empty"
+
diff --git a/profiles/ubuntu-questing-resolute-xubuntu-amd64_qemu.yaml b/profiles/ubuntu-questing-resolute-xubuntu-amd64_qemu.yaml
new file mode 100644
index 0000000..2fa1107
--- /dev/null
+++ b/profiles/ubuntu-questing-resolute-xubuntu-amd64_qemu.yaml
@@ -0,0 +1,23 @@
+---
+- testname: "questing->resolute desktop upgrade"
+ provisioning:
+ backend: qemu
+ arch: amd64
+ flavor: xubuntu
+ image_name: questing_resolute_xubuntu_desktop_amd64.img
+ releases:
+ - "questing"
+ - "resolute"
+ do_release_upgrade_prompt: "normal"
+ packages:
+ - "xubuntu-desktop"
+
+ scripts_location: file://../tests
+ pre_upgrade_scripts:
+ - "check-xubuntu-desktop"
+ - "enable-apport-noui"
+
+ post_upgrade_tests:
+ - "check-conffile-prompt"
+ - "check-var-crash-empty"
+
Follow ups