CN110008074B - Method, device and equipment for automatically testing and inquiring upper-layer interface of hardware information - Google Patents
Method, device and equipment for automatically testing and inquiring upper-layer interface of hardware information Download PDFInfo
- Publication number
- CN110008074B CN110008074B CN201910290105.8A CN201910290105A CN110008074B CN 110008074 B CN110008074 B CN 110008074B CN 201910290105 A CN201910290105 A CN 201910290105A CN 110008074 B CN110008074 B CN 110008074B
- Authority
- CN
- China
- Prior art keywords
- hardware
- return value
- test
- tested
- preset
- 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
Links
- 238000012360 testing method Methods 0.000 title claims abstract description 131
- 238000000034 method Methods 0.000 title claims abstract description 58
- 230000004048 modification Effects 0.000 claims abstract description 28
- 238000012986 modification Methods 0.000 claims abstract description 28
- 238000013515 script Methods 0.000 claims description 11
- 238000004590 computer program Methods 0.000 claims description 4
- 238000012827 research and development Methods 0.000 abstract description 4
- 230000006870 function Effects 0.000 description 10
- 230000008569 process Effects 0.000 description 8
- 238000011161 development Methods 0.000 description 7
- 238000010586 diagram Methods 0.000 description 3
- 238000012795 verification Methods 0.000 description 3
- 238000004422 calculation algorithm Methods 0.000 description 2
- 238000001514 detection method Methods 0.000 description 2
- 230000008859 change Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 230000000750 progressive effect Effects 0.000 description 1
- 230000008439 repair process Effects 0.000 description 1
- 238000011160 research Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/22—Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
- G06F11/2205—Detection 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
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/22—Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
- G06F11/2273—Test 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 embodiment of the invention discloses a method, a device and equipment for automatically testing and inquiring an upper interface of hardware information and a computer readable storage medium. The method comprises the steps of obtaining a hardware example to be tested, and determining a query interface corresponding to the hardware example to be tested; and modifying the return value of the query interface according to the modification data field in the received modification instruction, redirecting the return value into the preset virtual file so as to obtain the modified return value when the virtual file is read, and generating a test result according to a matching result of the preset expected value and the modified return value. The hardware information upper interface is automatically tested and inquired in a software mode, and the hardware environment is simulated in a software mode, so that the upper software code and the bottom hardware are isolated, the test efficiency is improved, the test accuracy is enhanced, the software and hardware environment is isolated, the problem of damage to the hardware when the upper software interface is verified in the traditional mode is effectively solved, and the research and development cost is reduced.
Description
Technical Field
The embodiment of the invention relates to the technical field of storage hardware fault detection, in particular to a method, a device and equipment for automatically testing and inquiring an upper layer interface of hardware information and a computer readable storage medium.
Background
With the rapid development of cloud computing and big data, the requirements of users on storage products are higher and higher, and it is very necessary to detect hardware faults in time and repair the hardware faults quickly for the whole storage system.
At present, some hardware FRU (Field replaceable Unit) information of the underlying device is queried by providing a command line through software. However, hardware operations typically need to be performed manually when verifying the validity of a command line. For example, verifying the in-place status of a fan in a storage device requires manually unplugging the fan module and continuously executing the polling command manually until the corresponding field representing the in-place status of the polling command is updated offline. The method for manually inquiring the hardware upper layer interface wastes time and manpower, so that the whole hardware fault detection efficiency is low.
Disclosure of Invention
The embodiment of the disclosure provides a method, a device, equipment and a computer readable storage medium for automatically testing and querying an upper interface of hardware information, which realizes the automatic testing and querying of the upper interface of the hardware information and improves the efficiency of querying the upper interface of the hardware information.
In order to solve the above technical problems, embodiments of the present invention provide the following technical solutions:
one aspect of the embodiments of the present invention provides a method for automatically testing and querying an upper interface of hardware information, including:
acquiring a hardware instance to be tested, and determining a query interface corresponding to the hardware instance to be tested;
modifying the return value of the query interface according to the received modification instruction, and redirecting to a preset virtual file;
reading the virtual file to obtain a modified return value, and generating a test result according to a matching result of a preset expected value and the modified return value;
wherein the expected value is the same as a modification data field in the modification instruction.
Optionally, after generating the test result according to the preset expected value and the modified return value, the method further includes:
and recording the test result in a log.
Optionally, after acquiring the hardware instance to be tested, the method further includes:
and writing the hardware instance to be tested into a preset specific file.
Optionally, the reading of the virtual file to obtain the modified return value is as follows:
and reading the virtual file according to the preset frequency to obtain the modified return value.
Optionally, the generating a test result according to the matching result of the preset expected value and the modified return value includes:
if the preset expected value is the same as the modified return value, the generated test result is that the test is passed;
and if the preset expected value is different from the modified return value, the generated test result is that the test is failed.
Another aspect of the embodiments of the present invention provides an apparatus for automatically testing and querying an upper interface of hardware information, including:
the system comprises a to-be-tested hardware instance information acquisition module, a query module and a query module, wherein the to-be-tested hardware instance information acquisition module is used for acquiring a to-be-tested hardware instance and determining a query interface corresponding to the to-be-tested hardware instance;
the bottom data modification module is used for modifying the return value of the query interface according to the received modification instruction and redirecting the return value to a preset virtual file;
the automatic test module is used for reading the virtual file to obtain a modified return value and generating a test result according to a matching result of a preset expected value and the modified return value; the expected value is the same as a modification data field in the modification instruction.
Optionally, the automatic test module is a module that reads the virtual file according to a preset frequency to obtain a modified return value.
Optionally, the automatic test module is further configured to generate a test result as a test pass if the preset expected value is the same as the modified return value; and if the preset expected value is different from the modified return value, the generated test result is that the test is failed.
The embodiment of the invention also provides equipment for automatically testing and querying the hardware information upper-layer interface, which comprises a processor, wherein the processor is used for realizing the steps of the method for automatically testing and querying the hardware information upper-layer interface when executing the computer program stored in the memory.
The embodiment of the present invention finally provides a computer-readable storage medium, where a program for automatically testing and querying an upper interface of hardware information is stored in the computer-readable storage medium, and when the program for automatically testing and querying an upper interface of hardware information is executed by a processor, the steps of the method for automatically testing and querying an upper interface of hardware information as described in any one of the foregoing items are implemented.
The technical scheme provided by the application has the advantages that the hardware information upper-layer interface is automatically tested and inquired in a software mode, and the hardware environment is simulated in a software mode, so that an upper-layer software code is isolated from a bottom-layer hardware, when the function of the upper-layer software is verified, the problem that the hardware environment and the environment variable must be manually changed and configured when the hardware information is verified can be avoided, the whole-process automatic verification can be realized, the hardware problem software simulation is realized, the software function script test is automatic, the test is quick and effective, the test efficiency is greatly improved, the test accuracy is enhanced, and the quality of a storage product is favorably enhanced; in addition, the software and hardware environment is isolated, the problem of hardware damage in the traditional verification of upper software interfaces is effectively avoided, and the development cost is favorably reduced.
In addition, the embodiment of the invention also provides a corresponding implementation device, equipment and a computer readable storage medium for the method for automatically testing and querying the hardware information upper layer interface, so that the method has higher practicability, and the device, the equipment and the computer readable storage medium have corresponding advantages.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions of the related art, the drawings required to be used in the description of the embodiments or the related art will be briefly described below, and 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 these drawings without creative efforts.
Fig. 1 is a schematic flowchart of a method for automatically testing and querying an upper layer interface of hardware information according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of another method for automatically testing and querying an upper layer interface of hardware information according to an embodiment of the present invention;
fig. 3 is a block diagram of an embodiment of an apparatus for automatically testing and querying an upper layer interface of hardware information according to an embodiment of the present invention;
fig. 4 is a block diagram of another embodiment of an apparatus for automatically testing and querying an upper layer interface of hardware information 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 terms "first," "second," "third," "fourth," and the like in the description and claims of this application and in the above-described drawings are used for distinguishing between different objects and not for describing a particular order. Furthermore, the terms "comprising" and "having," as well as any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements but may include other steps or elements not expressly listed.
Having described the technical solutions of the embodiments of the present invention, various non-limiting embodiments of the present application are described in detail below.
Referring to fig. 1, fig. 1 is a schematic flowchart of a method for automatically testing and querying an upper layer interface of hardware information according to an embodiment of the present invention, where the embodiment of the present invention may include the following:
s101: acquiring a hardware example to be tested, and determining a query interface corresponding to the hardware example to be tested.
The hardware example to be tested is information of the testing hardware, that is, the hardware testing example, which includes the hardware type and the testing information (testing items), that is, items of the hardware to be tested. For example, the hardware being tested is a fan, the event being tested is the presence status information, and then the hardware instance to be tested is the fan presence status.
The query of the hardware information corresponds to a fixed instruction, and the queried information is returned by the fixed upper layer interface information. For example, for the in-place information of a specific fan, there is a corresponding underlying query interface. For example, if the information (such as offline) of the fan on-position status is queried and offline information is returned by the upper interface a, the query interface corresponding to the hardware instance to be tested determined in S101 is a.
S102: and modifying the return value of the query interface according to the received modification instruction, and redirecting to a preset virtual file.
The system receives a modification instruction input by the research personnel, modifies data (namely, a return value of the query interface) transmitted from the bottom layer according to a modification data field contained in the modification instruction, namely, modifies the return value into the modification data field. For example, if the status of the fan expected by the developer is offline, an instruction to modify the query interface return value to be offline is sent, that is, the data segment is modified to be offline, and the system modifies the data transmitted from the bottom interface to be offline when receiving the modification instruction.
The virtual file is a preset file, and the modified return value of the bottom layer interface is oriented to the virtual file in real time, namely the system redirects the modified return value to the virtual file after finishing modifying the return value of the query interface each time.
S103: and reading the virtual file to obtain the modified return value, and generating a test result according to the matching result of the preset expected value and the modified return value.
The expected value is the same as the modified data field in the modification instruction, namely after the modification instruction is successfully executed and the automatic test query hardware information upper layer interface is executed, the return value of the modified interface is the same as the expected value.
The hardware example to be tested can be checked once at intervals, namely, the hardware information upper layer interface is automatically tested and inquired once at intervals, and the effectiveness of upper layer software is automatically verified. The return value oriented to the virtual file in the S102 is read according to a preset frequency (for example, every 0.5h), and the return value is matched with the expected value, so that the hardware information upper-layer interface is automatically tested and inquired. If the preset expected value is the same as the modified return value, the test is passed; if the preset expected value is different from the modified return value, the test fails, and the test result can be recorded in the log.
The whole process can be realized by a software mode of writing scripts, hardware instances to be tested are written into the scripts, virtual files are created in the scripts, data transmitted from the bottom layer are modified and redirected into the virtual files, so that testers can execute the test scripts in a foolproof manner, the hardware environment does not need to be configured manually, environment variables are changed, and the test efficiency is improved.
The log can record the whole test process, the fact that the log capacity occupies too large memory and possibly influences system operation is considered, test results and test time can be recorded only, research and development personnel can check the effectiveness of software functions last time by looking up the log directly, the fact that real bottom layer hardware information is not needed to be relied on, change and configuration of hardware do not exist, operation on bottom layer firmware equipment is avoided, only when the test script is started, the middle process does not need to be concerned completely.
For example, if the hardware to be tested is the fan's in-place information, there will be a corresponding underlying query interface, and the return value will certainly indicate the in-place. The return value of the query interface can be modified to be not in place and redirected to a specific file, the specific file is periodically read, the field corresponding to the upper layer which is modified in advance is obtained and is matched with the expected value, if the final field of the upper layer is consistent with the expected field, the test is passed, otherwise, the test is not passed, and therefore the upper layer interface of the hardware information is automatically tested and queried.
In the technical scheme provided by the embodiment of the invention, the hardware information upper layer interface is automatically tested and inquired in a software mode, and the hardware environment is simulated in a software mode, so that an upper layer software code is isolated from a bottom layer hardware, when the upper layer software function is verified, the problem that the hardware environment and the environment variable must be manually changed and configured when the hardware information is verified can be avoided, the whole process can be automatically verified, the hardware problem software simulation is realized, the software function script test is automatic, the method is quick and effective, the test efficiency is greatly improved, the test accuracy is enhanced, and the quality of a storage product is favorably enhanced; in addition, the software and hardware environment is isolated, the problem of hardware damage in the traditional verification of upper software interfaces is effectively avoided, and the development cost is favorably reduced.
Referring to fig. 2, fig. 2 is a schematic flow chart of another method for automatically testing and querying an upper layer interface of hardware information according to another embodiment of the present invention, which can be applied to a storage system, for example, and includes the following contents:
s201: acquiring a hardware example to be tested, writing the hardware example to be tested into a preset specific file, and determining a query interface corresponding to the hardware example to be tested.
S202: and modifying the return value of the query interface according to the received modification instruction, and redirecting to a preset virtual file.
S203: and reading the virtual file according to the preset frequency to obtain the modified return value.
The setting of the preset frequency can be determined according to the actual situation, which is not limited in this application.
S204: and if the preset expected value is the same as the modified return value, the generated test result is that the test is passed.
S205: and if the preset expected value is different from the modified return value, the generated test result is that the test is failed.
S206: the test results are recorded in a log.
The same methods or steps as those in the above embodiments of the present invention can be referred to the description of the above embodiments, and are not repeated herein.
Therefore, the hardware information upper layer interface is automatically tested and inquired in a software mode, and the hardware environment is simulated in a software mode, so that the upper layer software code and the bottom layer hardware are isolated, the test efficiency is improved, the test accuracy is enhanced, the software and hardware environment is isolated, the problem of damage to the hardware when the upper layer software interface is verified in the prior art is effectively avoided, and the development cost is reduced; the research and development personnel can directly inquire the log records to check the usability of the software functions, so that the code function testing efficiency of the research and development personnel is improved.
The embodiment of the invention also provides a corresponding realization device aiming at the method for automatically testing and inquiring the upper interface of the hardware information, thereby further ensuring that the method has higher practicability. The device for automatically testing and querying the hardware information upper-layer interface provided by the embodiment of the invention is introduced below, and the device for automatically testing and querying the hardware information upper-layer interface described below and the method for automatically testing and querying the hardware information upper-layer interface described above can be referred to correspondingly.
Referring to fig. 3, fig. 3 is a block diagram of an apparatus for automatically testing and querying an upper layer interface of hardware information according to an embodiment of the present invention, where the apparatus may include:
the to-be-tested hardware instance information obtaining module 301 is configured to obtain a to-be-tested hardware instance and determine a query interface corresponding to the to-be-tested hardware instance.
And the bottom layer data modification module 302 is configured to modify a return value of the query interface according to the received modification instruction, and redirect the return value to a preset virtual file.
The automatic test module 303 is configured to read the virtual file to obtain a modified return value, and generate a test result according to a matching result between a preset expected value and the modified return value; the expected value is the same as the modified data field in the modified instruction.
Optionally, in some embodiments of this embodiment, referring to fig. 4, the apparatus may further include a log recording module 304, for example, to record the test result in a log.
Optionally, in other embodiments of this embodiment, the automatic testing module 303 may also be a module that reads the virtual file according to a preset frequency to obtain a modified return value.
In addition, the automatic test module 303 may be further configured to generate a test result as a test pass if the preset expected value is the same as the modified return value; and if the preset expected value is different from the modified return value, the generated test result is that the test is failed.
The functions of the functional modules of the device for automatically testing and querying the hardware information upper layer interface according to the embodiment of the present invention may be specifically implemented according to the method in the embodiment of the method, and the specific implementation process may refer to the related description of the embodiment of the method, which is not described herein again.
Therefore, the hardware information upper layer interface is automatically tested and inquired in a software mode, and the hardware environment is simulated in a software mode, so that the upper layer software code and the bottom layer hardware are isolated, the test efficiency is improved, the test accuracy is enhanced, the software and hardware environment is isolated, the problem of damage to the hardware when the upper layer software interface is verified in the prior art is effectively solved, and the development cost is reduced.
The embodiment of the present invention further provides a device for automatically testing and querying an upper interface of hardware information, which specifically includes:
a memory for storing a computer program;
a processor for executing a computer program to implement the steps of the method for automatically testing a query hardware information upper layer interface as described in any of the above embodiments.
The functions of the functional modules of the device for automatically testing and querying the hardware information upper layer interface according to the embodiment of the present invention may be specifically implemented according to the method in the embodiment of the method, and the specific implementation process may refer to the related description of the embodiment of the method, which is not described herein again.
Therefore, the hardware information upper layer interface is automatically tested and inquired in a software mode, and the hardware environment is simulated in a software mode, so that the upper layer software code and the bottom layer hardware are isolated, the test efficiency is improved, the test accuracy is enhanced, the software and hardware environment is isolated, the problem of damage to the hardware when the upper layer software interface is verified in the prior art is effectively solved, and the development cost is reduced.
The embodiment of the invention also provides a computer readable storage medium, which stores a program for automatically testing and querying the upper interface of the hardware information, wherein the program for automatically testing and querying the upper interface of the hardware information is executed by a processor, and the steps of the method for automatically testing and querying the upper interface of the hardware information are as described in any one of the embodiments.
The functions of the functional modules of the computer-readable storage medium according to the embodiment of the present invention may be specifically implemented according to the method in the foregoing method embodiment, and the specific implementation process may refer to the related description of the foregoing method embodiment, which is not described herein again.
Therefore, the hardware information upper layer interface is automatically tested and inquired in a software mode, and the hardware environment is simulated in a software mode, so that the upper layer software code and the bottom layer hardware are isolated, the test efficiency is improved, the test accuracy is enhanced, the software and hardware environment is isolated, the problem of damage to the hardware when the upper layer software interface is verified in the prior art is effectively solved, and the development cost is reduced.
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 disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The above provides a method, an apparatus, a device and a computer readable storage medium for automatically testing and querying an upper layer interface of hardware information. The principles and embodiments of the present invention are explained herein using specific examples, which are presented only to assist in understanding the method and its core concepts. 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 automatically testing and querying hardware information upper layer interfaces is characterized by comprising the following steps:
acquiring a hardware instance to be tested, and determining a query interface corresponding to the hardware instance to be tested;
modifying the return value of the query interface according to the received modification instruction, and redirecting to a preset virtual file;
reading the preset virtual file to obtain a modified return value, and generating a test result according to a matching result of a preset expected value and the modified return value; the return value is data transmitted by a bottom layer interface, and the preset expected value is the same as a modified data field in the modification instruction; writing the hardware instance to be tested into a test script, creating the preset virtual file in the test script, and modifying and redirecting bottom layer incoming data into the preset virtual file.
2. The method for automatically testing and querying the hardware information upper layer interface according to claim 1, wherein after generating the test result according to the preset expected value and the modified return value, the method further comprises:
and recording the test result in a log, wherein the log comprises the test result and the test time of the hardware instance to be tested.
3. The method for automatically testing and querying the hardware information upper layer interface according to claim 2, wherein after acquiring the hardware instance to be tested, the method further comprises:
and writing the hardware instance to be tested into the preset virtual file.
4. The method for automatically testing and querying the hardware information upper layer interface according to any one of claims 1 to 3, wherein the reading of the preset virtual file to obtain the modified return value is:
and reading the preset virtual file according to a preset frequency to obtain a modified return value.
5. The method of claim 4, wherein the generating a test result according to the matching result of the preset expected value and the modified return value comprises:
if the preset expected value is the same as the modified return value, the generated test result is that the test is passed;
and if the preset expected value is different from the modified return value, the generated test result is that the test is failed.
6. An apparatus for automatically testing and querying an upper layer interface of hardware information, comprising:
the system comprises a to-be-tested hardware instance information acquisition module, a query module and a query module, wherein the to-be-tested hardware instance information acquisition module is used for acquiring a to-be-tested hardware instance and determining a query interface corresponding to the to-be-tested hardware instance;
the bottom data modification module is used for modifying the return value of the query interface according to the received modification instruction and redirecting the return value to a preset virtual file; the return value is bottom layer interface incoming data, the hardware instance to be tested is written into a test script, the preset virtual file is created in the test script, and the bottom layer incoming data is modified and redirected into the preset virtual file;
the automatic test module is used for reading the preset virtual file to obtain a modified return value and generating a test result according to a matching result of a preset expected value and the modified return value; the preset expected value is the same as the modification data field in the modification instruction.
7. The apparatus of claim 6, wherein the automated testing module is configured to read the predetermined virtual file according to a predetermined frequency to obtain a modified return value.
8. The apparatus for automatically testing and querying the hardware information upper layer interface according to claim 7, wherein the automatic test module is further configured to generate a test result that the test is passed if the preset expected value is the same as the modified return value; and if the preset expected value is different from the modified return value, the generated test result is that the test is failed.
9. An apparatus for automated test query of a hardware information upper layer interface, comprising a processor for implementing the steps of the method for automated test query of a hardware information upper layer interface according to any one of claims 1 to 5 when executing a computer program stored in a memory.
10. A computer-readable storage medium, on which a program of an automated test query hardware information upper interface is stored, which, when executed by a processor, implements the steps of the method of the automated test query hardware information upper interface according to any one of claims 1 to 5.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910290105.8A CN110008074B (en) | 2019-04-11 | 2019-04-11 | Method, device and equipment for automatically testing and inquiring upper-layer interface of hardware information |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910290105.8A CN110008074B (en) | 2019-04-11 | 2019-04-11 | Method, device and equipment for automatically testing and inquiring upper-layer interface of hardware information |
Publications (2)
Publication Number | Publication Date |
---|---|
CN110008074A CN110008074A (en) | 2019-07-12 |
CN110008074B true CN110008074B (en) | 2020-07-07 |
Family
ID=67171158
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201910290105.8A Active CN110008074B (en) | 2019-04-11 | 2019-04-11 | Method, device and equipment for automatically testing and inquiring upper-layer interface of hardware information |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110008074B (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110737590B (en) * | 2019-09-16 | 2023-11-03 | 上海御渡半导体科技有限公司 | Offline debugging method |
CN111459403B (en) * | 2020-02-29 | 2023-03-28 | 新华三技术有限公司成都分公司 | Storage hardware management method and device |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0675811A (en) * | 1992-08-27 | 1994-03-18 | Oki Electric Ind Co Ltd | Terminal testing device |
CN104360920A (en) * | 2014-12-02 | 2015-02-18 | 微梦创科网络科技(中国)有限公司 | Automatic testing method and device for interface |
CN105354143A (en) * | 2015-12-02 | 2016-02-24 | 北京奇虎科技有限公司 | Test method and device for application programs |
CN107294808A (en) * | 2017-07-05 | 2017-10-24 | 网易(杭州)网络有限公司 | The methods, devices and systems of interface testing |
-
2019
- 2019-04-11 CN CN201910290105.8A patent/CN110008074B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0675811A (en) * | 1992-08-27 | 1994-03-18 | Oki Electric Ind Co Ltd | Terminal testing device |
CN104360920A (en) * | 2014-12-02 | 2015-02-18 | 微梦创科网络科技(中国)有限公司 | Automatic testing method and device for interface |
CN105354143A (en) * | 2015-12-02 | 2016-02-24 | 北京奇虎科技有限公司 | Test method and device for application programs |
CN107294808A (en) * | 2017-07-05 | 2017-10-24 | 网易(杭州)网络有限公司 | The methods, devices and systems of interface testing |
Also Published As
Publication number | Publication date |
---|---|
CN110008074A (en) | 2019-07-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107798047B (en) | Repeated work order detection method, device, server and medium | |
CN110764945A (en) | Crash log processing method, device, equipment and storage medium | |
US8397104B2 (en) | Creation of test plans | |
CN110474900B (en) | Game protocol testing method and device | |
CN111209206B (en) | Automatic test method and system for software products | |
CN111198809A (en) | Interface automation test method and device | |
CN109522181B (en) | Performance test method, device and equipment of distributed storage system | |
CN110008074B (en) | Method, device and equipment for automatically testing and inquiring upper-layer interface of hardware information | |
CN107547299A (en) | A kind of method of testing and system | |
CN113535538B (en) | Method, device, electronic equipment and storage medium for automatically testing application full link | |
CN115269384A (en) | Integration test method, system, electronic device and storage medium | |
CN111143151B (en) | Service monitoring method and device and electronic equipment | |
CN110716843A (en) | System fault analysis processing method and device, storage medium and electronic equipment | |
CN108829590B (en) | Software testing method, device and system | |
US9690819B2 (en) | Verification of record based systems | |
CN114090357A (en) | Hard disk performance test method and device, electronic equipment and storage medium | |
CN114328158A (en) | Abnormity monitoring method and device, electronic equipment and storage medium | |
CN111597101A (en) | SDK access state detection method, computer device and computer readable storage medium | |
CN110661678B (en) | Abnormity monitoring method and device | |
CN110109809B (en) | Method and equipment for testing log auditing function according to syslog | |
CN110569199B (en) | Automatic bill testing method and device | |
CN113501034A (en) | Test log generation method and device for railway signal system | |
CN114741303A (en) | Test script generation method and device and electronic equipment | |
CN114816876A (en) | Automatic test system for server Redfish interface specification | |
CN115525529A (en) | Business object testing method and device and electronic equipment |
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 |