CN112256503A - Test report generation method, device, equipment and computer readable storage medium - Google Patents

Test report generation method, device, equipment and computer readable storage medium Download PDF

Info

Publication number
CN112256503A
CN112256503A CN202011049344.3A CN202011049344A CN112256503A CN 112256503 A CN112256503 A CN 112256503A CN 202011049344 A CN202011049344 A CN 202011049344A CN 112256503 A CN112256503 A CN 112256503A
Authority
CN
China
Prior art keywords
target
test
test item
target test
margin
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.)
Granted
Application number
CN202011049344.3A
Other languages
Chinese (zh)
Other versions
CN112256503B (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.)
Inspur Electronic Information Industry Co Ltd
Original Assignee
Inspur Electronic Information Industry 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 Inspur Electronic Information Industry Co Ltd filed Critical Inspur Electronic Information Industry Co Ltd
Priority to CN202011049344.3A priority Critical patent/CN112256503B/en
Publication of CN112256503A publication Critical patent/CN112256503A/en
Application granted granted Critical
Publication of CN112256503B publication Critical patent/CN112256503B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/2205Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested
    • G06F11/221Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested to test buses, lines or interfaces, e.g. stuck-at or open line faults
    • 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

Abstract

The invention discloses a test report generation method, which comprises the following steps: receiving a target test file obtained by testing a target PCIe signal; extracting each target test item parameter in the target test file by using the target Python script; calling standard test item parameters corresponding to the target test item parameters from a parameter database; performing margin calculation according to the standard test item parameters and the target test item parameters to obtain a margin calculation result; and generating a signal test report according to the margin calculation result. By applying the test report generation method provided by the invention, the signal test efficiency is greatly improved, and the research and development cost is saved. The invention also discloses a test report generating device, equipment and a storage medium, and has corresponding technical effects.

Description

Test report generation method, device, equipment and computer readable storage medium
Technical Field
The present invention relates to the field of computer application technologies, and in particular, to a method, an apparatus, a device, and a computer-readable storage medium for generating a test report.
Background
PCI-express (peripheral component interconnect express) is a high-speed serial computer expansion bus standard. PCIe belongs to high-speed serial point-to-point double-channel high-bandwidth transmission signals, connected devices are distributed with independent channel bandwidth and do not share bus bandwidth, and the functions of active power management, error reporting, end-to-end reliable transmission, hot plug, quality of service (QOS) and the like are mainly supported, so that the PCIe plays a very important role as an interconnection bus between processors and peripheral devices in most common computers and servers in the current computer industry.
The current development market for servers and the like is dominated by PCIe4.0(Gen4, rate 16GT/s) carried by the Whitley platform of Intel, the Rome platform of AMD and the Alper platform of Ampere, wherein the PCIe4.0TX test is a compatibility test for verifying the compatibility of the physical layer and the protocol layer of signals required by the PCIe transmitting end according to the Association specifications. The current PCIe4.0TX test is a more general method, namely, a CLB, a CBB, an SMA-SMP cable, an ISI board clamp, a 3db PKG filter file and the like which are issued by a PCI-SIG association are made in a unified mode, PCIe signals and clock signals are introduced into a high-bandwidth oscilloscope to capture 2 x 10^6 UI waveforms, then the captured waveforms are analyzed and processed by using Sigtest software (written by Intel and the latest version is needed due to different algorithms) to obtain HTML test reports of pass or fail, then data are summarized and arranged according to various configuration topologies of PCIe interfaces of different development requirements of clients to obtain final test reports, and the server industry has more peripheral equipment requirements, so that the PCIe signal verification work has high integrity and large data post-processing workload and low test efficiency.
When only the result of Pass or Fail can be obtained, the signal test report can not effectively and intuitively provide powerful data support for research and development design, and the research and development cost is high.
In summary, how to effectively solve the problems that the test efficiency is low, the generated test report cannot effectively and intuitively provide powerful data support for research and development design, and the research and development cost is high is a problem that needs to be solved by technicians in the field at present.
Disclosure of Invention
The invention aims to provide a test report generation method, which greatly improves the signal test efficiency and saves the research and development cost; another object of the present invention is to provide a test report generating apparatus, a device and a computer readable storage medium.
In order to solve the technical problems, the invention provides the following technical scheme:
a test report generation method, comprising:
receiving a target test file obtained by testing a target PCIe signal;
extracting each target test item parameter in the target test file by using a target Python script;
calling standard test item parameters corresponding to the target test item parameters from a parameter database;
performing margin calculation according to each standard test item parameter and each target test item parameter to obtain a margin calculation result;
and generating a signal test report according to the margin calculation result.
In one embodiment of the present invention, generating a signal test report according to the margin calculation result includes:
and generating a signal test report in a visual chart form according to the margin calculation result.
In an embodiment of the present invention, after obtaining the margin calculation result, the method further includes:
acquiring the target test group category to which each target test item parameter belongs;
calling each historical test item parameter respectively corresponding to each target test group type;
and drawing a margin curve according to each target test group type by combining each historical test item parameter and the corresponding target test item parameter.
In an embodiment of the present invention, after the plotting a margin curve for each target test group category in combination with each of the historical test item parameters and the corresponding target test item parameter, the plotting further includes:
and outputting each allowance curve to perform research, development and design adjustment by using each allowance curve.
A test report generation apparatus comprising:
the file receiving module is used for receiving a target test file obtained by testing a target PCIe signal;
the parameter extraction module is used for extracting each target test item parameter in the target test file by using a target Python script;
the standard parameter calling module is used for calling standard test item parameters corresponding to the target test item parameters from a parameter database;
the margin result obtaining module is used for carrying out margin calculation according to each standard test item parameter and each target test item parameter to obtain a margin calculation result;
and the report generating module is used for generating a signal test report according to the margin calculation result.
In an embodiment of the present invention, the report generating module is specifically a module that generates a signal test report in a form of a visual chart according to the margin calculation result.
In one embodiment of the present invention, the method further comprises:
the test group type acquisition module is used for acquiring the target test group type to which each target test item parameter belongs after obtaining the margin calculation result;
the historical parameter calling module is used for calling each historical test item parameter respectively corresponding to each target test group type;
and the margin curve drawing module is used for drawing a margin curve according to each target test group type by combining each historical test item parameter and the corresponding target test item parameter.
In one embodiment of the present invention, the method further comprises:
and the margin curve output module is used for outputting each margin curve after drawing the margin curve according to each target test group type by combining each historical test item parameter and the corresponding target test item parameter so as to use each margin curve to carry out research, development and design adjustment.
A test report generating apparatus comprising:
a memory for storing a computer program;
a processor for implementing the steps of the test report generation method as described above when executing the computer program.
A computer-readable storage medium having stored thereon a computer program which, when executed by a processor, carries out the steps of the test report generation method as set out above.
The test report generation method provided by the invention comprises the following steps: receiving a target test file obtained by testing a target PCIe signal; extracting each target test item parameter in the target test file by using the target Python script; calling standard test item parameters corresponding to the target test item parameters from a parameter database; performing margin calculation according to the standard test item parameters and the target test item parameters to obtain a margin calculation result; and generating a signal test report according to the margin calculation result.
According to the technical scheme, the target Python script used for extracting the test item parameters in the test file is preset, and when the target test file is obtained through testing the target PCIe signal, the target Python script is directly used for extracting the target test item parameters, so that the signal test efficiency is greatly improved. The method comprises the steps of deploying a parameter database in which standard test item parameters are stored in advance, calling the standard test item parameters from the parameter database, carrying out margin calculation according to the standard test item parameters and the target test item parameters, and generating a signal test report according to the obtained margin calculation result. By adding the margin calculation result of the test item parameter in the signal test report, powerful data support is provided for research and development design, research and development personnel can conduct research and development design adjustment according to the margin calculation result, and research and development cost is saved.
Correspondingly, the invention also provides a test report generation device, equipment and a computer readable storage medium corresponding to the test report generation method, which have the technical effects and are not described herein again.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flow chart of an implementation of a test report generation method according to an embodiment of the present invention;
FIG. 2 is a flow chart of another implementation of a test report generation method according to an embodiment of the present invention;
FIG. 3 is a block diagram of a test report generator according to an embodiment of the present invention;
fig. 4 is a block diagram of a test report generating device according to an embodiment of the present invention.
Detailed Description
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. 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 first embodiment is as follows:
referring to fig. 1, fig. 1 is a flowchart of an implementation of a test report generation method in an embodiment of the present invention, where the method may include the following steps:
s101: and receiving a target test file obtained by testing the target PCIe signal.
And obtaining a target PCIe signal to be tested, testing the target PCIe signal to obtain a target test file, and sending the target test file to a test report generation center. And the test report generation center receives a target test file obtained by testing the target PCIe signal.
S102: and extracting each target test item parameter in the target test file by using the target Python script.
And presetting a target Python script for automatically extracting the test item parameters in the test file. After receiving the target test file, extracting each target test item parameter in the target test file by using the target Python script.
S103: and calling standard test item parameters corresponding to the target test item parameters from the parameter database.
And deploying a parameter database in which the standard test item parameters are stored in advance, and calling the standard test item parameters corresponding to the target test item parameters from the parameter database after extracting the target test item parameters in the target test file.
S104: and performing margin calculation according to the standard test item parameters and the target test item parameters to obtain a margin calculation result.
And after the parameters of each target test item are extracted and obtained, and the standard test item parameters corresponding to the parameters of each target test item are called, margin calculation is carried out according to the parameters of each standard test item and the parameters of each target test item, and a margin calculation result is obtained.
S105: and generating a signal test report according to the margin calculation result.
And after the margin calculation result is obtained through calculation, generating a signal test report according to the margin calculation result. According to the invention, the target Python script is used for automatically extracting the PCIe signal test data, so that the PCIe signal test efficiency is improved, and the workload of test workers is reduced. Meanwhile, the margin calculation result is added into the signal test report, so that accurate and visual data support is provided for the product research and development design stage, the product performance is guaranteed, the research and development design cost is reduced, and the economic benefit is increased.
According to the technical scheme, the target Python script used for extracting the test item parameters in the test file is preset, and when the target test file is obtained through testing the target PCIe signal, the target Python script is directly used for extracting the target test item parameters, so that the signal test efficiency is greatly improved. The method comprises the steps of deploying a parameter database in which standard test item parameters are stored in advance, calling the standard test item parameters from the parameter database, carrying out margin calculation according to the standard test item parameters and the target test item parameters, and generating a signal test report according to the obtained margin calculation result. By adding the margin calculation result of the test item parameter in the signal test report, powerful data support is provided for research and development design, research and development personnel can conduct research and development design adjustment according to the margin calculation result, and research and development cost is saved.
It should be noted that, based on the first embodiment, the embodiment of the present invention further provides a corresponding improvement scheme. In the following embodiments, steps that are the same as or correspond to those in the first embodiment may be referred to each other, and corresponding advantageous effects may also be referred to each other, which are not described in detail in the following modified embodiments.
Example two:
referring to fig. 2, fig. 2 is a flowchart of another implementation of a test report generation method in an embodiment of the present invention, where the method may include the following steps:
s201: and receiving a target test file obtained by testing the target PCIe signal.
S202: and extracting each target test item parameter in the target test file by using the target Python script.
S203: and calling standard test item parameters corresponding to the target test item parameters from the parameter database.
S204: and performing margin calculation according to the standard test item parameters and the target test item parameters to obtain a margin calculation result.
S205: and generating a signal test report in a visual chart form according to the margin calculation result.
And after the margin calculation result is obtained through calculation, generating a signal test report in a visual chart form according to the margin calculation result. By generating the signal test report in the form of the visual chart, the readability of the signal test report is improved, so that research and development personnel can more visually acquire margins corresponding to various test item parameters, the research and development personnel can further conveniently conduct research and development design adjustment, and the research and development cost is saved.
S206: and acquiring the target test group category to which each target test item parameter belongs respectively.
The method comprises the steps of presetting test item parameter types, and obtaining target test group types to which target test item parameters belong respectively after extracting the target test item parameters.
S207: and calling the historical test item parameters respectively corresponding to the target test group types.
And pre-storing the historical test item parameters of each target test group category, and calling the historical test item parameters corresponding to each target test group category after acquiring the target test group category to which each target test item parameter belongs.
S208: and drawing a margin curve according to each target test group type by combining each historical test item parameter and the corresponding target test item parameter.
After extracting the target test item parameters in the target test file and calling the historical test item parameters respectively corresponding to the target test group categories, drawing a margin curve according to each target test group category by combining the historical test item parameters and the corresponding target test item parameters.
S209: and outputting each margin curve to utilize each margin curve to carry out research, development and design adjustment.
After margin curves are drawn according to the classes of each target test group by combining each historical test item parameter and the corresponding target test item parameter, each margin curve is output, and research personnel can conveniently use each margin curve to conduct research, development, design and adjustment. For a system manufacturer, the requirement that the signal quality is far from the requirements specified by the CTS specification has a large margin, which means that a cost reduction design can be performed on a product, for example, a capacitor can be reduced, or cheaper plates, connectors, even the number of layers of PCBs is reduced, and each of the cost reduction considerations seems to be small, and the cost reduction considerations are enlarged during large-scale mass production, thereby bringing considerable economic benefits.
The present embodiment is different from the first embodiment corresponding to the technical solution claimed in independent claim 1, and the technical solutions claimed in the dependent claims 2 to 4 are added, and of course, according to different practical situations and requirements, the technical solutions claimed in the dependent claims can be flexibly combined on the basis of not affecting the completeness of the solutions, so as to better meet the requirements of different use scenarios.
Corresponding to the above method embodiments, the present invention further provides a test report generating device, and the test report generating device described below and the test report generating method described above may be referred to correspondingly.
Referring to fig. 3, fig. 3 is a block diagram of a test report generation apparatus according to an embodiment of the present invention, where the apparatus may include:
the file receiving module 31 is configured to receive a target test file obtained by testing a target PCIe signal;
the parameter extraction module 32 is configured to extract parameters of each target test item in the target test file by using the target Python script;
a standard parameter retrieving module 33, configured to retrieve, from the parameter database, standard test item parameters corresponding to the target test item parameters, respectively;
the margin result obtaining module 34 is used for performing margin calculation according to each standard test item parameter and each target test item parameter to obtain a margin calculation result;
and a report generating module 35, configured to generate a signal test report according to the margin calculation result.
According to the technical scheme, the target Python script used for extracting the test item parameters in the test file is preset, and when the target test file is obtained through testing the target PCIe signal, the target Python script is directly used for extracting the target test item parameters, so that the signal test efficiency is greatly improved. The method comprises the steps of deploying a parameter database in which standard test item parameters are stored in advance, calling the standard test item parameters from the parameter database, carrying out margin calculation according to the standard test item parameters and the target test item parameters, and generating a signal test report according to the obtained margin calculation result. By adding the margin calculation result of the test item parameter in the signal test report, powerful data support is provided for research and development design, research and development personnel can conduct research and development design adjustment according to the margin calculation result, and research and development cost is saved.
In an embodiment of the present invention, the report generating module 35 is a module for generating a signal test report in the form of a visual chart according to the result of the margin calculation.
In one embodiment of the present invention, the apparatus may further include:
the test group category acquisition module is used for acquiring the categories of the target test groups to which the parameters of the target test items belong respectively after the margin calculation result is obtained;
the historical parameter calling module is used for calling each historical test item parameter respectively corresponding to each target test group type;
and the margin curve drawing module is used for drawing a margin curve according to each target test group type by combining each historical test item parameter and the corresponding target test item parameter.
In one embodiment of the present invention, the apparatus may further include:
and the margin curve output module is used for outputting each margin curve after drawing the margin curve according to each target test group type by combining each historical test item parameter and the corresponding target test item parameter so as to utilize each margin curve to carry out research and development design adjustment.
Corresponding to the above method embodiment, referring to fig. 4, fig. 4 is a schematic diagram of a test report generation device provided by the present invention, where the device may include:
a memory 41 for storing a computer program;
the processor 42, when executing the computer program stored in the memory 41, may implement the following steps:
receiving a target test file obtained by testing a target PCIe signal; extracting each target test item parameter in the target test file by using the target Python script; calling standard test item parameters corresponding to the target test item parameters from a parameter database; performing margin calculation according to the standard test item parameters and the target test item parameters to obtain a margin calculation result; and generating a signal test report according to the margin calculation result.
For the introduction of the device provided by the present invention, please refer to the above method embodiment, which is not described herein again.
Corresponding to the above method embodiment, the present invention further provides a computer-readable storage medium having a computer program stored thereon, the computer program, when executed by a processor, implementing the steps of:
receiving a target test file obtained by testing a target PCIe signal; extracting each target test item parameter in the target test file by using the target Python script; calling standard test item parameters corresponding to the target test item parameters from a parameter database; performing margin calculation according to the standard test item parameters and the target test item parameters to obtain a margin calculation result; and generating a signal test report according to the margin calculation result.
The computer-readable storage medium may include: various media capable of storing program codes, 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.
For the introduction of the computer-readable storage medium provided by the present invention, please refer to the above method embodiments, which are not described herein again.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device, the apparatus and the computer-readable storage medium disclosed in the embodiments correspond to the method disclosed in the embodiments, so that the description is simple, and the relevant points can be referred to the description of the method.
The principle and the implementation of the present invention are explained in the present application by using specific examples, and the above description of the embodiments is only used to help understanding the technical solution and the core idea of the present invention. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.

Claims (10)

1. A method for generating a test report, comprising:
receiving a target test file obtained by testing a target PCIe signal;
extracting each target test item parameter in the target test file by using a target Python script;
calling standard test item parameters corresponding to the target test item parameters from a parameter database;
performing margin calculation according to each standard test item parameter and each target test item parameter to obtain a margin calculation result;
and generating a signal test report according to the margin calculation result.
2. The method of claim 1, wherein generating a signal test report based on the margin calculation comprises:
and generating a signal test report in a visual chart form according to the margin calculation result.
3. The method of claim 1 or 2, further comprising, after obtaining the margin calculation result:
acquiring the target test group category to which each target test item parameter belongs;
calling each historical test item parameter respectively corresponding to each target test group type;
and drawing a margin curve according to each target test group type by combining each historical test item parameter and the corresponding target test item parameter.
4. The method of claim 3, wherein after plotting margin curves for each target test set class in conjunction with each of the historical test item parameters and corresponding target test item parameters, further comprising:
and outputting each allowance curve to perform research, development and design adjustment by using each allowance curve.
5. A test report generation apparatus, comprising:
the file receiving module is used for receiving a target test file obtained by testing a target PCIe signal;
the parameter extraction module is used for extracting each target test item parameter in the target test file by using a target Python script;
the standard parameter calling module is used for calling standard test item parameters corresponding to the target test item parameters from a parameter database;
the margin result obtaining module is used for carrying out margin calculation according to each standard test item parameter and each target test item parameter to obtain a margin calculation result;
and the report generating module is used for generating a signal test report according to the margin calculation result.
6. The device according to claim 5, wherein the report generation module is a module for generating a signal test report in a form of a visual chart according to the margin calculation result.
7. The test report generation apparatus according to claim 5 or 6, further comprising:
the test group type acquisition module is used for acquiring the target test group type to which each target test item parameter belongs after obtaining the margin calculation result;
the historical parameter calling module is used for calling each historical test item parameter respectively corresponding to each target test group type;
and the margin curve drawing module is used for drawing a margin curve according to each target test group type by combining each historical test item parameter and the corresponding target test item parameter.
8. The test report generation apparatus according to claim 7, further comprising:
and the margin curve output module is used for outputting each margin curve after drawing the margin curve according to each target test group type by combining each historical test item parameter and the corresponding target test item parameter so as to use each margin curve to carry out research, development and design adjustment.
9. A test report generating apparatus, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the test report generation method according to any of claims 1 to 4 when executing said computer program.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the test report generation method according to any one of claims 1 to 4.
CN202011049344.3A 2020-09-29 2020-09-29 Test report generation method, device, equipment and computer readable storage medium Active CN112256503B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011049344.3A CN112256503B (en) 2020-09-29 2020-09-29 Test report generation method, device, equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011049344.3A CN112256503B (en) 2020-09-29 2020-09-29 Test report generation method, device, equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN112256503A true CN112256503A (en) 2021-01-22
CN112256503B CN112256503B (en) 2023-01-10

Family

ID=74235022

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011049344.3A Active CN112256503B (en) 2020-09-29 2020-09-29 Test report generation method, device, equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN112256503B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113918395A (en) * 2021-09-29 2022-01-11 浪潮(山东)计算机科技有限公司 Test report generation method, device and medium
TWI800327B (en) * 2022-03-23 2023-04-21 慧榮科技股份有限公司 Data storage system and parameter margin evaluation method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1516014A (en) * 2003-01-07 2004-07-28 英业达股份有限公司 Method for testing interconnected bus of external components
CN102354199A (en) * 2011-07-21 2012-02-15 聂穗 Programmable test data automatic acquisition analytic system and method
CN102591885A (en) * 2011-01-17 2012-07-18 鸿富锦精密工业(深圳)有限公司 Test repot generating system and method
CN104808759A (en) * 2013-12-26 2015-07-29 英特尔公司 Method, apparatus and system for performing voltage margining
CN111008150A (en) * 2019-12-23 2020-04-14 杭州迪普科技股份有限公司 Test report generation method, device and equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1516014A (en) * 2003-01-07 2004-07-28 英业达股份有限公司 Method for testing interconnected bus of external components
CN102591885A (en) * 2011-01-17 2012-07-18 鸿富锦精密工业(深圳)有限公司 Test repot generating system and method
CN102354199A (en) * 2011-07-21 2012-02-15 聂穗 Programmable test data automatic acquisition analytic system and method
CN104808759A (en) * 2013-12-26 2015-07-29 英特尔公司 Method, apparatus and system for performing voltage margining
CN111008150A (en) * 2019-12-23 2020-04-14 杭州迪普科技股份有限公司 Test report generation method, device and equipment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113918395A (en) * 2021-09-29 2022-01-11 浪潮(山东)计算机科技有限公司 Test report generation method, device and medium
TWI800327B (en) * 2022-03-23 2023-04-21 慧榮科技股份有限公司 Data storage system and parameter margin evaluation method

Also Published As

Publication number Publication date
CN112256503B (en) 2023-01-10

Similar Documents

Publication Publication Date Title
CN112256503B (en) Test report generation method, device, equipment and computer readable storage medium
CN103731663B (en) The testing method of a kind of intelligent television and device
CN107862103B (en) Simulation model generation method and system based on ADPSS
CN111917610B (en) Communication test method, device and system for stability control device and direct current control protection device
CN109254922A (en) A kind of automated testing method and device of server B MC Redfish function
CN103401727A (en) Method, device and system for testing performance of streaming media server based on virtual DVR (digital video recorder)
CN105158673A (en) ATE machine table file generation method and device
CN106598793B (en) Test system and test method based on BIOS serial port log data
US20120054391A1 (en) Apparatus and method for testing smnp cards
CN111176924B (en) GPU card dropping simulation method, system, terminal and storage medium
CN112115060A (en) Audio test method and system based on terminal
CN111124772A (en) Cloud platform storage performance testing method, system, terminal and storage medium
CN115129566A (en) Method, system, equipment and storage medium for verifying bandwidth performance of hard disk backplane
CN111384779B (en) Extraction device and method for power grid fault wave-recording diagram
CN111273127B (en) Method and device for processing D-PMU fault wave recording data of power distribution network
CN114171107A (en) Detection method, device, equipment and storage medium for VPD information of solid state disk
CN114244726A (en) Visualization method and device for signaling interaction of 5G NR base station
CN114443466A (en) Method for converting executable script by using case file, terminal equipment and storage medium
CN113448786A (en) PCIe equipment testing method, device, equipment and readable storage medium
CN112948195A (en) Interface testing method and device, electronic equipment and storage medium
CN112131852A (en) Converter station fault report automatic generation method and device, electronic equipment and storage medium
CN113434604A (en) Time sequence database synchronization method, system, equipment and storage medium
CN112463480A (en) ARM architecture-based pressure test method, system, terminal and storage medium
CN111831597A (en) GPIB control system and method based on PRU in gateway of Internet of things
CN114356624B (en) Positioning method, system, terminal and storage medium of composite CRC error reporting information

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