diff options
author | Jonathan Cave <jonathan.cave@canonical.com> | 2019-08-20 17:10:41 +0100 |
---|---|---|
committer | Jonathan Cave <jonathan.cave@canonical.com> | 2019-08-21 11:04:44 +0100 |
commit | a2da344887cc15dd09998547ada634b22a2b474c (patch) | |
tree | e12c83b503deea0c45897ee815eaa4db05f1291d /units | |
parent | 7b2417eb2ca5d50462bcb19c84dcbc8b3a1bccc0 (diff) |
security: import from p-p-snappy
Diffstat (limited to 'units')
-rw-r--r-- | units/security/category.pxu | 3 | ||||
-rw-r--r-- | units/security/test-plan.pxu | 31 |
2 files changed, 34 insertions, 0 deletions
diff --git a/units/security/category.pxu b/units/security/category.pxu new file mode 100644 index 0000000..a29d6a7 --- /dev/null +++ b/units/security/category.pxu @@ -0,0 +1,3 @@ +unit: category +id: security +_name: Security diff --git a/units/security/test-plan.pxu b/units/security/test-plan.pxu new file mode 100644 index 0000000..594bf31 --- /dev/null +++ b/units/security/test-plan.pxu @@ -0,0 +1,31 @@ +id: kernel-security-full +unit: test plan +_name: Kernel-security tests +_description: Collection of tests from QA Regression Testing repository +include: +nested_part: + kernel-security-automated +estimated_duration: 900s + +id: kernel-security-automated +unit: test plan +_name: Automated kernel-security tests +_description: Automated kernel-security tests for Snappy Ubuntu Core devices +estimated_duration: 900s +include: + +id: tainted-kernel-security-full +unit: test plan +_name: Kernel-security tests (tainted) +_description: Kernel-security from QA Regression Testing (ignoring tainting) +include: +nested_part: + tainted-kernel-security-automated +estimated_duration: 870s + +id: tainted-kernel-security-automated +unit: test plan +_name: Automated kernel-security tests (tainted) +_description: Automated kernel-security tests (ignoring tainting) +include: +estimated_duration: 870s |