-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2023-04-26-11_08_12.log
222 lines (222 loc) · 9.23 KB
/
2023-04-26-11_08_12.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
+ source ../common/common_lib.sh
++ source /root/mugen/libs/locallibs/common_lib.sh
+++ python3 --version
+++ '[' 0 -eq 0 ']'
+++ source /root/mugen/libs/locallibs/common_lib_python.sh
+ dir_conf=/etc/snmp/snmpd.conf
+ 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 environmental preparation.'
+ message='Start environmental preparation.'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'Start environmental preparation.'
Wed Apr 26 11:08:18 2023 - INFO - Start environmental preparation.
+ DNF_INSTALL net-snmp
+ pkgs=net-snmp
+ node=1
+ '[' -z '' ']'
+ tmpfile=
++ python3 /root/mugen/libs/locallibs/rpm_manage.py install --pkgs net-snmp --node 1 --tempfile ''
+ tmpfile2=/tmp/tmp3al0kubf
+ '[' -z '' ']'
+ tmpfile=/tmp/tmp3al0kubf
+ DNF_INSTALL net-snmp 2
+ pkgs=net-snmp
+ node=2
+ '[' -z /tmp/tmp3al0kubf ']'
++ python3 /root/mugen/libs/locallibs/rpm_manage.py install --pkgs net-snmp --node 2 --tempfile /tmp/tmp3al0kubf
Traceback (most recent call last):
File "/root/mugen/libs/locallibs/rpm_manage.py", line 168, in <module>
exitcode, output = rpm_install(args.pkgs, args.node, args.tempfile)
File "/root/mugen/libs/locallibs/rpm_manage.py", line 66, in rpm_install
conn = ssh_cmd.pssh_conn(
File "/root/mugen/libs/locallibs/ssh_cmd.py", line 53, in pssh_conn
conn.connect(ip, port, user, password, timeout=timeout)
File "/usr/lib/python3.10/site-packages/paramiko/client.py", line 340, in connect
to_try = list(self._families_and_addresses(hostname, port))
File "/usr/lib/python3.10/site-packages/paramiko/client.py", line 203, in _families_and_addresses
addrinfos = socket.getaddrinfo(
File "/usr/lib64/python3.10/socket.py", line 955, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name or service not known
+ tmpfile2=
+ '[' -z /tmp/tmp3al0kubf ']'
+ which firewalld
which: no firewalld in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
+ LOG_INFO 'End of environmental preparation!'
+ message='End of environmental preparation!'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'End of environmental preparation!'
Wed Apr 26 11:09:21 2023 - INFO - End of environmental preparation!
++ type -t run_test
+ '[' -n function ']'
+ run_test
+ LOG_INFO 'Start testing...'
+ message='Start testing...'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'Start testing...'
Wed Apr 26 11:09:22 2023 - INFO - Start testing...
+ ls -l /etc/snmp/snmpd.conf
-rw------- 1 root root 18864 Mar 20 09:27 /etc/snmp/snmpd.conf
+ CHECK_RESULT 0 0 0 'snmpd.conf file not exist'
+ actual_result=0
+ expect_result=0
+ mode=0
+ error_log='snmpd.conf file not exist'
+ exit_mode=0
+ '[' -z 0 ']'
+ '[' 0 -eq 0 ']'
+ test 0x '!=' 0x
+ return 0
+ cp -ar /etc/snmp/snmpd.conf snmpd.conf
+ echo 'com2sec notConfigUser default public
group notConfigGroup v1 notConfigUser
group notConfigGroup v2c notConfigUser
view all included .1
access notConfigGroup "" any noauth exact systemview systemview none'
+ systemctl restart snmpd.service
+ CHECK_RESULT 0 0 0 'snmpd.service restart fail'
+ actual_result=0
+ expect_result=0
+ mode=0
+ error_log='snmpd.service restart fail'
+ exit_mode=0
+ '[' -z 0 ']'
+ '[' 0 -eq 0 ']'
+ test 0x '!=' 0x
+ return 0
+ SSH_CMD 'snmpwalk -v2c -c public 127.0.0.1 .1 | grep SNMPv2-MIB'
+ cmd='snmpwalk -v2c -c public 127.0.0.1 .1 | grep SNMPv2-MIB'
+ remoteip=
+ remotepasswd='openEuler12#$'
+ remoteuser=root
+ timeout=300
+ connport=22
+ bash /root/mugen/libs/locallibs/sshcmd.sh -c 'snmpwalk -v2c -c public 127.0.0.1 .1 | grep SNMPv2-MIB' -i '' -u root -p 'openEuler12#$' -t 300 -o 22
Usage: sshcmd.sh -c "command" -i "remote machinet ip" [-u login_user] [-p login_password] [-o port] [-t timeout]+ ret=1
+ test 1 -ne 0
+ LOG_ERROR 'Failed in remote CMD operation:1'
+ message='Failed in remote CMD operation:1'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level error --message 'Failed in remote CMD operation:1'
Wed Apr 26 11:09:24 2023 - ERROR - Failed in remote CMD operation:1
+ return 1
+ CHECK_RESULT 1 0 0 'Check the MIB objects information fail by v2c'
+ actual_result=1
+ expect_result=0
+ mode=0
+ error_log='Check the MIB objects information fail by v2c'
+ exit_mode=0
+ '[' -z 1 ']'
+ '[' 0 -eq 0 ']'
+ test 1x '!=' 0x
+ test -n 'Check the MIB objects information fail by v2c'
+ LOG_ERROR 'Check the MIB objects information fail by v2c'
+ message='Check the MIB objects information fail by v2c'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level error --message 'Check the MIB objects information fail by v2c'
Wed Apr 26 11:09:25 2023 - ERROR - Check the MIB objects information fail by v2c
+ (( exec_result++ ))
+ LOG_ERROR 'oe_test_net-snmp_02.sh line 44'
+ message='oe_test_net-snmp_02.sh line 44'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level error --message 'oe_test_net-snmp_02.sh line 44'
Wed Apr 26 11:09:26 2023 - ERROR - oe_test_net-snmp_02.sh line 44
+ '[' 0 -eq 1 ']'
+ return 0
+ SSH_CMD 'snmpwalk -v 1 -c public 127.0.0.1 .1 | grep SNMPv2-MIB'
+ cmd='snmpwalk -v 1 -c public 127.0.0.1 .1 | grep SNMPv2-MIB'
+ remoteip=
+ remotepasswd='openEuler12#$'
+ remoteuser=root
+ timeout=300
+ connport=22
+ bash /root/mugen/libs/locallibs/sshcmd.sh -c 'snmpwalk -v 1 -c public 127.0.0.1 .1 | grep SNMPv2-MIB' -i '' -u root -p 'openEuler12#$' -t 300 -o 22
Usage: sshcmd.sh -c "command" -i "remote machinet ip" [-u login_user] [-p login_password] [-o port] [-t timeout]+ ret=1
+ test 1 -ne 0
+ LOG_ERROR 'Failed in remote CMD operation:1'
+ message='Failed in remote CMD operation:1'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level error --message 'Failed in remote CMD operation:1'
Wed Apr 26 11:09:27 2023 - ERROR - Failed in remote CMD operation:1
+ return 1
+ CHECK_RESULT 1 0 0 'Check the MIB objects information fail by v1'
+ actual_result=1
+ expect_result=0
+ mode=0
+ error_log='Check the MIB objects information fail by v1'
+ exit_mode=0
+ '[' -z 1 ']'
+ '[' 0 -eq 0 ']'
+ test 1x '!=' 0x
+ test -n 'Check the MIB objects information fail by v1'
+ LOG_ERROR 'Check the MIB objects information fail by v1'
+ message='Check the MIB objects information fail by v1'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level error --message 'Check the MIB objects information fail by v1'
Wed Apr 26 11:09:28 2023 - ERROR - Check the MIB objects information fail by v1
+ (( exec_result++ ))
+ LOG_ERROR 'oe_test_net-snmp_02.sh line 46'
+ message='oe_test_net-snmp_02.sh line 46'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level error --message 'oe_test_net-snmp_02.sh line 46'
Wed Apr 26 11:09:29 2023 - ERROR - oe_test_net-snmp_02.sh line 46
+ '[' 0 -eq 1 ']'
+ return 0
+ mv -f snmpd.conf /etc/snmp/snmpd.conf
+ LOG_INFO 'Finish test!'
+ message='Finish test!'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'Finish test!'
Wed Apr 26 11:09:30 2023 - INFO - Finish test!
+ CASE_RESULT 0
+ case_re=0
+ test -z 2
+ test 2 -gt 0
+ LOG_ERROR 'failed to execute the case.'
+ message='failed to execute the case.'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level error --message 'failed to execute the case.'
Wed Apr 26 11:09:31 2023 - ERROR - failed to execute the case.
+ exit 2
+ post_test
+ LOG_INFO 'start environment cleanup.'
+ message='start environment cleanup.'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'start environment cleanup.'
Wed Apr 26 11:09:33 2023 - INFO - start environment cleanup.
+ DNF_REMOVE
+ node=1
+ pkg_list=
+ mode=0
+ [[ -z /tmp/tmp3al0kubf ]]
+ '[' 0 -ne 0 ']'
+ '[' 1 == 0 ']'
+ python3 /root/mugen/libs/locallibs/rpm_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmp3al0kubf
+ '[' 0 -ne 0 ']'
+ DNF_REMOVE 2
+ node=2
+ pkg_list=
+ mode=0
+ [[ -z /tmp/tmp3al0kubf ]]
+ '[' 0 -ne 0 ']'
+ '[' 2 == 0 ']'
+ python3 /root/mugen/libs/locallibs/rpm_manage.py remove --node 2 --pkgs '' --tempfile /tmp/tmp3al0kubf
Traceback (most recent call last):
File "/root/mugen/libs/locallibs/rpm_manage.py", line 173, in <module>
exitcode = rpm_remove(args.node, args.pkgs, args.tempfile)
File "/root/mugen/libs/locallibs/rpm_manage.py", line 134, in rpm_remove
conn = ssh_cmd.pssh_conn(
File "/root/mugen/libs/locallibs/ssh_cmd.py", line 53, in pssh_conn
conn.connect(ip, port, user, password, timeout=timeout)
File "/usr/lib/python3.10/site-packages/paramiko/client.py", line 340, in connect
to_try = list(self._families_and_addresses(hostname, port))
File "/usr/lib/python3.10/site-packages/paramiko/client.py", line 203, in _families_and_addresses
addrinfos = socket.getaddrinfo(
File "/usr/lib64/python3.10/socket.py", line 955, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name or service not known
+ '[' 0 -ne 0 ']'
+ which firewalld
which: no firewalld in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
+ LOG_INFO 'Finish environment cleanup!'
+ message='Finish environment cleanup!'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'Finish environment cleanup!'
Wed Apr 26 11:10:01 2023 - INFO - Finish environment cleanup!