-
Notifications
You must be signed in to change notification settings - Fork 126
/
goss.yaml
93 lines (87 loc) · 1.53 KB
/
goss.yaml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
mount:
/dev:
exists: true
filesystem: devtmpfs
/boot:
exists: true
source: /dev/mmcblk0p1
filesystem: vfat
/:
exists: true
source: /dev/root
filesystem: ext4
/proc:
exists: true
filesystem: proc
/sys:
exists: true
filesystem: sysfs
command:
zcat /proc/config.gz:
exit-status: 0
stdout:
- CONFIG_COMPAT=y
- CONFIG_KEYS_COMPAT=y
- CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
- CONFIG_BCM_VCIO=y
- CONFIG_GPIO_BCM_EXP=y
- CONFIG_VIDEO_BCM2835=m
file:
/boot/config.txt:
exists: true
contains:
- dtparam=audio=on
/dev/vchiq:
exists: true
/dev/vcio:
exists: true
/etc/apt/sources.list.d/multistrap-debian.list:
exists: false
/usr/bin/pi64-config:
exists: true
/usr/bin/pi64-update:
exists: true
/sys/class/leds/led0/trigger:
exists: true
contains:
- "[mmc0]"
/sys/class/leds/led1/trigger:
exists: true
contains:
- "[input]"
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
exists: true
contains:
- ondemand
interfaces:
eth0:
exists: true
wlan0:
exists: true
package:
systemd:
installed: true
systemd-sysv:
installed: true
udev:
installed: true
ssh:
installed: true
avahi-daemon:
installed: true
service:
sshd:
enabled: true
running: true
avahi-daemon:
enabled: true
running: true
user:
pi:
exists: true
uid: 1000
gid: 1000
groups:
- pi
home: /home/pi
shell: /bin/bash