diff options
author | PMR <pmr@pmr-lander> | 2019-08-22 09:36:58 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2019-08-22 09:36:58 +0000 |
commit | 4e79129c7ab2e6663d986ba708f4afac538edb06 (patch) | |
tree | 51ef3744744e5cd4d1c31d5d6c7acfb3c0fc82a5 /units/security | |
parent | 6e5921c2458a8f1f55e69027796c0bac59468ec2 (diff) | |
parent | 4c0073ac5615d11268a943cf21c1627ebf902547 (diff) |
Merge #371568 from ~jocave/plainbox-provider-checkbox:merge-provider-snappy
Diffstat (limited to 'units/security')
-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 00000000..a29d6a77 --- /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 00000000..594bf313 --- /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 |