-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathTODO
66 lines (52 loc) · 2.09 KB
/
TODO
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
Critical bugs:
FIXME: Leap-15.4 with fips seems to be broken (never comes back from reboot)
twopence:
FEATURE: server needs journal support
FIXME: server should use SO_REUSEADDR for TCP sockets
Sometimes, we receive a spurious core dump on exit. Could be related
to libcurlies...
provisioning:
FEATURE: rewrite the provisioning from doing it with scripts to
doing it through twopence. The only bit that needs to be
done in vagrant is import the RPM key, activate the twopence
repo and install the test server
FEATURE: support for rmt/smt proxy
FEATURE: logging to file
FIXME: test compatibility handling is broken & currently disabled
FIXME: topology teardown should only consult status.conf
FEATURE: offer a "brutal" mode to topology teardown that works
even if the vagrant directory is gone
FEATURE: distinguish between provisioner and image library
(we already do this for container, but we should do this
for virt images as well)
FEATURE: implement pure libvirt provisioner than can consume
vagrant images, too
FEATURE: change how we document applied build options and document
the packages that were installed
build-option selinux {
package "foo-1.2-678",
"bar-4.2-666";
}
FIXME: build-image should track the exact version of the base image
susetest:
FEATURE: Separate the user creation in UserResource and move
it into a UserManager class
FEATURE: attach to SUT's journal event source
FEATURE: run-test should support --role-parameter
FEATURE: <properties> should reflect the image/application
name and exact version
Results processing:
FEATURE: comparison of two test runs (regression analysis)
html rendering:
FEATURE: more grouping of activities (such as file editing).
Display these as HTML collapsibles
FEATURE: drop the --terse option?
SELinux:
FEATURE: SELinux resources should specify domains and who
is allowed to transition to them (simple)
Farthings:
FIXME: change ntp to use file editing provided by resource mechanism
FEATURE: reimplement ntp as applications
FEATURE: mariadb test case
FEATURE: mount test case
FEATURE: nfs-server test case