forked from topolvm/topolvm
-
Notifications
You must be signed in to change notification settings - Fork 4
/
container-structure-test.yaml
87 lines (87 loc) · 2 KB
/
container-structure-test.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
schemaVersion: '2.0.0'
metadataTest:
entrypoint: ["/hypertopolvm"]
fileExistenceTests:
- name: '/LICENSE'
path: '/LICENSE'
shouldExist: true
- name: '/hypertopolvm'
path: '/hypertopolvm'
shouldExist: true
isExecutableBy: 'owner'
- name: '/lvmd'
path: '/lvmd'
shouldExist: true
isExecutableBy: 'owner'
- name: '/topolvm-scheduler'
path: '/topolvm-scheduler'
shouldExist: true
isExecutableBy: 'owner'
- name: '/topolvm-node'
path: '/topolvm-node'
shouldExist: true
isExecutableBy: 'owner'
- name: '/topolvm-controller'
path: '/topolvm-controller'
shouldExist: true
isExecutableBy: 'owner'
- name: '/sbin/mkfs'
path: '/sbin/mkfs'
shouldExist: true
isExecutableBy: 'owner'
- name: '/bin/mount'
path: '/bin/mount'
shouldExist: true
isExecutableBy: 'owner'
- name: '/bin/mountpoint'
path: '/bin/mountpoint'
shouldExist: true
isExecutableBy: 'owner'
- name: '/bin/umount'
path: '/bin/umount'
shouldExist: true
isExecutableBy: 'owner'
- name: '/bin/findmnt'
path: '/bin/findmnt'
shouldExist: true
isExecutableBy: 'owner'
- name: '/usr/bin/nsenter'
path: '/usr/bin/nsenter'
shouldExist: true
isExecutableBy: 'owner'
- name: '/usr/bin/nsenter'
path: '/usr/bin/nsenter'
shouldExist: true
isExecutableBy: 'owner'
- name: '/sbin/blockdev'
path: '/sbin/blockdev'
shouldExist: true
isExecutableBy: 'owner'
- name: '/sbin/blkid'
path: '/sbin/blkid'
shouldExist: true
isExecutableBy: 'owner'
- name: '/sbin/resize2fs'
path: '/sbin/resize2fs'
shouldExist: true
isExecutableBy: 'owner'
- name: '/usr/sbin/xfs_growfs'
path: '/usr/sbin/xfs_growfs'
shouldExist: true
isExecutableBy: 'owner'
- name: '/bin/btrfs'
path: '/bin/btrfs'
shouldExist: true
isExecutableBy: 'owner'
- name: '/sbin/blockdev'
path: '/sbin/blockdev'
shouldExist: true
isExecutableBy: 'owner'
- name: '/sbin/dumpe2fs'
path: '/sbin/dumpe2fs'
shouldExist: true
isExecutableBy: 'owner'
- name: '/usr/sbin/xfs_io'
path: '/usr/sbin/xfs_io'
shouldExist: true
isExecutableBy: 'owner'