1MTF-ENV-CLEAN(1) Linux User's Manual MTF-ENV-CLEAN(1)
2
3
4
6 mtf-env-clean - cleans environment for testing containers.
7
8
10 MODULE=docker mtf-env-clean
11
12 MODULE=rpm mtf-env-clean
13
14 MODULE=nspawn mtf-env-clean
15
16
18 mtf-env-clean is a binary file used for cleaning environment after
19 usage of Meta-Test-Family.
20
21
22 MODULE=docker stops docker service.
23
24
25 MODULE=rpm does not do any cleanup, as that could potentially uninstall
26 essential packages and therefore damage this machine.
27
28
29 MODULE=nspawn switches SELinux back to original state.
30
31
33 mtf-env-clean mtf-env-set is useful for people who don't want to clean
34 the environment manually and wish to use this executable to do the job.
35
36
38 Petr Hracek, <phracek@redhat.com> (man page)
39
40
42 Full documentation at: <http://meta-test-family.readthedocs.io/en/lat‐
43 est/user_guide/environment_setup.html>
44
45
46
47 2017-11-01 MTF-ENV-CLEAN(1)