This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtests.yml
123 lines (121 loc) · 2.94 KB
/
tests.yml
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
tests:
- basic
- upstream
- hostnamectl
- tmpfiles
- killmode
- localectl
- loginctl
- timedatectl
- rlimits
- unit
- activate
- modules-load
- timers
- resolve
- nspawn-smoke
- nspawn
- socket
- link
- issue-1981
- issue-2467
- issue-3166
- network
- networkd-wait-online
required_packages:
- ethtool # link tests needs this package
- findutils # beakerlib needs find command
- kernel-modules-extra # network test needs vcan module
- lsof # socket test needs this package
- systemd
- systemd-tests
- nc
- python # beakerlib-journalling requires python
- busybox
- dnsmasq # networkd
- PolicyKit # networkd
- python3
- python3-psutil
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- atomic
tests:
- basic
- upstream
- hostnamectl
- tmpfiles
- killmode
- localectl
- loginctl
- timedatectl
- rlimits
- unit
- activate
- modules-load
- timers
# disabled due BZ#1494426
# - socket
- link
- issue-1981
- issue-2467
- issue-3166
# disabled due BZ#1493478
# - network
# - networkd-wait-online
required_packages:
- ethtool # link tests needs this package
- dnsmasq # networkd
- PolicyKit # networkd
- systemd-tests
- python3
- python3-psutil
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- container
tests:
- basic
- upstream
- hostnamectl
- tmpfiles
- killmode
- localectl
- loginctl
- timedatectl
- rlimits
- unit
- activate
- modules-load
- timers
# disabled due BZ#1494426
# - socket
- link
- issue-1981
- issue-2467
- issue-3166
# disabled due BZ#1493478
# - network
# - networkd-wait-online
required_packages:
- ethtool # link tests needs this package
- findutils # beakerlib needs find command
- lsof # socket test needs this package
- systemd
- policycoreutilsi
- nc
- systemd-tests
- python
- busybox
- systemd-container
- dnsmasq # networkd
- PolicyKit # networkd
- python3
- python3-psutil