summaryrefslogtreecommitdiff
diff options
authorPMR <pmr@pmr-lander>2020-03-05 07:20:40 +0000
committerPMR <pmr@pmr-lander>2020-03-05 07:20:40 +0000
commitbed2ed62bc65f8129c9dd644a6808c273f37b049 (patch)
treed784e9c7b32d7246de252b544df67ec7cdbdff56
parent386081c08d4ca380f744b8d57ab2820ae412a984 (diff)
parent62e38226bc143262ea1713217bba8716583f2a45 (diff)
Merge #380267 from ~narahuang/oem-qa-checkbox/+git/oem-plainbox:ouagadougou-new-cases
-rw-r--r--etc/otaru/plainbox.conf2
-rw-r--r--units/otaru/category.pxu3
-rw-r--r--units/otaru/jobs.pxu42
-rw-r--r--units/otaru/otaru-auto-18-04.pxu (renamed from units/otaru-auto.pxu)4
-rw-r--r--units/otaru/otaru-full-18-04.pxu (renamed from units/otaru-full.pxu)4
-rw-r--r--units/otaru/otaru-full-20-04.pxu10
6 files changed, 61 insertions, 4 deletions
diff --git a/etc/otaru/plainbox.conf b/etc/otaru/plainbox.conf
index 300d7cb..a8dc320 100644
--- a/etc/otaru/plainbox.conf
+++ b/etc/otaru/plainbox.conf
@@ -16,3 +16,5 @@ SERVER_IPERF = 192.168.158.9
TEST_TARGET_IPERF = 10.101.51.151
BTDEVADDR = 00:02:72:C5:F9:1F
TRANSFER_SERVER = cdimage.ubuntu.com
+STRESS_NG_DISK_TIME = 600
+STRESS_NG_CPU_TIME = 600
diff --git a/units/otaru/category.pxu b/units/otaru/category.pxu
new file mode 100644
index 0000000..b2b1b52
--- /dev/null
+++ b/units/otaru/category.pxu
@@ -0,0 +1,3 @@
+unit: category
+id: otaru
+_name: Otaru test cases
diff --git a/units/otaru/jobs.pxu b/units/otaru/jobs.pxu
new file mode 100644
index 0000000..8014ada
--- /dev/null
+++ b/units/otaru/jobs.pxu
@@ -0,0 +1,42 @@
+id: otaru/wpa3
+plugin: manual
+_summary: wpa3 connection test
+_purpose:
+ Check if wifi with wpa3 is working
+_steps:
+ 1. Open "Network" in Control Center
+ 2. Select SSID with WPA3 security
+ 3. Enter passphrase to connect
+_verification:
+ Check the network connection, can it connect to WPA3 wifi AP?
+estimated_duration: 60s
+category_id: otaru
+
+id: otaru/fde
+plugin: manual
+_summary: FDE (Full Disk Encryption) test
+_purpose:
+ Check if FDE (Full Disk Encryption) is working
+_steps:
+ 1. When installing system, Select "Use LVM" and "Encrypt the new Ubuntu installation"
+ 2. After installation is completed, boot system with a live-USB disk
+ 3. Check if the encrypted partition can be read without unlock the partition
+_verification:
+ The encrypted partition should not be read if partition is not unlocked
+estimated_duration: 600s
+category_id: otaru
+
+id: otaru/vroc
+plugin: manual
+_summary: vRoC(Virtual Raid on CPU) test
+_purpose:
+ Check if vRoC(Virtual Raid on CPU) is working
+_steps:
+ If you system doesn't support vRoC, please skip this test.
+ 1. In BIOS setting, setup vRoC
+ 2. After boot to desktop, check if the /dev/mdxxx raid device exists
+ 3. sudo hdparm -Tt /dev/mdxxx to check read performance if the RAID is 0 or 10
+_verification:
+ The vRoC devices should be enabled in Ubuntu.
+estimated_duration: 600s
+category_id: otaru
diff --git a/units/otaru-auto.pxu b/units/otaru/otaru-auto-18-04.pxu
index 3d823f2..8e7ab2c 100644
--- a/units/otaru-auto.pxu
+++ b/units/otaru/otaru-auto-18-04.pxu
@@ -1,7 +1,7 @@
id: otaru-auto
-_name: Otaru Auto Tests
+_name: Otaru 18.04 Auto Tests
unit: test plan
-_description: Otaru Auto Tests
+_description: Otaru 18.04 Auto Tests
include:
nested_part:
oem-generic-auto
diff --git a/units/otaru-full.pxu b/units/otaru/otaru-full-18-04.pxu
index 895c558..fd71273 100644
--- a/units/otaru-full.pxu
+++ b/units/otaru/otaru-full-18-04.pxu
@@ -1,7 +1,7 @@
id: otaru-full
-_name: Otaru Full Test
+_name: Otaru 18.04 Full Test
unit: test plan
-_description: Otaru Full
+_description: Otaru 18.04 Full Test
include:
nested_part:
oem-generic-full
diff --git a/units/otaru/otaru-full-20-04.pxu b/units/otaru/otaru-full-20-04.pxu
new file mode 100644
index 0000000..fe74741
--- /dev/null
+++ b/units/otaru/otaru-full-20-04.pxu
@@ -0,0 +1,10 @@
+id: otaru-full-focal
+_name: Ouagadougou 20.04 Full Test
+unit: test plan
+_description: Ouagadougou 20.04 Full Test
+include:
+ otaru/fde
+ otaru/vroc
+ otaru/wpa3
+nested_part:
+ oem-generic-full