blob: 9513cb2d326606bfdae274f43df768108cce255d (
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
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
|
# TODO
The following lists complete or partially misisng modules. If a module is
listed with nothing below it indicates that no work is completed on that
module. If there is a list below the module name that is the remainig
identified work.
## apt_configure
* apt_get_wrapper
* What does this do? How to use it?
* apt_get_command
* To specify a different 'apt-get' command, set 'apt_get_command'.
This must be a list, and the subcommand (update, upgrade) is appended to it.
* Modify default and verify the options got passed correctly.
* preserve sources
* TBD
## chef
2016-11-17: Tests took > 60 seconds and test framework times out currently.
## disable EC2 metadata
## disk setup
## emit upstart
## fan
## growpart
## grub dpkg
## landscape
2016-11-17: Module is not working
## lxd
2016-11-17: Need a zfs backed test written
## mcollective
## migrator
## mounts
## phone home
## power state change
## puppet
2016-11-17: Tests took > 60 seconds and test framework times out currently.
## resizefs
## resolv conf
2016-11-17: Issues with changing resolv.conf and lxc backend.
## redhat subscription
2016-11-17: Need RH support in test framework.
## rightscale userdata
2016-11-17: Specific to RightScale cloud enviornment.
## rsyslog
## scripts per boot
Not applicable to write a test for this as it specifies when something should be run.
## scripts per instance
Not applicable to write a test for this as it specifies when something should be run.
## scripts per once
Not applicable to write a test for this as it specifies when something should be run.
## scripts user
Not applicable to write a test for this as it specifies when something should be run.
## scripts vendor
Not applicable to write a test for this as it specifies when something should be run.
## snap
2019-12-19: Need to investigate
## spacewalk
## ssh authkey fingerprints
The authkey_hash key does not appear to work. In fact the default claims to be md5, however syslog only shows sha256
## update etc hosts
2016-11-17: Issues with changing /etc/hosts and lxc backend.
## yum add repo
2016-11-17: Need RH support in test framework.
# vi: ts=4 expandtab
|