-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2023-05-25-16_36_40.log
328 lines (323 loc) · 10.1 KB
/
2023-05-25-16_36_40.log
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
+ source /root/mugen/libs/locallibs/common_lib.sh
++ python3 --version
++ '[' 0 -eq 0 ']'
++ source /root/mugen/libs/locallibs/common_lib_python.sh
+ main
++ type -t post_test
+ '[' -n function ']'
+ trap post_test EXIT INT HUP TERM
+ rpm -qa
+ grep expect
++ type -t config_params
+ '[' -n '' ']'
++ type -t pre_test
+ '[' -n function ']'
+ pre_test
+ LOG_INFO 'Start to prepare the test environment.'
+ message='Start to prepare the test environment.'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'Start to prepare the test environment.'
Thu May 25 16:36:45 2023 - INFO - Start to prepare the test environment.
+ USER_NAME=test_user
+ useradd test_user
+ DNF_INSTALL cronie
+ pkgs=cronie
+ node=1
+ '[' -z '' ']'
+ tmpfile=
++ python3 /root/mugen/libs/locallibs/rpm_manage.py install --pkgs cronie --node 1 --tempfile ''
Thu May 25 16:37:01 2023 - INFO - pkgs:(cronie) is already installed
+ tmpfile2=
+ '[' -z '' ']'
+ tmpfile=
++ pwd
+ echo 'echo "Hello World: $(date)" >> /root/mugen/testcases/cli-test/cronie/rst.txt'
+ chmod 777 ./test.sh
+ echo 'echo "$(whoami): $(date)" >> ~/rst.txt'
+ chmod 777 /home/test_user/test.sh
+ crontab -l
no crontab for root
+ crontab -u test_user -l
no crontab for test_user
+ LOG_INFO 'End to prepare the test environment.'
+ message='End to prepare the test environment.'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'End to prepare the test environment.'
Thu May 25 16:37:02 2023 - INFO - End to prepare the test environment.
++ type -t run_test
+ '[' -n function ']'
+ run_test
+ LOG_INFO 'Start to run test.'
+ message='Start to run test.'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'Start to run test.'
Thu May 25 16:37:03 2023 - INFO - Start to run test.
+ crontab -V
cronie 1.6.1
+ CHECK_RESULT 0 0 0 'log message: Failed to run command: crontab -V'
+ actual_result=0
+ expect_result=0
+ mode=0
+ error_log='log message: Failed to run command: crontab -V'
+ exit_mode=0
+ '[' -z 0 ']'
+ '[' 0 -eq 0 ']'
+ test 0x '!=' 0x
+ return 0
+ cp ./cron.bak ./cron.test
++ pwd
+ echo '* * * * * /root/mugen/testcases/cli-test/cronie/test.sh'
+ crontab ./cron.test
+ CHECK_RESULT 0 0 0 'log message: Failed to run command: echo "* * * * * $(pwd)/test.sh" >>./cron.test && crontab ./cron.test'
+ actual_result=0
+ expect_result=0
+ mode=0
+ error_log='log message: Failed to run command: echo "* * * * * $(pwd)/test.sh" >>./cron.test && crontab ./cron.test'
+ exit_mode=0
+ '[' -z 0 ']'
+ '[' 0 -eq 0 ']'
+ test 0x '!=' 0x
+ return 0
+ crontab -l
++ pwd
+ grep '* * * * * /root/mugen/testcases/cli-test/cronie/test.sh'
* * * * * /root/mugen/testcases/cli-test/cronie/test.sh
+ CHECK_RESULT 0 0 0 'log message: Failed to run command: crontab -l'
+ actual_result=0
+ expect_result=0
+ mode=0
+ error_log='log message: Failed to run command: crontab -l'
+ exit_mode=0
+ '[' -z 0 ']'
+ '[' 0 -eq 0 ']'
+ test 0x '!=' 0x
+ return 0
+ SLEEP_WAIT 150
+ wait_time=150
+ cmd=
+ mode=1
+ python3 /root/mugen/libs/locallibs/sleep_wait.py --time 150 --cmd '' --mode 1
+ grep -c 'Hello World'
++ pwd
+ grep '[2-9]'
+ cat /root/mugen/testcases/cli-test/cronie/rst.txt
2
+ CHECK_RESULT 0 0 0 'log message: The service may not be running properly'
+ actual_result=0
+ expect_result=0
+ mode=0
+ error_log='log message: The service may not be running properly'
+ exit_mode=0
+ '[' -z 0 ']'
+ '[' 0 -eq 0 ']'
+ test 0x '!=' 0x
+ return 0
+ crontab -r
+ CHECK_RESULT 0 0 0 'log message: Failed to run command: crontab -r'
+ actual_result=0
+ expect_result=0
+ mode=0
+ error_log='log message: Failed to run command: crontab -r'
+ exit_mode=0
+ '[' -z 0 ']'
+ '[' 0 -eq 0 ']'
+ test 0x '!=' 0x
+ return 0
+ crontab -l
no crontab for root
+ CHECK_RESULT 1 1 0 'log message: Failed to remove the current crontab'
+ actual_result=1
+ expect_result=1
+ mode=0
+ error_log='log message: Failed to remove the current crontab'
+ exit_mode=0
+ '[' -z 1 ']'
+ '[' 0 -eq 0 ']'
+ test 1x '!=' 1x
+ return 0
+ cp /home/test_user/cron.bak /home/test_user/cron.test
+ echo '* * * * * /home/test_user/test.sh'
+ crontab -u test_user /home/test_user/cron.test
+ CHECK_RESULT 0 0 0 'log message: Failed to run command: echo "* * * * * /home/""$USER_NAME""/test.sh" >> /home/"$USER_NAME"/cron.test && crontab /home/"$USER_NAME"/cron.test'
+ actual_result=0
+ expect_result=0
+ mode=0
+ error_log='log message: Failed to run command: echo "* * * * * /home/""$USER_NAME""/test.sh" >> /home/"$USER_NAME"/cron.test && crontab /home/"$USER_NAME"/cron.test'
+ exit_mode=0
+ '[' -z 0 ']'
+ '[' 0 -eq 0 ']'
+ test 0x '!=' 0x
+ return 0
+ crontab -u test_user -l
+ grep '* * * * * /home/test_user/test.sh'
* * * * * /home/test_user/test.sh
+ CHECK_RESULT 0 0 0 'log message: Failed to run command: crontab -u "$USER_NAME" -l'
+ actual_result=0
+ expect_result=0
+ mode=0
+ error_log='log message: Failed to run command: crontab -u "$USER_NAME" -l'
+ exit_mode=0
+ '[' -z 0 ']'
+ '[' 0 -eq 0 ']'
+ test 0x '!=' 0x
+ return 0
+ SLEEP_WAIT 150
+ wait_time=150
+ cmd=
+ mode=1
+ python3 /root/mugen/libs/locallibs/sleep_wait.py --time 150 --cmd '' --mode 1
+ cat /home/test_user/rst.txt
+ grep -c test_user
+ grep '[2-9]'
3
+ CHECK_RESULT 0 0 0 'log message: The service may not be running properly'
+ actual_result=0
+ expect_result=0
+ mode=0
+ error_log='log message: The service may not be running properly'
+ exit_mode=0
+ '[' -z 0 ']'
+ '[' 0 -eq 0 ']'
+ test 0x '!=' 0x
+ return 0
+ echo -ne Y
+ crontab -u test_user -ri
crontab: really delete test_user's crontab? + CHECK_RESULT 0 0 0 'log message: Failed to run command: echo -ne '\''Y'\'' | crontab -u "$USER_NAME" -ri'
+ actual_result=0
+ expect_result=0
+ mode=0
+ error_log='log message: Failed to run command: echo -ne '\''Y'\'' | crontab -u "$USER_NAME" -ri'
+ exit_mode=0
+ '[' -z 0 ']'
+ '[' 0 -eq 0 ']'
+ test 0x '!=' 0x
+ return 0
+ crond -V
cronie 1.6.1
+ CHECK_RESULT 0 0 0 'log message: Failed to run command: crond -V'
+ actual_result=0
+ expect_result=0
+ mode=0
+ error_log='log message: Failed to run command: crond -V'
+ exit_mode=0
+ '[' -z 0 ']'
+ '[' 0 -eq 0 ']'
+ test 0x '!=' 0x
+ return 0
+ cronnext -h
Find the time of the next scheduled cron job.
Usage:
cronnext [options] [file ...]
Options:
-i users include only the crontab of these users
-e users exclude the crontab of these users
-s do not include the system crontab
-a examine installed crontabs even if files are given
-t time start from this time (seconds since epoch)
-q time end check at this time (seconds since epoch)
-j cmd only check jobs that contain cmd as a substring
-l print next jobs to be executed
-c print next execution of each job
-f print all jobs executed in the given interval
-h this help
-V print version and exit
+ CHECK_RESULT 0 0 0 'log message: Failed to run command: cronnext -h'
+ actual_result=0
+ expect_result=0
+ mode=0
+ error_log='log message: Failed to run command: cronnext -h'
+ exit_mode=0
+ '[' -z 0 ']'
+ '[' 0 -eq 0 ']'
+ test 0x '!=' 0x
+ return 0
+ cronnext -V
cronie 1.6.1
+ CHECK_RESULT 0 0 0 'log message: Failed to run command: cronnext -V'
+ actual_result=0
+ expect_result=0
+ mode=0
+ error_log='log message: Failed to run command: cronnext -V'
+ exit_mode=0
+ '[' -z 0 ']'
+ '[' 0 -eq 0 ']'
+ test 0x '!=' 0x
+ return 0
+ anacron -h
Usage:
anacron [options] [job] ...
anacron -T [-t anacrontab-file]
Options:
-s Serialize execution of jobs
-f Force execution of jobs, even before their time
-n Run jobs with no delay, implies -s
-d Don't fork to the background
-q Suppress stderr messages, only applicable with -d
-u Update the timestamps without actually running anything
-V Print version information
-h Print this message
-t <file> Use alternative anacrontab
-T Test an anacrontab
-S <dir> Select a different spool directory
See the anacron(8) manpage for more details.
+ CHECK_RESULT 0 0 0 'log message: Failed to run command: anacron -h'
+ actual_result=0
+ expect_result=0
+ mode=0
+ error_log='log message: Failed to run command: anacron -h'
+ exit_mode=0
+ '[' -z 0 ']'
+ '[' 0 -eq 0 ']'
+ test 0x '!=' 0x
+ return 0
+ anacron -V
Anacron from project cronie 1.6.1
Copyright (C) 1998 Itai Tzur <[email protected]>
Copyright (C) 1999 Sean 'Shaleh' Perry <[email protected]>
Copyright (C) 2004 Pascal Hakim <[email protected]>
Mail comments, suggestions and bug reports to <[email protected]>.
+ CHECK_RESULT 0 0 0 'log message: Failed to run command: anacron -V'
+ actual_result=0
+ expect_result=0
+ mode=0
+ error_log='log message: Failed to run command: anacron -V'
+ exit_mode=0
+ '[' -z 0 ']'
+ '[' 0 -eq 0 ']'
+ test 0x '!=' 0x
+ return 0
+ LOG_INFO 'End to run test.'
+ message='End to run test.'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'End to run test.'
Thu May 25 16:42:09 2023 - INFO - End to run test.
+ CASE_RESULT 0
+ case_re=0
+ test -z ''
+ test 0 -eq 0
+ LOG_INFO 'succeed to execute the case.'
+ message='succeed to execute the case.'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'succeed to execute the case.'
Thu May 25 16:42:10 2023 - INFO - succeed to execute the case.
+ exec_result=
+ exit 0
+ post_test
+ LOG_INFO 'Start to restore the test environment.'
+ message='Start to restore the test environment.'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'Start to restore the test environment.'
Thu May 25 16:42:11 2023 - INFO - Start to restore the test environment.
+ crontab ./cron.bak
+ crontab -u test_user /home/test_user/cron.bak
+ DNF_REMOVE
+ node=1
+ pkg_list=
+ mode=0
+ [[ -z '' ]]
+ [[ -z '' ]]
+ LOG_WARN 'no thing to do.'
+ message='no thing to do.'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level warn --message 'no thing to do.'
Thu May 25 16:42:12 2023 - WARN - no thing to do.
+ return 0
+ rm -rf test.sh rst.txt cron.bak cron.test
+ userdel -r test_user
+ LOG_INFO 'End to restore the test environment.'
+ message='End to restore the test environment.'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'End to restore the test environment.'
Thu May 25 16:42:14 2023 - INFO - End to restore the test environment.