CN109800022B - Method, system, terminal and storage medium for automatically comparing BIOS information difference - Google Patents

Method, system, terminal and storage medium for automatically comparing BIOS information difference Download PDF

Info

Publication number
CN109800022B
CN109800022B CN201910073554.7A CN201910073554A CN109800022B CN 109800022 B CN109800022 B CN 109800022B CN 201910073554 A CN201910073554 A CN 201910073554A CN 109800022 B CN109800022 B CN 109800022B
Authority
CN
China
Prior art keywords
information
bios
txt
file
module
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.)
Active
Application number
CN201910073554.7A
Other languages
Chinese (zh)
Other versions
CN109800022A (en
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.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information 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 Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201910073554.7A priority Critical patent/CN109800022B/en
Publication of CN109800022A publication Critical patent/CN109800022A/en
Application granted granted Critical
Publication of CN109800022B publication Critical patent/CN109800022B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention provides a method, a system, a terminal and a storage medium for automatically comparing BIOS information differences, which are used for capturing BIOS option default values; the method comprises the steps of obtaining a BIOS option default value and exporting the obtained default value to a first file; restarting the system, performing BIOS option modification setting, and recording modified BIOS option information to a second file; restarting the system, changing the BIOS option to a default value, and exporting the default value to a third file after entering the system; and comparing the second file information with the first file information and the third file information respectively, and outputting a comparison result.

Description

Method, system, terminal and storage medium for automatically comparing BIOS information difference
Technical Field
The invention relates to the technical field of BIOS (basic input output System) test, in particular to a method, a system, a terminal and a storage medium for automatically comparing BIOS information differences.
Background
BIOS is an abbreviation of English "Basic Input Output System", and the name of Chinese after translation is "Basic Input Output System". In fact, it is a set of programs solidified on a ROM chip on the main board of the computer, it stores the most important basic input and output programs of the computer, the self-checking program after power-on and the system self-starting program, it can read and write the specific information set by the system from the CMOS. Its primary function is to provide the lowest level, most direct hardware setup and control for the computer.
The BIOS setting program is stored in BIOS chip, which is one rectangular or square core on the mainboard and may be set only during starting. The CMOS is mainly used for storing parameters and data set by a BIOS setting program, and the BIOS setting program is mainly used for managing and setting a basic input and output system of a computer, so that the system can be operated in the best state, and system faults or system diagnosis problems can be eliminated by using the BIOS setting program.
When the BIOS is tested, the BIOS Default value is changed according to the test requirement, and the difference information is compared between the changed BIOS information under Linux and the BIOS Default value (Default BIOS). All BIOS Setup options need to be changed for each test, and the BIOS Setup options are compared with Default BIOS information. After changing BIOS Setup, the difference between BIOS Setup and Default BIOS is huge, the comparison time is long, and the test efficiency is low.
Disclosure of Invention
The invention provides a method, a system, a terminal and a storage medium for automatically comparing BIOS information differences, aiming at the problems of huge difference, long comparison time and low test efficiency between the BIOS Setup and the Default BIOS after the BIOS Setup is changed.
The technical scheme of the invention is as follows:
in a first aspect, a technical solution of the present invention provides a method for automatically comparing BIOS information differences, including the following steps:
capturing a BIOS option default value;
the method comprises the steps of obtaining a BIOS option default value and exporting the obtained default value to a first file;
restarting the system, performing BIOS option modification setting, and recording modified BIOS option information to a second file;
restarting the system, changing the BIOS option to a default value, and exporting the default value to a third file after entering the system;
and comparing the second file information with the first file information and the third file information respectively, and outputting a comparison result. Here, the format of the first file, the second file, and the third file is the same, and the actual form of information in the files is also the same.
Preferably, before grabbing the BIOS option default, the method includes:
restarting the system, restarting the system before capturing the BIOS option default value, wherein the restarting becomes the first restarting, acquiring the BIOS option default value after the first restarting, performing the second restarting to modify the BIOS option according to the test requirement, acquiring and storing the modified BIOS option information in the process, restarting the system for the third time after the test is finished, changing the BIOS option into the default value after the system is restarted, acquiring and storing the default value again, comparing the BIOS option information acquired during the second restarting with the BIOS option default value acquired during the first restarting and the BIOS option default value acquired during the third restarting respectively, and outputting and displaying the comparison result automatically to be convenient for a tester to check.
Preferably, the comparing the second file information with the first file information and the third file information respectively, and outputting a comparison result specifically includes:
firstly, setting a display mode of the difference content, wherein the color of the difference content can be different from that of other content;
respectively traversing the first file information and the second file information; traversing the first file and the second file line by line, and marking the difference content with a set color for display;
acquiring difference information of the first file information and the second file information, and exporting the difference information to diff1. txt;
respectively traversing the second file information and the third file information; the comparison mode is the same as that of the first file and the second file;
acquiring difference information of the second file information and the third file information, and exporting the difference information to diff2. txt;
and comparing whether difference exists between diff1.txt and diff2.txt, and outputting the result.
Preferably, comparing if there is a difference between diff1.txt and diff2.txt, and outputting the result, including:
comparing the diff1.txt content with the diff2.txt content, and outputting a comparison difference to the diff.txt;
if diff.txt has content information, the default values of the BIOS options before and after the test are different, and the test is not passed;
and if diff.txt has no content information, the default values of the BIOS options before and after the test are not different, and the test is passed.
In a second aspect, the technical solution of the present invention provides a system for automatically comparing BIOS information differences, including a capture module, a derivation module, a restart module, a BIOS option setting module, a comparison module, and an output display module;
the capturing module is used for capturing the default value of the BIOS option;
the export module is used for exporting the captured BIOS option default value to a first file;
the restarting module is used for restarting the system;
the BIOS option setting module is used for carrying out BIOS option modification setting and recording modified BIOS option information to a second file;
the BIOS option setting module is also used for changing the BIOS option into a default value after the third restart;
the export module is also used for exporting the BIOS default value after the third restart to a third file after entering the system;
the comparison module is used for comparing the second file information with the first file information and the third file information respectively;
and the output display module is used for outputting and displaying the comparison result output by the comparison module.
Preferably, the comparison module comprises a traversal unit and an acquisition unit;
the traversing unit is used for respectively traversing the first file information and the second file information;
the acquiring unit is used for acquiring difference information of the first file information and the second file information and exporting the difference information to diff1. txt;
the traversing unit is also used for respectively traversing the second file information and the third file information;
the acquisition unit is also used for acquiring the difference information between the second file information and the third file information and exporting the difference information to diff2. txt;
and the comparison module is used for comparing whether difference exists between diff1.txt and diff2. txt.
Preferably, the system further comprises a judging module;
the comparison module is used for comparing the diff1.txt content with the diff2.txt content and outputting the comparison difference to the diff.txt;
the judging module is used for judging whether the diff.txt has content information or not;
if the judgment module judges that the diff.txt has content information, the default values of the BIOS options before and after the test are different, and the test is not passed;
and if the judgment module judges that the diff.txt has no content information, the default values of the BIOS options before and after the test are not different, and the test is passed.
In a third aspect, the technical solution of the present invention further provides a terminal, including a memory and a processor, where the processor and the memory complete mutual communication through a bus; the memory stores program instructions executable by the processor, the processor invoking the program instructions to perform a method of automatically comparing BIOS information differences as described in the first aspect.
In a fourth aspect, a non-transitory computer readable storage medium has stored thereon a computer program which, when executed by a processor, implements a method of automatically comparing BIOS information differences as described in the first aspect.
According to the technical scheme, the invention has the following advantages: the method provided by the invention is suitable for the BIOS tester BVT test, and is capable of effectively improving the accuracy of the BIOS BVT test, avoiding the problems of high error rate and long contrast time of the contrast personnel and the like due to the fact that a large amount of working hours are consumed for contrast difference work when the BIOS tester BVT test is changed.
In addition, the invention has reliable design principle, simple structure and very wide application prospect.
Therefore, compared with the prior art, the invention has prominent substantive features and remarkable progress, and the beneficial effects of the implementation are also obvious.
Drawings
FIG. 1 is a flow chart illustrating a method for automatically comparing BIOS information differences.
Detailed Description
The present invention will be described in detail below with reference to the accompanying drawings by way of specific examples, which are illustrative of the present invention and are not limited to the following embodiments.
Example one
As shown in fig. 1, the technical solution of the present invention provides a method for automatically comparing BIOS information differences, including the following steps:
s1: capturing a BIOS option default value;
in the step, the system is restarted before capturing the BIOS option default value, the restart becomes the first restart, and the BIOS option default value is acquired after the first restart; in the process, BIOS option default values are captured through an SCE (setup Control environment) tool;
s2: the captured BIOS option default value is exported to a first file;
it should be noted that the specific implementation procedures of steps S1 and S2 are as follows:
# restart function
reboot()
{
echo"Reboot OS"
reboot
}
# first restart snatchs SCE information 1 and records, restart
first_reboot()
{
echo"Please collect first log and wait for 10s to reboot"
./SCELNX_64/o/s bios1.txt
sleep 10s
reboot
}
S3: restarting the system, performing BIOS option modification setting, and recording modified BIOS option information to a second file;
it should be noted that the restart in this step is a second restart, the BIOS option modification setting is performed according to the test requirement, the modified BIOS option information is acquired in this process and stored, and step 4 is executed after the test is finished;
after changing BIOS option, recording changed BIOS record SCE information 2, restarting for the second time
second_reboot()
{
echo"Please collect second log and wait for 10s to reboot"
./SCELNX_64/o/s bios2.txt
sleep 10s
reboot
}
S4: restarting the system, changing the BIOS option to a default value, and exporting the default value to a third file after entering the system;
restarting the system for the third time, changing the BIOS option to the default value when the system is restarted, and acquiring the default value again for storage;
Figure BDA0001958031280000081
s5: and comparing the second file information with the first file information and the third file information respectively, and outputting a comparison result. And comparing the BIOS option information obtained during the second restart with the BIOS option default obtained during the first restart and the BIOS option default obtained during the third restart respectively, and automatically outputting and displaying a comparison result to facilitate checking by a tester.
Here, the format of the first file, the second file, and the third file is the same, and the actual form of information in the files is also the same.
It should be further noted that, comparing the second file information with the first file information and the third file information, respectively, and outputting a comparison result, specifically includes:
firstly, setting a display mode of the difference content, wherein the color of the difference content can be different from that of other content; # color Mark function
Figure BDA0001958031280000091
Figure BDA0001958031280000101
Respectively traversing the first file information and the second file information; traversing the first file and the second file line by line, and displaying the difference content by marking the set color;
acquiring difference information of the first file information and the second file information, and exporting the difference information to diff1. txt;
respectively traversing the second file information and the third file information; the comparison mode is the same as that of the first file and the second file;
acquiring difference information of the second file information and the third file information, and exporting the difference information to diff2. txt;
and comparing whether difference exists between diff1.txt and diff2.txt, and outputting the result.
And comparing whether difference exists between diff1.txt and diff2.txt, and outputting the result, wherein the comparison comprises the following steps:
comparing the diff1.txt content with the diff2.txt content, and outputting a comparison difference to the diff.txt;
if diff.txt has content information, the default values of the BIOS options before and after the test are different, and the test is not passed;
and if diff.txt has no content information, the default values of the BIOS options before and after the test are not different, and the test is passed.
Example two
The technical scheme of the invention provides a system for automatically comparing BIOS information differences, which comprises a capturing module, a deriving module, a restarting module, a BIOS option setting module, a comparing module and an output display module;
the capturing module is used for capturing the default value of the BIOS option; the grabbing module here is an SCE tool;
the export module is used for exporting the captured BIOS option default value to a first file;
the restarting module is used for restarting the system;
the BIOS option setting module is used for carrying out BIOS option modification setting and recording the modified BIOS option information to a second file;
the BIOS option setting module is also used for changing the BIOS option into a default value after the third restart;
the export module is also used for exporting the BIOS default value after the third restart to a third file after entering the system;
the comparison module is used for comparing the second file information with the first file information and the third file information respectively;
and the output display module is used for outputting and displaying the comparison result output by the comparison module.
The comparison module comprises a traversal unit and an acquisition unit;
the traversing unit is used for respectively traversing the first file information and the second file information;
the acquiring unit is used for acquiring difference information between the first file information and the second file information and exporting the difference information to diff1. txt;
the traversing unit is also used for respectively traversing the second file information and the third file information;
the acquiring unit is further used for acquiring difference information between the second file information and the third file information and exporting the difference information to diff2. txt;
and the comparison module is used for comparing whether difference exists between diff1.txt and diff2. txt.
The system also comprises a judging module;
the comparison module is used for comparing the diff1.txt content with the diff2.txt content and outputting a comparison difference to the diff.txt;
the judging module is used for judging whether the diff.txt has content information or not;
if the judgment module judges that the diff.txt has content information, the default values of the BIOS options before and after the test are different, and the test is not passed;
and if the judgment module judges that the diff.txt has no content information, the default values of the BIOS options before and after the test are not different, and the test is passed.
EXAMPLE III
The terminal provided by the embodiment of the invention can comprise: the system comprises a processor (processor), a communication Interface (communication Interface), a memory (memory) and a bus, wherein the processor is used for communicating with the communication Interface, and the memory is used for completing mutual communication through the bus. The bus may be used for information transfer between the electronic device and the sensor. The processor may call logic instructions in memory to perform the following method: capturing a BIOS option default value; the method comprises the steps of obtaining a BIOS option default value and exporting the obtained default value to a first file; restarting the system, performing BIOS option modification setting, and recording modified BIOS option information to a second file; restarting the system, changing the BIOS option to a default value, and exporting the default value to a third file after entering the system; and comparing the second file information with the first file information and the third file information respectively, and outputting a comparison result.
In addition, the logic instructions in the memory may be implemented in the form of software functional units and may be stored in a computer readable storage medium when sold or used as a stand-alone product. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
Example four
An embodiment of the present invention provides a non-transitory computer-readable storage medium storing computer instructions, where the computer instructions cause a computer to execute a method for automatically comparing BIOS information differences provided in the first embodiment, for example, the method includes: capturing a BIOS option default value; the captured BIOS option default value is exported to a first file; restarting the system, performing BIOS option modification setting, and recording modified BIOS option information to a second file; restarting the system, changing the BIOS option to a default value, and exporting the default value to a third file after entering the system; and comparing the second file information with the first file information and the third file information respectively, and outputting a comparison result.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention. Various modifications and additions may be made to the described embodiments by those skilled in the art without departing from the spirit of the invention or exceeding the scope as defined in the appended claims.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (8)

1. A method for automatically comparing BIOS information differences is characterized by comprising the following steps:
capturing a BIOS option default value;
the method comprises the steps of obtaining a BIOS option default value and exporting the obtained default value to a first file;
restarting the system, performing BIOS option modification setting, and recording modified BIOS option information to a second file;
restarting the system, changing the BIOS option to a default value, and exporting the default value to a third file after entering the system;
comparing the second file information with the first file information and the third file information respectively, and outputting a comparison result;
before capturing the default values of the BIOS options, the method comprises the following steps:
the system is restarted.
2. The method of claim 1, wherein comparing the second file information with the first file information and the third file information respectively and outputting a comparison result comprises:
respectively traversing the first file information and the second file information;
acquiring difference information of the first file information and the second file information, and exporting the difference information to diff1. txt;
respectively traversing the second file information and the third file information;
acquiring difference information of the second file information and the third file information, and exporting the difference information to diff2. txt;
and comparing whether difference exists between diff1.txt and diff2.txt, and outputting the result.
3. The method of claim 2, wherein comparing if there is a difference between diff1.txt and diff2.txt and outputting the result comprises:
comparing the diff1.txt content with the diff2.txt content, and outputting the comparison difference to the diff.txt;
if diff.txt has content information, the default values of the BIOS options before and after the test are different, and the test is not passed;
and if diff.txt has no content information, the default values of the BIOS options before and after the test are not different, and the test is passed.
4. A system for automatically comparing BIOS information differences is characterized by comprising a grabbing module, a leading-out module, a restarting module, a BIOS option setting module, a comparing module and an output display module;
the capturing module is used for capturing the default value of the BIOS option;
the export module is used for exporting the captured BIOS option default value to a first file;
the restarting module is used for restarting the system;
the BIOS option setting module is used for carrying out BIOS option modification setting and recording the modified BIOS option information to a second file;
the BIOS option setting module is also used for changing the BIOS option into a default value after the third restart;
the export module is also used for exporting the BIOS default value after the third restart to a third file after entering the system;
the comparison module is used for comparing the second file information with the first file information and the third file information respectively;
and the output display module is used for outputting and displaying the comparison result output by the comparison module.
5. The system of claim 4, wherein the comparing module comprises a traversing unit and an obtaining unit;
the traversing unit is used for respectively traversing the first file information and the second file information;
the acquiring unit is used for acquiring difference information of the first file information and the second file information and exporting the difference information to diff1. txt;
the traversing unit is also used for respectively traversing the second file information and the third file information;
the acquiring unit is further used for acquiring difference information between the second file information and the third file information and exporting the difference information to diff2. txt;
and the comparison module is used for comparing whether difference exists between diff1.txt and diff2. txt.
6. The system of claim 5, further comprising a determining module;
the comparison module is used for comparing the diff1.txt content with the diff2.txt content and outputting the comparison difference to the diff.txt;
the judging module is used for judging whether the diff.txt has content information or not;
if the judgment module judges that the diff.txt has content information, the default values of the BIOS options before and after the test are different, and the test is not passed;
and if the judgment module judges that diff.txt has no content information, the default values of the BIOS options before and after the test are not different, and the test is passed.
7. A terminal, comprising a memory and a processor, wherein the processor and the memory communicate with each other via a bus; the memory stores program instructions executable by the processor, the processor calling the program instructions to perform a method of automatically comparing BIOS information differences as claimed in any of claims 1 to 4.
8. A non-transitory computer readable storage medium having stored thereon a computer program, wherein the computer program when executed by a processor implements a method for automatically comparing BIOS information differences according to any of claims 1 to 4.
CN201910073554.7A 2019-01-25 2019-01-25 Method, system, terminal and storage medium for automatically comparing BIOS information difference Active CN109800022B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910073554.7A CN109800022B (en) 2019-01-25 2019-01-25 Method, system, terminal and storage medium for automatically comparing BIOS information difference

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910073554.7A CN109800022B (en) 2019-01-25 2019-01-25 Method, system, terminal and storage medium for automatically comparing BIOS information difference

Publications (2)

Publication Number Publication Date
CN109800022A CN109800022A (en) 2019-05-24
CN109800022B true CN109800022B (en) 2022-07-08

Family

ID=66560371

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910073554.7A Active CN109800022B (en) 2019-01-25 2019-01-25 Method, system, terminal and storage medium for automatically comparing BIOS information difference

Country Status (1)

Country Link
CN (1) CN109800022B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111950231B (en) * 2020-07-24 2022-07-29 苏州浪潮智能科技有限公司 BMC sensor information checking and comparing method and system
CN113064613B (en) * 2021-03-19 2024-03-08 山东英信计算机技术有限公司 Method, system and storage medium for automatically updating information
CN113064648B (en) * 2021-03-26 2023-03-17 山东英信计算机技术有限公司 Link equalization vernier coefficient configuration system, method and medium
CN114116330B (en) * 2021-10-22 2024-05-24 苏州浪潮智能科技有限公司 Server performance testing method, system, terminal and storage medium
CN117827554A (en) * 2023-10-12 2024-04-05 宁畅信息产业(北京)有限公司 Test method, test device, computer equipment and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103838601A (en) * 2013-11-29 2014-06-04 北京奇虎科技有限公司 Junk data cleaning method and device
CN107153557A (en) * 2017-05-05 2017-09-12 郑州云海信息技术有限公司 It is a kind of based on the device and method operated under Linux system to BIOS
CN107391307A (en) * 2017-07-27 2017-11-24 郑州云海信息技术有限公司 The method of testing and device of storage area network storage device snapshot functions
CN107577597A (en) * 2017-08-08 2018-01-12 广州视源电子科技股份有限公司 Installation package automatic testing method, device, equipment and storage medium
CN107885644A (en) * 2017-11-10 2018-04-06 郑州云海信息技术有限公司 It is a kind of based on the method that BIOS default values are quickly checked under linux system
CN108574578A (en) * 2018-03-22 2018-09-25 北京交通大学 A kind of black box data protection system and method
CN108804257A (en) * 2018-06-01 2018-11-13 Oppo广东移动通信有限公司 SOT state of termination detection method, device, terminal and storage medium

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9122501B1 (en) * 2014-09-08 2015-09-01 Quanta Computer Inc. System and method for managing multiple bios default configurations
CN104965729A (en) * 2015-05-21 2015-10-07 浪潮电子信息产业股份有限公司 Method for automatically setting BIOS default value of server
CN107220150A (en) * 2017-05-27 2017-09-29 郑州云海信息技术有限公司 A kind of method of testing and system for changing BIOS option by IPMI instruments based on linux system
CN107463541A (en) * 2017-07-31 2017-12-12 武汉斗鱼网络科技有限公司 File difference comparative approach, storage medium, electronic equipment and system
CN108491217A (en) * 2018-03-06 2018-09-04 青岛海信宽带多媒体技术有限公司 A kind of upgrade method and equipment of configuration file
CN109213477B (en) * 2018-09-25 2021-07-06 郑州云海信息技术有限公司 Method and device for realizing automatic comparison of software line difference

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103838601A (en) * 2013-11-29 2014-06-04 北京奇虎科技有限公司 Junk data cleaning method and device
CN107153557A (en) * 2017-05-05 2017-09-12 郑州云海信息技术有限公司 It is a kind of based on the device and method operated under Linux system to BIOS
CN107391307A (en) * 2017-07-27 2017-11-24 郑州云海信息技术有限公司 The method of testing and device of storage area network storage device snapshot functions
CN107577597A (en) * 2017-08-08 2018-01-12 广州视源电子科技股份有限公司 Installation package automatic testing method, device, equipment and storage medium
CN107885644A (en) * 2017-11-10 2018-04-06 郑州云海信息技术有限公司 It is a kind of based on the method that BIOS default values are quickly checked under linux system
CN108574578A (en) * 2018-03-22 2018-09-25 北京交通大学 A kind of black box data protection system and method
CN108804257A (en) * 2018-06-01 2018-11-13 Oppo广东移动通信有限公司 SOT state of termination detection method, device, terminal and storage medium

Also Published As

Publication number Publication date
CN109800022A (en) 2019-05-24

Similar Documents

Publication Publication Date Title
CN109800022B (en) Method, system, terminal and storage medium for automatically comparing BIOS information difference
US11520681B2 (en) System log collection method
WO2019085466A1 (en) Association test method and system, application server, and computer readable storage medium
CN110162435B (en) Method, system, terminal and storage medium for starting and testing PXE of server
CN110718264A (en) Method and device for testing information of solid state disk, computer equipment and storage medium
CN107659455B (en) Method, storage medium, device and system for Mock data of iOS (internet operating system) end
CN106598796A (en) Method for testing hardware information stability in reboot
US20210357235A1 (en) Method, device, apparatus for identifying graphics card of gpu server and medium
CN112269697B (en) Equipment storage performance testing method, system and related device
CN111143150A (en) Method and system for testing PCBA (printed circuit board assembly), testing equipment and micro-control unit
CN112100048B (en) Self-adaptive inspection method and device for server
CN106789409A (en) The detection method and device of a kind of server slot
CN110083581A (en) A kind of method, apparatus, storage medium and the computer equipment of log retrospect
CN109992511B (en) Device and method for obtaining code test coverage rate
CN107844515B (en) Data compliance checking method and device
CN110990207B (en) BPS memory test method, system, terminal and storage medium based on Whitley platform
CN112632174A (en) Data inspection method, device and system
CN117033058A (en) Analysis method, device, equipment and medium for software crash data
CN110543416A (en) Method, device, equipment and storage medium for automatically testing terminal program
CN110865932A (en) Program internal interface testing method, system, terminal and storage medium
CN111752782B (en) Stability testing method, system, device and storage medium
CN109582378A (en) A kind of starting up's method, apparatus, equipment and storage medium
CN107957936A (en) Stabilization of equipment performance test method and device based on EFI Shell
CN113655846A (en) OpenPOWER server time synchronization method and system
CN113900934A (en) Multi-mirror mixed refresh test method, system, terminal and storage medium

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
GR01 Patent grant
GR01 Patent grant