summaryrefslogtreecommitdiff
path: root/tsp/common_test.yaml.example
blob: cd77e4bf965c05aa42bb8fcef1bd748f81e38a1d (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
serial: 'SERIAL_VALUE'
ip: 'IP_VALUE'
ssh_config: 'SSH_CONFIG_VALUE'
common: !mux
    type: "builtin"
    service_activating:
        test: 'systemctl'
        state: 'activating'
    service_failed:
        test: 'systemctl'
        ignored_services:
            - 'nether'
            - 'systemd-remount-fs'
            - 'tdm-socket'
    opt_empty:
        test: 'crash'
    opt_not_empty:
        test: 'crash'
        ignored_apps:
            - 'enlightenment'
        ref_cnt: 10
    screenshot_init:
        test: 'screenshot'
        name: 'initial'