aboutsummaryrefslogtreecommitdiff
path: root/manual/se/lynis.yaml
blob: 04a6d91652c14b4fbcfb248c16b41aa2c755f9bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
metadata:
    name: Lynis
    format: "Manual Test Definition 1.0"
    description: "Generate Lynis report"
    maintainer:
        - ryan.harkin@linaro.org
    os:
        - openembedded
    scope:
        - functional
    devices:
        - lces2
        - soca9
    environment:
        - manual-test

run:
    steps:
        - "lynis audit system"
        - "Check the output of the commands"
        - "Save the logs and add to the release bundle and report"
        - "/var/log/lynis.log"
        - "/var/log/lynis-report.dat"
        - "BOARD=soca9"
        - "BOARD=lces2"
        - "KERNEL_VERSION=4.9"
        - "KERNEL_VERSION=4.19"
        - "scp /var/log/lynis.log ryan@192.168.1.11:/linaro/schneider/release/2019.09-warrior.2/logs/lynis.log.${BOARD}-${KERNEL_VERSION}"
        - "scp /var/log/lynis-report.dat ryan@192.168.1.11:/linaro/schneider/release/2019.09-warrior.2/logs/lynis-report.dat.${BOARD}-${KERNEL_VERSION}"

    expected:
        - "Log files are generated and saved for the release report."