Revision 6b06efa7 test/py/daemon-util_unittest.bash
b/test/py/daemon-util_unittest.bash | ||
---|---|---|
36 | 36 |
err "Please update $0, mond enable feature is missing" |
37 | 37 |
fi |
38 | 38 |
|
39 |
DAEMONS_LIST="noded masterd rapi" |
|
40 |
STOPDAEMONS_LIST="rapi masterd noded" |
|
39 |
DAEMONS_LIST="noded masterd rapi luxid"
|
|
40 |
STOPDAEMONS_LIST="luxid rapi masterd noded"
|
|
41 | 41 |
|
42 | 42 |
if grep -q '^ENABLE_CONFD = True' lib/_constants.py; then |
43 |
DAEMONS_LIST="$DAEMONS_LIST confd luxid"
|
|
44 |
STOPDAEMONS_LIST="luxid confd $STOPDAEMONS_LIST"
|
|
43 |
DAEMONS_LIST="$DAEMONS_LIST confd" |
|
44 |
STOPDAEMONS_LIST="confd $STOPDAEMONS_LIST" |
|
45 | 45 |
fi |
46 | 46 |
|
47 | 47 |
if grep -q '^ENABLE_MOND = True' lib/_constants.py; then |
Also available in: Unified diff