summaryrefslogtreecommitdiff
path: root/jobs/kittyhawk2
diff options
authorgavin.lin <gavin.lin@canonical.com>2015-01-16 16:08:58 +0800
committergavin.lin <gavin.lin@canonical.com>2015-01-16 16:08:58 +0800
commitaa6ee40e4ea25e6c41ffa0970bbfd7a0e48f136d (patch)
tree7aaf24729f7880fb94886a2f59acee4902dd1caf /jobs/kittyhawk2
parentc7c3e83fa6efdbdb369ce5f3455346c0fed28500 (diff)
initial for Kittyhawk 2.0 project - part 2
Diffstat (limited to 'jobs/kittyhawk2')
-rw-r--r--jobs/kittyhawk2/consumer.txt.in19
-rw-r--r--jobs/kittyhawk2/kittyhawk2.txt.in20
-rw-r--r--jobs/kittyhawk2/kylin.txt.in71
3 files changed, 110 insertions, 0 deletions
diff --git a/jobs/kittyhawk2/consumer.txt.in b/jobs/kittyhawk2/consumer.txt.in
new file mode 100644
index 0000000..9af119e
--- /dev/null
+++ b/jobs/kittyhawk2/consumer.txt.in
@@ -0,0 +1,19 @@
+plugin: manual
+id: kittyhawk2/consumer/installation
+_description:
+ PURPOSE:
+ 1. Verify the install-time flag for Consumer desktop
+ STEPS:
+ 1. Create startup disk (USB stick)
+ 2. In the root of the USB stick, enter the directory ".oem"
+ 3. In ".oem" directory, make sure there is no file "client_type"
+ 4. If "client_type" exists, make sure "consumer" for file content instead of "business"
+ 5. Install the system
+ VERIFICATION:
+ 1. Consumer desktop should be installed successfully
+
+plugin: local
+id: kittyhawk2/consumer/retail-mode
+command: cat ${PLAINBOX_PROVIDER_DATA}/../jobs/kittyhawk2/consumer/retail-mode.txt*
+_description: Retail mode feature verification
+
diff --git a/jobs/kittyhawk2/kittyhawk2.txt.in b/jobs/kittyhawk2/kittyhawk2.txt.in
new file mode 100644
index 0000000..99037e5
--- /dev/null
+++ b/jobs/kittyhawk2/kittyhawk2.txt.in
@@ -0,0 +1,20 @@
+plugin: local
+id: kittyhawk2/baseOS
+command: cat ${PLAINBOX_PROVIDER_DATA}/../jobs/kittyhawk2/baseOS.txt*
+_description: Base OS verification
+
+plugin: local
+id: kittyhawk2/consumer
+command: cat ${PLAINBOX_PROVIDER_DATA}/../jobs/kittyhawk2/consumer.txt*
+_description: Consumer Desktop feature verification
+
+plugin: local
+id: kittyhawk2/kylin
+command: cat ${PLAINBOX_PROVIDER_DATA}/../jobs/kittyhawk2/kylin.txt*
+_description: UbuntuKylin feature verification
+
+plugin: local
+id: kittyhawk2/bugs
+command: cat ${PLAINBOX_PROVIDER_DATA}/../jobs/kittyhawk2/bugs.txt*
+_description: Verification of kittyhawk2 bugs
+
diff --git a/jobs/kittyhawk2/kylin.txt.in b/jobs/kittyhawk2/kylin.txt.in
new file mode 100644
index 0000000..ef7693f
--- /dev/null
+++ b/jobs/kittyhawk2/kylin.txt.in
@@ -0,0 +1,71 @@
+plugin: local
+id: kittyhawk2/kylin/installer
+command: cat ${PLAINBOX_PROVIDER_DATA}/../jobs/kittyhawk2/kylin/installer.txt*
+_description: UbuntuKylin OS installation verification
+
+plugin: local
+id: kittyhawk2/kylin/oobe
+command: cat ${PLAINBOX_PROVIDER_DATA}/../jobs/kittyhawk2/kylin/oobe.txt*
+_description: Out of the box experience verification
+
+plugin: local
+id: kittyhawk2/kylin/applications
+command: cat ${PLAINBOX_PROVIDER_DATA}/../jobs/kittyhawk2/kylin/applications.txt*
+_description: Applications on UbuntuKylin verification
+
+plugin: local
+id: kittyhawk2/kylin/third-party-add-on
+command:
+ cat ${PLAINBOX_PROVIDER_DATA}/../jobs/kittyhawk2/kylin/third-party-add-on.txt*
+_description: Third-party add-ons verification
+
+plugin: manual
+id: kittyhawk2/kylin/support-and-maintenance
+_description:
+ PURPOSE:
+ 1. Verify the package repository for UbuntuKylin-specific updates
+ STEPS:
+ 1. cat /etc/apt/sources.list.d/trusty-oem-kylin.list
+ 2. cat /etc/apt/sources.list.d/trusty-oem.list
+ VERIFICATION:
+ 1. There are Kylin specific sources (deb & deb-src) listed in step 1
+ 2. deb & deb-src from archive.ubuntukylin.com are listed in step 1
+ 3. There are generic OEM sources (deb & deb-src) listed in step 2
+ NOTES:
+ 1. Kitty Hawk 2.0 (OEM 14.04 OSP1) PRD #3.8.1, #3.8.2,
+
+plugin: manual
+id: kittyhawk2/kylin/theme
+_description:
+ PURPOSE:
+ 1. Verifiy Kylin theme for system: unity greeter, icon theme, desktop background, plymouth splash screen & grub background
+ STEPS:
+ 1. Install the system and complete oem-config setup
+ 2. Log in to system and check system theme
+ VERIFICATION:
+ 1. Boot into Kylin OS
+ 2. Verify system theme is Kylin theme including unity greeter, icon theme, desktop background, plymouth splash screen
+ 3. Reboot system and press ESC after reaching bootloader
+ 4. Verify that the grub background is Kylin theme
+ NOTES:
+ 1. Kitty Hawk 2.0 (OEM 14.04 OSP1) PRD #3.4.1
+
+plugin: manual
+id: kittyhawk2/kylin/wallpaper
+_description:
+ PURPOSE:
+ 1. Verify that ubuntukylin-wallpapers package is included
+ STEPS:
+ 1. Install Kylin image
+ 2. Verify that the customized Kylin wallpaper is displayed as default
+ VERIFICATION:
+ 1. The customized Kylin wallpaper is displayed as default
+ NOTES:
+ 1. Kitty Hawk 2.0 (OEM 14.04 OSP1) PRD #3.4.2
+
+plugin: local
+id: kittyhawk2/kylin/core
+command: cat ${PLAINBOX_PROVIDER_DATA}/../jobs/kittyhawk2/kylin/core.txt*
+_description: Core features verification
+
+