CN110543394A - server sensor information consistency testing method, system, terminal and storage medium - Google Patents

server sensor information consistency testing method, system, terminal and storage medium Download PDF

Info

Publication number
CN110543394A
CN110543394A CN201910756806.6A CN201910756806A CN110543394A CN 110543394 A CN110543394 A CN 110543394A CN 201910756806 A CN201910756806 A CN 201910756806A CN 110543394 A CN110543394 A CN 110543394A
Authority
CN
China
Prior art keywords
information
sensor
comparison
sensor information
consistent
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
CN201910756806.6A
Other languages
Chinese (zh)
Inventor
徐培培
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Wave Intelligent Technology Co Ltd
Original Assignee
Suzhou Wave Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou Wave Intelligent Technology Co Ltd filed Critical Suzhou Wave Intelligent Technology Co Ltd
Priority to CN201910756806.6A priority Critical patent/CN110543394A/en
Publication of CN110543394A publication Critical patent/CN110543394A/en
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2268Logging of test results
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2273Test methods

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

the invention provides a method, a system, a terminal and a storage medium for detecting the consistency of server sensor information, comprising the following steps: entering a smashclp command line to acquire sensor information, and marking the sensor information as first comparison information; obtaining sensor information by using an ipmi out-of-band, and marking the sensor information as second comparison information; and comparing whether the first comparison information is consistent with the second comparison information, and judging that the test is passed if the two sets of information are consistent. The invention effectively reduces the time and energy of manual comparison, improves the working efficiency, solves the problem of result comparison accuracy, shows the test process and the result in real time, saves the script running log and is convenient for real-time query in the aspects of large data volume, diversity, real-time update and value degree.

Description

Server sensor information consistency testing method, system, terminal and storage medium
Technical Field
the invention belongs to the technical field of server testing, and particularly relates to a method, a system, a terminal and a storage medium for testing the consistency of server sensor information.
background
The consistency check of the sensor information is particularly important in different scenes such as SMASHCLP, IPMI out-band and in-band of the server. Based on the '4V + 1O' characteristic of the data information, the time and the labor are increasingly consumed by manual inspection, the whole process is mainly carried out by naked eyes, no corresponding log is taken as a record, and the accuracy is to be verified.
disclosure of Invention
Aiming at the defects in the prior art, the invention provides a method, a system, a terminal and a storage medium for testing the consistency of the sensor information of the server, and the method, the system, the terminal and the storage medium are used for automatically checking the consistency of the sensor information except for a CPU, a PSU and a DISK out of a SMASHCLP and an IPMI band, so that the accuracy and the rapidness of consistency check are improved. To solve the above technical problems.
In a first aspect, the present invention provides a method for testing consistency of server sensor information, including:
entering a smashclp command line to acquire sensor information, and marking the sensor information as first comparison information;
Obtaining sensor information by using an ipmi out-of-band, and marking the sensor information as second comparison information;
and comparing whether the first comparison information is consistent with the second comparison information, and judging that the test is passed if the two sets of information are consistent.
further, the entering of the smashclp command line to acquire sensor information includes:
Connecting the BMC to be tested by using the super user, and calling a smashclp command line;
calling the sensor-list to acquire returned sensor information;
collecting field parameters of sensor information;
and converting the sensor information into a List < Map < String, String > format according to the field parameters.
Further, before the comparing whether the first comparison information and the second comparison information are consistent, the method includes:
screening CPU information, PSU information and DISK information in the sensor information acquired by the smashclp command line, and taking the rest sensor information as first comparison information after the screened information is removed;
and screening the CPU information, PSU information and DISK information in the sensor information acquired out of the ipmi band, and taking the rest sensor information as second comparison information after removing the screened information.
further, the comparing whether the first comparison information is consistent with the second comparison information, and if the two sets of information are consistent, determining that the test is passed, includes:
judging whether the sensor information in the first comparison information and the second comparison information is consistent, wherein the sensor information comprises the name, num and value parameter values of the sensor:
If yes, judging that the server sensor information consistency test is passed;
If not, judging that the test is failed, and outputting an abnormal comparison parameter.
In a second aspect, the present invention provides a server sensor information consistency testing system, including:
The system comprises a first acquisition unit, a second acquisition unit and a comparison unit, wherein the first acquisition unit is configured to enter a smashclp command line to acquire sensor information and mark the sensor information as first comparison information;
the second acquisition unit is configured to acquire the sensor information by using the ipmi out-of-band and mark the sensor information as second comparison information;
And the information comparison unit is configured to compare whether the first comparison information is consistent with the second comparison information or not, and if the two sets of information are consistent, the test is judged to be passed.
further, the first obtaining unit includes:
The command calling module is configured for connecting the BMC to be tested by using the super user and calling a smashclp command line;
the information return module is configured for calling the sensor-list to acquire returned sensor information;
The field acquisition module is used for configuring field parameters for acquiring sensor information;
And the format conversion module is configured to convert the sensor information into a List < Map < String, String > format according to the field parameters.
Further, the system comprises:
The first screening module is used for screening CPU information, PSU information and DISK information in the sensor information acquired by the smashclp command line, and removing the screened information and then taking the rest sensor information as first comparison information;
And the second screening module is configured to screen the CPU information, the PSU information and the DISK information in the sensor information acquired outside the ipmi band, and remove the screened information and then use the remaining sensor information as second comparison information.
further, the information comparing unit includes:
The information comparison module is configured to judge whether the sensor information in the first comparison information and the sensor information in the second comparison information are consistent, wherein the sensor information comprises the name, num and value parameter values of the sensor;
The server sensor information consistency test module is used for judging whether the server sensor information consistency test is passed or not;
and the abnormality output module is configured to judge that the test fails and output an abnormality comparison parameter.
in a third aspect, a terminal is provided, including:
a processor, a memory, wherein,
the memory is used for storing a computer program which,
The processor is used for calling and running the computer program from the memory so as to make the terminal execute the method of the terminal.
In a fourth aspect, a computer storage medium is provided having stored therein instructions that, when executed on a computer, cause the computer to perform the method of the above aspects.
The beneficial effect of the invention is that,
according to the server sensor information consistency test method, system, terminal and storage medium provided by the invention, JAVA is used as a main development language, firstly, Smashclp command line is entered, all sensor information is obtained, then information values of sensor name, sensor num and value column of temp sensor except CPU/PSU/DISK are screened out, then information of sensor name, sensor num and value column of temp sensor except CPU/PSU/DISK is obtained by using ipmi out-band, and finally, the obtained results are compared, so that the traditional manual comparison operation is changed into automatic comparison operation. In the aspects of large data volume, diversity, real-time updating and value degree, the time and energy of manual comparison are effectively reduced, the working efficiency is improved, the problem of result comparison accuracy is solved, the test process and the result are displayed in real time, a script running log is stored, and real-time query is facilitated.
in addition, the invention has reliable design principle, simple structure and very wide application prospect.
drawings
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present invention, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention.
FIG. 2 is a schematic block diagram of a system of one embodiment of the present invention.
fig. 3 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
in order to make those skilled in the art better understand the technical solution of the present invention, the technical solution in the embodiment of the present invention will be clearly and completely described below with reference to the drawings in the embodiment of the present invention, and it is obvious that the described embodiment is only a part of the embodiment of the present invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
the following explains key terms appearing in the present invention.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention. The execution subject in fig. 1 may be a server sensor information consistency test system.
as shown in fig. 1, the method 100 includes:
step 110, entering a smashclp command line to acquire sensor information, and marking the sensor information as first comparison information;
step 120, obtaining sensor information by using an ipmi out-of-band, and marking the sensor information as second comparison information;
Step 130, comparing whether the first comparison information is consistent with the second comparison information, and if the two sets of information are consistent, determining that the test is passed.
Optionally, as an embodiment of the present invention, the entering smashclp command line acquires sensor information, including:
connecting the BMC to be tested by using the super user, and calling a smashclp command line;
calling the sensor-list to acquire returned sensor information;
collecting field parameters of sensor information;
And converting the sensor information into a List < Map < String, String > format according to the field parameters.
optionally, as an embodiment of the present invention, before comparing whether the first comparison information and the second comparison information are consistent, the method includes:
Screening CPU information, PSU information and DISK information in the sensor information acquired by the smashclp command line, and taking the rest sensor information as first comparison information after the screened information is removed;
And screening the CPU information, PSU information and DISK information in the sensor information acquired out of the ipmi band, and taking the rest sensor information as second comparison information after removing the screened information.
Optionally, as an embodiment of the present invention, the comparing whether the first comparison information is consistent with the second comparison information, and if the two sets of information are consistent, determining that the test is passed includes:
judging whether the sensor information in the first comparison information and the second comparison information is consistent, wherein the sensor information comprises the name, num and value parameter values of the sensor:
If yes, judging that the server sensor information consistency test is passed;
If not, judging that the test is failed, and outputting an abnormal comparison parameter.
in order to facilitate understanding of the present invention, the principle of the server sensor information consistency testing method of the present invention is combined with the consistency detection process of the server sensor information in the embodiment to further describe the server sensor information consistency testing method provided by the present invention.
Specifically, the method for testing the consistency of the sensor information of the server comprises the following steps:
and S1, entering a smashclp command line to acquire sensor information, and marking the sensor information as first comparison information.
The method comprises the steps of connecting a BMC to be tested by using a super user, calling a smashclp command line, calling a sensor-List to acquire returned sensor information, acquiring field parameters (field quantity, type and content) of the sensor information, and converting the sensor information into a List < Map < String, String > format according to the field parameters as required.
The information of the sensor name, sensor num and value column of Temp sensor except for CPU/PSU/DISK is automatically screened out (the screening key word is Temp and the data of CPU, PSU and DISK are removed).
And S2, obtaining the sensor information by using the ipmi out-of-band, and marking the sensor information as second comparison information.
String commandLinux=ipmitool-I lanplus-H<BMC IP>-U<username>-P< password>sdr elist all|grep Temp|grep-v CPU|grep-v PSU|grep-v DISK
String commandWin=ipmitool-I lanplus-H<BMC IP>-U<username>-P< password>sdr elist all|findstr-i Temp|findstr-i-v CPU|findstr-i-v PSU| findstr-i-v DISK
The returned sensor information content is also converted by field into a List < Map < String, String > type.
the information of the sensor name, sensor num and value column of Temp sensor except for CPU/PSU/DISK is automatically screened out (the screening key word is Temp and the data of CPU, PSU and DISK are removed).
and S3, comparing whether the first comparison information is consistent with the second comparison information, and if the two sets of information are consistent, judging that the test is passed.
The sensor information (name, num and value parameter values) of the first comparison information obtained in step S1 is collected, the information of the same sensor item of the second comparison information obtained in step S2 is collected, and whether the same sensor information exists in the second comparison information is determined. When the first comparison information and the second comparison information are compared, whether sensor names and num which are the same as the first comparison information exist in the second comparison information is judged, if yes, value values of the first comparison information and the second comparison information are compared, if the value values of the first comparison information and the second comparison information are smaller than a preset error, the test is judged to be passed, if not, the test is judged not to be passed, and inconsistent sensor information is output.
The following is a comparison result log generated in the test process of this embodiment:
2019-04-0317: 59:02 the following is information on the sensor name, sensor num and value columns comparing two different sensor Lists, Smshclp and IPMIsensor
2019-04-0317: 59:02, and whether the comparison value error is within 3, if the value is N/A, the comparison is judged to be impossible
2019-04-0317: 59:02: sensor name: the information of the sensor name, sensor num and value column of the Inlet _ Temp are consistent, and within the allowable range of error 3, the details are as follows:
the sensor name obtained by 2019-04-0317: 59:02 Smshclp is as follows: inlet _ Temp, sensor num is: 00h, value:28.0
2019-04-0317: 59:02 the sensor name obtained by IPMI is: inlet _ Temp, sensor num is: 00h, value:28.0
2019-04-0317: 59:02: sensor name: the sensor name, sensor num and value column information of the Outlet _ Temp are consistent, and within the allowable range of error 3, the details are as follows:
The sensor name obtained by 2019-04-0317: 59:02 Smshclp is as follows: outlet _ Temp, sensor num is: 01h, value:29.0
2019-04-0317: 59:02 the sensor name obtained by IPMI is: outlet _ Temp, sensor num is: 01h, value:29.0
2019-04-0317: 59:02: sensor name: the information of the sensor name, sensor num and value column of PCH _ Temp are consistent, and within the allowable range of error 3, the details are as follows:
the sensor name obtained by 2019-04-0317: 59:02 Smshclp is as follows: PCH _ Temp, sensor num is: 16h, value:33.0
2019-04-0317: 59:02 the sensor name obtained by IPMI is: PCH _ Temp, sensor num is: 16h, value:34.0
2019-04-0317: 59:02 comparing whether the incoming parameters para1 are consistent with para2, para1: true, para2: true
2019-04-0317: 59:02: para1 in agreement with the value-to-value comparison of para2
As shown in fig. 2, the system 200 includes:
The first obtaining unit 210 is configured to enter a smashclp command line to obtain sensor information, and the sensor information is marked as first comparison information;
a second obtaining unit 220, configured to obtain the sensor information by using an ipmi out-of-band, and mark the sensor information as second comparison information;
the information comparing unit 230 is configured to compare whether the first comparison information and the second comparison information are consistent, and determine that the test is passed if the two sets of information are consistent.
Optionally, as an embodiment of the present invention, the first obtaining unit includes:
The command calling module is configured for connecting the BMC to be tested by using the super user and calling a smashclp command line;
The information return module is configured for calling the sensor-list to acquire returned sensor information;
the field acquisition module is used for configuring field parameters for acquiring sensor information;
and the format conversion module is configured to convert the sensor information into a List < Map < String, String > format according to the field parameters.
optionally, as an embodiment of the present invention, the system includes:
The first screening module is used for screening CPU information, PSU information and DISK information in the sensor information acquired by the smashclp command line, and removing the screened information and then taking the rest sensor information as first comparison information;
and the second screening module is configured to screen the CPU information, the PSU information and the DISK information in the sensor information acquired outside the ipmi band, and remove the screened information and then use the remaining sensor information as second comparison information.
optionally, as an embodiment of the present invention, the information comparing unit includes:
The information comparison module is configured to judge whether the sensor information in the first comparison information and the sensor information in the second comparison information are consistent, wherein the sensor information comprises the name, num and value parameter values of the sensor;
The server sensor information consistency test module is used for judging whether the server sensor information consistency test is passed or not;
And the abnormality output module is configured to judge that the test fails and output an abnormality comparison parameter.
Fig. 3 is a schematic structural diagram of a terminal system 300 according to an embodiment of the present invention, where the terminal system 300 may be used to execute the method for testing the consistency of the sensor information of the server according to the embodiment of the present invention.
the terminal system 300 may include: a processor 310, a memory 320, and a communication unit 330. The components communicate via one or more buses, and those skilled in the art will appreciate that the architecture of the servers shown in the figures is not intended to be limiting, and may be a bus architecture, a star architecture, a combination of more or less components than those shown, or a different arrangement of components.
the memory 320 may be used for storing instructions executed by the processor 310, and the memory 320 may be implemented by any type of volatile or non-volatile storage terminal or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic disk or optical disk. The executable instructions in memory 320, when executed by processor 310, enable terminal 300 to perform some or all of the steps in the method embodiments described below.
the processor 310 is a control center of the storage terminal, connects various parts of the entire electronic terminal using various interfaces and lines, and performs various functions of the electronic terminal and/or processes data by operating or executing software programs and/or modules stored in the memory 320 and calling data stored in the memory. The processor may be composed of an Integrated Circuit (IC), for example, a single packaged IC, or a plurality of packaged ICs connected with the same or different functions. For example, the processor 310 may include only a Central Processing Unit (CPU). In the embodiment of the present invention, the CPU may be a single operation core, or may include multiple operation cores.
A communication unit 330, configured to establish a communication channel so that the storage terminal can communicate with other terminals. And receiving user data sent by other terminals or sending the user data to other terminals.
The present invention also provides a computer storage medium, wherein the computer storage medium may store a program, and the program may include some or all of the steps in the embodiments provided by the present invention when executed. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM) or a Random Access Memory (RAM).
Therefore, the invention takes JAVA as a main development language, firstly enters into a smashclp command line to acquire all sensor information, then screens out the information values of the sensor name, the sensor num and the value column of the temp sensor except CPU/PSU/DISK, then acquires the information of the sensor name, the sensor num and the value column of the temp sensor except CPU/PSU/DISK by using ipmi out-band, and finally compares the two obtained results to change the traditional manual comparison operation into the automatic comparison operation. In the aspects of large data volume, diversity, real-time updating and value degree, the time and energy of manual comparison are effectively reduced, the working efficiency is improved, the problem of result comparison accuracy is solved, the test process and the result are displayed in real time, a script running log is stored, and real-time query is facilitated.
those skilled in the art will readily appreciate that the techniques of the embodiments of the present invention may be implemented as software plus a required general purpose hardware platform. Based on such understanding, the technical solutions in the embodiments of the present invention may be embodied in the form of a software product, where the computer software product is stored in a storage medium, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and the like, and the storage medium can store program codes, and includes instructions for enabling a computer terminal (which may be a personal computer, a server, or a second terminal, a network terminal, and the like) to perform all or part of the steps of the method in the embodiments of the present invention.
the same and similar parts in the various embodiments in this specification may be referred to each other. Especially, for the terminal embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant points can be referred to the description in the method embodiment.
In the embodiments provided by the present invention, it should be understood that the disclosed system, system and method can be implemented in other ways. For example, the above-described system embodiments are merely illustrative, and for example, the division of the units is only one logical functional division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, systems or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
in addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
although the present invention has been described in detail by referring to the drawings in connection with the preferred embodiments, the present invention is not limited thereto. Various equivalent modifications or substitutions can be made on the embodiments of the present invention by those skilled in the art without departing from the spirit and scope of the present invention, and these modifications or substitutions are within the scope of the present invention/any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. a method for testing consistency of server sensor information is characterized by comprising the following steps:
Entering a smashclp command line to acquire sensor information, and marking the sensor information as first comparison information;
Obtaining sensor information by using an ipmi out-of-band, and marking the sensor information as second comparison information;
and comparing whether the first comparison information is consistent with the second comparison information, and judging that the test is passed if the two sets of information are consistent.
2. The method of claim 1, wherein the entering smashclp command line obtains sensor information, comprising:
Connecting the BMC to be tested by using the super user, and calling a smashclp command line;
Calling the sensor-list to acquire returned sensor information;
collecting field parameters of sensor information;
And converting the sensor information into a List < Map < String, String > format according to the field parameters.
3. The method according to claim 1, wherein before the comparing whether the first comparison information and the second comparison information are consistent, the method comprises:
screening CPU information, PSU information and DISK information in the sensor information acquired by the smashclp command line, and taking the rest sensor information as first comparison information after the screened information is removed;
And screening the CPU information, PSU information and DISK information in the sensor information acquired out of the ipmi band, and taking the rest sensor information as second comparison information after removing the screened information.
4. The method of claim 1, wherein comparing whether the first comparison information and the second comparison information are consistent, and determining that the test is passed if the two sets of information are consistent comprises:
judging whether the sensor information in the first comparison information and the second comparison information is consistent, wherein the sensor information comprises the name, num and value parameter values of the sensor:
If yes, judging that the server sensor information consistency test is passed;
if not, judging that the test is failed, and outputting an abnormal comparison parameter.
5. A server sensor information consistency test system, comprising:
The system comprises a first acquisition unit, a second acquisition unit and a comparison unit, wherein the first acquisition unit is configured to enter a smashclp command line to acquire sensor information and mark the sensor information as first comparison information;
the second acquisition unit is configured to acquire the sensor information by using the ipmi out-of-band and mark the sensor information as second comparison information;
And the information comparison unit is configured to compare whether the first comparison information is consistent with the second comparison information or not, and if the two sets of information are consistent, the test is judged to be passed.
6. the system of claim 5, wherein the first obtaining unit comprises:
the command calling module is configured for connecting the BMC to be tested by using the super user and calling a smashclp command line;
the information return module is configured for calling the sensor-list to acquire returned sensor information;
the field acquisition module is used for configuring field parameters for acquiring sensor information;
And the format conversion module is configured to convert the sensor information into a List < Map < String, String > format according to the field parameters.
7. the system of claim 5, wherein the system comprises:
The first screening module is used for screening CPU information, PSU information and DISK information in the sensor information acquired by the smashclp command line, and removing the screened information and then taking the rest sensor information as first comparison information;
And the second screening module is configured to screen the CPU information, the PSU information and the DISK information in the sensor information acquired outside the ipmi band, and remove the screened information and then use the remaining sensor information as second comparison information.
8. the system of claim 5, wherein the information comparing unit comprises:
The information comparison module is configured to judge whether the sensor information in the first comparison information and the sensor information in the second comparison information are consistent, wherein the sensor information comprises the name, num and value parameter values of the sensor;
The server sensor information consistency test module is used for judging whether the server sensor information consistency test is passed or not;
And the abnormality output module is configured to judge that the test fails and output an abnormality comparison parameter.
9. a terminal, comprising:
a processor;
a memory for storing instructions for execution by the processor;
wherein the processor is configured to perform the method of any one of claims 1-4.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-4.
CN201910756806.6A 2019-08-16 2019-08-16 server sensor information consistency testing method, system, terminal and storage medium Withdrawn CN110543394A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910756806.6A CN110543394A (en) 2019-08-16 2019-08-16 server sensor information consistency testing method, system, terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910756806.6A CN110543394A (en) 2019-08-16 2019-08-16 server sensor information consistency testing method, system, terminal and storage medium

Publications (1)

Publication Number Publication Date
CN110543394A true CN110543394A (en) 2019-12-06

Family

ID=68711518

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910756806.6A Withdrawn CN110543394A (en) 2019-08-16 2019-08-16 server sensor information consistency testing method, system, terminal and storage medium

Country Status (1)

Country Link
CN (1) CN110543394A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114385379A (en) * 2021-12-17 2022-04-22 苏州浪潮智能科技有限公司 Onboard information flash detection method, system, terminal and storage medium
CN115225535A (en) * 2022-07-27 2022-10-21 济南浪潮数据技术有限公司 Consistency detection method of cloud platform and related components

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114385379A (en) * 2021-12-17 2022-04-22 苏州浪潮智能科技有限公司 Onboard information flash detection method, system, terminal and storage medium
CN114385379B (en) * 2021-12-17 2023-12-26 苏州浪潮智能科技有限公司 Method, system, terminal and storage medium for detecting on-board information refreshing
CN115225535A (en) * 2022-07-27 2022-10-21 济南浪潮数据技术有限公司 Consistency detection method of cloud platform and related components

Similar Documents

Publication Publication Date Title
CN110532168B (en) Full-link interface pressure measurement method and device, computer equipment and storage medium
CN110554938B (en) BIOS (basic input output System) testing method, system, terminal and storage medium based on script set
CN109788052B (en) Server configuration remote query method, device, terminal and storage medium
CN110557299A (en) network transmission function batch test method, system, terminal and storage medium
CN114546738A (en) Server general test method, system, terminal and storage medium
CN109271315B (en) Script code detection method, script code detection device, computer equipment and storage medium
CN111475411A (en) Server problem detection method, system, terminal and storage medium
CN111966551A (en) Method, system, terminal and storage medium for verifying remote command execution result
CN110543394A (en) server sensor information consistency testing method, system, terminal and storage medium
CN109067605B (en) Storage subsystem fault diagnosis method and device, terminal and storage medium
CN112948233A (en) Interface testing method, device, terminal equipment and medium
CN109918221B (en) Hard disk error reporting analysis method, system, terminal and storage medium
CN109558300B (en) Whole cabinet alarm processing method and device, terminal and storage medium
CN111708712A (en) User behavior test case generation method, flow playback method and electronic equipment
CN115576831A (en) Test case recommendation method, device, equipment and storage medium
CN111752677B (en) Cloud resource configuration method, system, terminal and storage medium
CN114416596A (en) Application testing method and device, computer equipment and storage medium
CN109688025B (en) Test monitoring method, device, terminal and storage medium based on digital KVM
CN111858198A (en) Multi-scheme memory plugging test method, system, terminal and storage medium
CN110543459A (en) Method, system, terminal and storage medium for acquiring file lock state under NFS
CN109508270B (en) BIOS register checking and testing method and device
CN110597683A (en) SNMP temperature information verification method, system, terminal and storage medium
CN111309598A (en) Test case execution environment recovery method, system, terminal and storage medium
CN111143138A (en) PCIe Bus fault positioning method, system, terminal and storage medium
CN110865933A (en) Method, system, terminal and storage medium for rapidly testing effective value of BIOS option

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WW01 Invention patent application withdrawn after publication

Application publication date: 20191206

WW01 Invention patent application withdrawn after publication