CN111240990A - ISMCLI command line testing method, system, terminal and storage medium - Google Patents

ISMCLI command line testing method, system, terminal and storage medium Download PDF

Info

Publication number
CN111240990A
CN111240990A CN202010059325.2A CN202010059325A CN111240990A CN 111240990 A CN111240990 A CN 111240990A CN 202010059325 A CN202010059325 A CN 202010059325A CN 111240990 A CN111240990 A CN 111240990A
Authority
CN
China
Prior art keywords
command
test
command line
ismcli
login
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.)
Pending
Application number
CN202010059325.2A
Other languages
Chinese (zh)
Inventor
吴昊
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010059325.2A priority Critical patent/CN111240990A/en
Publication of CN111240990A publication Critical patent/CN111240990A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites

Landscapes

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

Abstract

The invention provides a method, a system, a terminal and a storage medium for testing an ISMCLI command line, which comprise the following steps: logging in an ISMCII command line by using an interactive public library; monitoring the login time of an ISMCLI command line; executing the ISMCLI command line by using a test case; and collecting a test log generated in the execution process of the ISMCLI command line and outputting the test log. The invention can limit the test of the distributed storage product to the page function test of the black box, and lead the tester to carry out the visual test on the ISMCLI command line layer of the distributed storage product, thereby expanding the range of the test work, deepening the depth of the test work, leading the test of the storage product to be more sufficient and comprehensive and further ensuring the quality of the distributed storage product.

Description

ISMCLI command line testing method, system, terminal and storage medium
Technical Field
The invention relates to the technical field of distributed storage, in particular to an ISMCLI command line testing method, a system, a terminal and a storage medium.
Background
In the test work of the distributed storage system, a tester always performs black box test work of service functions, does not have an ISMCLI command line test tool suitable for AS13000 mass storage, does not know how to test ISMCLI command lines, further cannot perform deeper ISMCLI command line test work, cannot perform deeper test work, cannot cover more comprehensive test items, and cannot find the ISMCLI command line function problem of the distributed storage system.
Disclosure of Invention
In view of the above-mentioned deficiencies of the prior art, the present invention provides a method, a system, a terminal and a storage medium for testing an ismcl command line, so as to solve the above-mentioned technical problems.
In a first aspect, the present invention provides an ismcl command line testing method, including:
logging in an ISMCII command line by using an interactive public library;
monitoring the login time of an ISMCLI command line;
executing the ISMCLI command line by using a test case;
and collecting a test log generated in the execution process of the ISMCLI command line and outputting the test log.
Further, the registering the ISMCLI command line with the interactive public library comprises:
reading a login name and a password of an ISMCLI command line in a configuration file;
sending a login name and a password to the test cluster through a send command of the interactive public library;
and obtaining a login result prompt returned by the test cluster through an expect command of the interactive public library, wherein the login result prompt comprises a login success prompt and a login failure prompt.
Further, the monitoring of the ISMCLI command line login time includes:
starting timing from sending a login name and a password to the test cluster and stopping timing when receiving a login result prompt;
judging whether the timing time exceeds a preset overtime threshold value:
if yes, judging that the login is overtime, and outputting a login abnormal prompt.
Further, the executing the ismcl command line using the test case includes:
writing the command execution sequence into the test case according to the command dependency relationship of the ISMCLI command line;
and the test case sequentially generates command execution instructions according to the command execution sequence, transmits the command execution instructions to a test cluster through send commands of the interactive public library, and controls the test cluster to call corresponding commands of the ISMCLI command line.
Further, before the collecting test data generated during the execution of the ismcl command line, the method further comprises:
according to the description of the normal result of the execution command in the command line specification document, acquiring a return value of the execution command by using an expect command of an interactive public library;
and writing the return value of the execution command into a test log.
In a second aspect, the present invention provides an ismcl command line test system, comprising:
the remote login unit is configured for logging in an ISMCII command line by using an interactive public library;
the login monitoring unit is configured for monitoring the login time of the ISMCLI command line;
the command execution unit is configured to execute the ISMCII command line by using a test case;
and the result output unit is configured to collect the test log generated in the execution process of the ISMCII command line and output the test log.
Further, the remote login unit includes:
the information reading module is configured for reading the login name and the password of the ISMCLI command line in the configuration file;
the information sending module is configured to send a login name and a password to the test cluster through a send command of the interactive public library;
and the information capturing module is configured to obtain a login result prompt returned by the test cluster through an expect command of the interactive public library, wherein the login result prompt comprises a login success prompt and a login failure prompt.
Further, the command execution unit includes:
the sequence setting module is configured for writing command execution sequences into the test cases according to the command dependency relationship of the ISMCLI command line;
and the instruction issuing module is configured to sequentially generate instruction execution instructions according to the instruction execution sequence by the test case, issue the instruction execution instructions to the test cluster through the send instruction of the interactive public library, and control the test cluster to call the corresponding instruction of the ISMCLI instruction line.
In a third aspect, a terminal is provided, including:
a processor, a memory, wherein,
the memory is used for storing a computer program which,
the processor is used for calling and running the computer program from the memory so as to make the terminal execute the method of the terminal.
In a fourth aspect, a computer storage medium is provided having stored therein instructions that, when executed on a computer, cause the computer to perform the method of the above aspects.
The beneficial effect of the invention is that,
the ISMCLI command line testing method, the ISMCLI command line testing system, the ISMCLI terminal and the storage medium provided by the invention remotely log in the ISMCLI command line of the testing cluster by using the interactive public library, execute the ISMCLI command line by using the test case after logging in is finished, and then collect the test log generated in the ISMCLI command line executing process and output the test log. The invention can limit the test of the distributed storage product to the page function test of the black box, and lead the tester to carry out the visual test on the ISMCLI command line layer of the distributed storage product, thereby expanding the range of the test work, deepening the depth of the test work, leading the test of the storage product to be more sufficient and comprehensive and further ensuring the quality of the distributed storage product.
In addition, the invention has reliable design principle, simple structure and very wide application prospect.
Drawings
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present invention, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention.
FIG. 2 is a schematic block diagram of a system of one embodiment of the present invention.
Fig. 3 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
In order to make those skilled in the art better understand the technical solution of the present invention, the technical solution in the embodiment of the present invention will be clearly and completely described below with reference to the drawings in the embodiment of the present invention, and it is obvious that the described embodiment is only a part of the embodiment of the present invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The following explains key terms appearing in the present invention.
interactive public library: the command line interactive client tool has basic functions of establishing connection and inquiring access.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention. The execution subject in fig. 1 may be an ismcl command line test system.
As shown in fig. 1, the method 100 includes:
step 110, logging in an ISMCII command line by using an interactive public library;
step 120, monitoring the registration time of the ISMCLI command line;
step 130, executing the ISMCII command line by using a test case;
step 140, collecting the test log generated in the execution process of the ISMCII command line and outputting the test log.
In order to facilitate understanding of the present invention, the principle of the method for testing an ismcl command line of the present invention is described in detail below with reference to the process of testing an ismcl command line in the embodiment.
Specifically, the method for testing the command line of the ISMCII comprises the following steps:
s1, using interactive public library to log in ISMCLI command line.
And writing the ISMCLI command line login name and the password of the test cluster into the configuration file. When login is executed, the login name and the password of the ISMCLI function in the configuration file are read firstly. And then sending a login name and a password to the remote test cluster through a send command of the interactive public library. After the sending is completed, capturing a login result prompt returned by the test cluster by using an expect command of an Interactive public library, wherein the login result prompt comprises login success prompt information and login failure prompt information, and the login success is returned: and >: login Failed. Keeping the Token information of the login.
And S2, monitoring the registration time of the ISMCLI command line.
The login timeout threshold is set to 60 seconds according to the 60 second timeout mechanism of the ismcl function. Starting timing from sending a login name and a password to the test cluster, stopping timing when receiving a login result prompt, judging whether the timing time exceeds 60 seconds, judging that the login is overtime if the timing time exceeds 60 seconds, and outputting a login abnormity prompt; if the time does not exceed 60 seconds, the waiting is continued.
And S3, executing the ISMCLI command line by using the test case.
And writing the command execution sequence into the test case according to the command dependency relationship of the ISMCLI command line, for example: firstly, an icfs-admin-pool-create-pool 1 command is executed to create a storage pool1, after a Step1 succeeds in creating the storage pool1, the name of the pool1 can be subjected to persistence processing, and then the name of the pool1 is transmitted to an icfs-admin-pool-delete-pool 1 to execute a storage pool delete operation, so as to test whether the storage pool delete function is normal or not; and icfs-admin-pool-query-list can be introduced again to perform storage pool query, and whether the pool1 is not in the query result is checked, so that whether the query function is normal is judged. Or testing a certain functional service (such as a storage pool management function, a snapshot recovery function, a quota function, etc.) formed by a plurality of commands. And setting a command execution sequence according to the dependency relationship among the commands of the user and the test requirements of the user.
When the test case is executed, sequentially generating command execution instructions according to a command execution sequence, issuing the generated command execution instructions to a test cluster sequentially through send commands of the interactive public library according to the generation sequence, generating a command execution instruction queue to be executed in the test cluster, executing the instructions of the queue by the test cluster, and sequentially calling corresponding commands of an ISMCLI command line. The corresponding command that invokes the ismcl command line is for example: the ISMCLI command line test platform uses send commands to transmit tested command lines to the remote cluster, such as icfs-admin-pool-create-pool 1 to create a storage pool1, and uses expect commands to obtain return values according to the description of normal results of the commands in the command line specification document. If the return value is: success is then performed for this command line. If the return value result is Error then the command line execution fails. The return value of each command execution is written to the test log.
And S4, collecting the test log generated in the execution process of the ISMCLI command line and outputting the test log.
The test log is screened by searching keywords (such as error), error information (such as abnormal login and failure of a return value of a certain command) of the test log is screened, if the test log has no error information, a test passing prompt is output, and if the test log has error information, the error information is output, so that a tester can quickly locate the abnormal command.
As shown in fig. 2, the system 200 includes:
a remote login unit 210 configured to log in an ISMCII command line using an interactive public library;
a login monitoring unit 220 configured to monitor an ismcl command line login time;
a command execution unit 230 configured to execute the ismcl command line using a test case;
and a result output unit 240 configured to collect a test log generated during the execution of the ismcl command line and output the test log.
Optionally, as an embodiment of the present invention, the remote login unit includes:
the information reading module is configured for reading the login name and the password of the ISMCLI command line in the configuration file;
the information sending module is configured to send a login name and a password to the test cluster through a send command of the interactive public library;
and the information capturing module is configured to obtain a login result prompt returned by the test cluster through an expect command of the interactive public library, wherein the login result prompt comprises a login success prompt and a login failure prompt.
Optionally, as an embodiment of the present invention, the login monitoring unit includes:
the timing module is configured to start timing from sending the login name and the password to the test cluster and stop timing when receiving a login result prompt;
the judging module is configured for judging whether the timing time exceeds a preset overtime threshold value;
and the prompting module is configured to judge that the login is overtime and output a login abnormity prompt if the timing time exceeds a preset overtime threshold.
Optionally, as an embodiment of the present invention, the command execution unit includes:
the sequence setting module is configured for writing command execution sequences into the test cases according to the command dependency relationship of the ISMCLI command line;
and the instruction issuing module is configured to sequentially generate instruction execution instructions according to the instruction execution sequence by the test case, issue the instruction execution instructions to the test cluster through the send instruction of the interactive public library, and control the test cluster to call the corresponding instruction of the ISMCLI instruction line.
Fig. 3 is a schematic structural diagram of a terminal system 300 according to an embodiment of the present invention, where the terminal system 300 may be used to execute the ISMCLI command line testing method according to the embodiment of the present invention.
The terminal system 300 may include: a processor 310, a memory 320, and a communication unit 330. The components communicate via one or more buses, and those skilled in the art will appreciate that the architecture of the servers shown in the figures is not intended to be limiting, and may be a bus architecture, a star architecture, a combination of more or less components than those shown, or a different arrangement of components.
The memory 320 may be used for storing instructions executed by the processor 310, and the memory 320 may be implemented by any type of volatile or non-volatile storage terminal or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic disk or optical disk. The executable instructions in memory 320, when executed by processor 310, enable terminal 300 to perform some or all of the steps in the method embodiments described below.
The processor 310 is a control center of the storage terminal, connects various parts of the entire electronic terminal using various interfaces and lines, and performs various functions of the electronic terminal and/or processes data by operating or executing software programs and/or modules stored in the memory 320 and calling data stored in the memory. The processor may be composed of an Integrated Circuit (IC), for example, a single packaged IC, or a plurality of packaged ICs connected with the same or different functions. For example, the processor 310 may include only a Central Processing Unit (CPU). In the embodiment of the present invention, the CPU may be a single operation core, or may include multiple operation cores.
A communication unit 330, configured to establish a communication channel so that the storage terminal can communicate with other terminals. And receiving user data sent by other terminals or sending the user data to other terminals.
The present invention also provides a computer storage medium, wherein the computer storage medium may store a program, and the program may include some or all of the steps in the embodiments provided by the present invention when executed. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM) or a Random Access Memory (RAM).
Therefore, the invention remotely logs in the ISMCLI command line of the test cluster by using the interactive public library, executes the ISMCLI command line by using the test case after logging in, collects the test log generated in the execution process of the ISMCLI command line and outputs the test log. The invention can limit the test of the distributed storage product to the page function test of the black box, and enables the tester to perform the visual test on the ISMCLI command line layer of the distributed storage product, thereby expanding the range of the test work, deepening the depth of the test work, ensuring the test of the storage product to be more sufficient and comprehensive, and further ensuring the quality of the distributed storage product.
Those skilled in the art will readily appreciate that the techniques of the embodiments of the present invention may be implemented as software plus a required general purpose hardware platform. Based on such understanding, the technical solutions in the embodiments of the present invention may be embodied in the form of a software product, where the computer software product is stored in a storage medium, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and the like, and the storage medium can store program codes, and includes instructions for enabling a computer terminal (which may be a personal computer, a server, or a second terminal, a network terminal, and the like) to perform all or part of the steps of the method in the embodiments of the present invention.
The same and similar parts in the various embodiments in this specification may be referred to each other. Especially, for the terminal embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant points can be referred to the description in the method embodiment.
In the embodiments provided in the present invention, it should be understood that the disclosed system and method can be implemented in other ways. For example, the above-described system embodiments are merely illustrative, and for example, the division of the units is only one logical functional division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, systems or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
Although the present invention has been described in detail by referring to the drawings in connection with the preferred embodiments, the present invention is not limited thereto. Various equivalent modifications or substitutions can be made on the embodiments of the present invention by those skilled in the art without departing from the spirit and scope of the present invention, and these modifications or substitutions are within the scope of the present invention/any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. An ISMCII command line testing method, comprising:
logging in an ISMCII command line by using an interactive public library;
monitoring the login time of an ISMCLI command line;
executing the ISMCLI command line by using a test case;
and collecting a test log generated in the execution process of the ISMCLI command line and outputting the test log.
2. The method of claim 1, wherein registering with interactive public library with an ISMCLI command line comprises:
reading a login name and a password of an ISMCLI command line in a configuration file;
sending a login name and a password to the test cluster through a send command of the interactive public library;
and obtaining a login result prompt returned by the test cluster through an expect command of the interactive public library, wherein the login result prompt comprises a login success prompt and a login failure prompt.
3. The method of claim 2, wherein the monitoring of the ISMCLI command line entry time comprises:
starting timing from sending a login name and a password to the test cluster and stopping timing when receiving a login result prompt;
judging whether the timing time exceeds a preset overtime threshold value:
if yes, judging that the login is overtime, and outputting a login abnormal prompt.
4. The method of claim 1, wherein executing the ISMCII command line using test cases comprises:
writing the command execution sequence into the test case according to the command dependency relationship of the ISMCLI command line;
and the test case sequentially generates command execution instructions according to the command execution sequence, transmits the command execution instructions to a test cluster through send commands of the interactive public library, and controls the test cluster to call corresponding commands of the ISMCLI command line.
5. The method of claim 1 or 4, wherein prior to said collecting test data generated during execution of an ISMCLI command line, the method further comprises:
according to the description of the normal result of the execution command in the command line specification document, acquiring a return value of the execution command by using an expect command of an interactive public library;
and writing the return value of the execution command into a test log.
6. An ISMCII command line test system, comprising:
the remote login unit is configured for logging in an ISMCII command line by using an interactive public library;
the login monitoring unit is configured for monitoring the login time of the ISMCLI command line;
the command execution unit is configured to execute the ISMCII command line by using a test case;
and the result output unit is configured to collect the test log generated in the execution process of the ISMCII command line and output the test log.
7. The system of claim 6, wherein the remote entry unit comprises:
the information reading module is configured for reading the login name and the password of the ISMCLI command line in the configuration file;
the information sending module is configured to send a login name and a password to the test cluster through a send command of the interactive public library;
and the information capturing module is configured to obtain a login result prompt returned by the test cluster through an expect command of the interactive public library, wherein the login result prompt comprises a login success prompt and a login failure prompt.
8. The system of claim 6, wherein the command execution unit comprises:
the sequence setting module is configured for writing command execution sequences into the test cases according to the command dependency relationship of the ISMCLI command line;
and the instruction issuing module is configured to sequentially generate instruction execution instructions according to the instruction execution sequence by the test case, issue the instruction execution instructions to the test cluster through the send instruction of the interactive public library, and control the test cluster to call the corresponding instruction of the ISMCLI instruction line.
9. A terminal, comprising:
a processor;
a memory for storing instructions for execution by the processor;
wherein the processor is configured to perform the method of any one of claims 1-5.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-5.
CN202010059325.2A 2020-01-18 2020-01-18 ISMCLI command line testing method, system, terminal and storage medium Pending CN111240990A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010059325.2A CN111240990A (en) 2020-01-18 2020-01-18 ISMCLI command line testing method, system, terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010059325.2A CN111240990A (en) 2020-01-18 2020-01-18 ISMCLI command line testing method, system, terminal and storage medium

Publications (1)

Publication Number Publication Date
CN111240990A true CN111240990A (en) 2020-06-05

Family

ID=70878023

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010059325.2A Pending CN111240990A (en) 2020-01-18 2020-01-18 ISMCLI command line testing method, system, terminal and storage medium

Country Status (1)

Country Link
CN (1) CN111240990A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112181801A (en) * 2020-08-20 2021-01-05 苏州浪潮智能科技有限公司 Method, system, equipment and medium for detecting packaging security

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107092558A (en) * 2017-04-12 2017-08-25 东华大学 A kind of cli command set automatization test system and method
CN107678962A (en) * 2017-09-26 2018-02-09 郑州云海信息技术有限公司 The automated testing method and device of a kind of cli interface

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107092558A (en) * 2017-04-12 2017-08-25 东华大学 A kind of cli command set automatization test system and method
CN107678962A (en) * 2017-09-26 2018-02-09 郑州云海信息技术有限公司 The automated testing method and device of a kind of cli interface

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112181801A (en) * 2020-08-20 2021-01-05 苏州浪潮智能科技有限公司 Method, system, equipment and medium for detecting packaging security
CN112181801B (en) * 2020-08-20 2022-06-14 苏州浪潮智能科技有限公司 Method, system, equipment and medium for detecting packaging security

Similar Documents

Publication Publication Date Title
CN110162435B (en) Method, system, terminal and storage medium for starting and testing PXE of server
CN110557299A (en) network transmission function batch test method, system, terminal and storage medium
CN114546738A (en) Server general test method, system, terminal and storage medium
CN112948190A (en) Hardware testing method, system and related device of server
CN112650676A (en) Software testing method, device, equipment and storage medium
CN105512562B (en) Vulnerability mining method and device and electronic equipment
CN112650688A (en) Automated regression testing method, associated device and computer program product
CN111538659B (en) Interface testing method, system, electronic equipment and storage medium of business scene
CN111309579B (en) Test method and related device for system event log quantity acquisition function
CN111966551A (en) Method, system, terminal and storage medium for verifying remote command execution result
CN111708712A (en) User behavior test case generation method, flow playback method and electronic equipment
CN113377719B (en) System abnormal shutdown time acquisition method and system
CN114510381A (en) Fault injection method, device, equipment and storage medium
CN111240990A (en) ISMCLI command line testing method, system, terminal and storage medium
CN106897063B (en) Method and system for permanently adding OS boot entry to BIOS based on EFI
CN112115060A (en) Audio test method and system based on terminal
CN112256532A (en) Test interface generation method and device, computer equipment and readable storage medium
CN110543394A (en) server sensor information consistency testing method, system, terminal and storage medium
CN117131545A (en) Data processing method and device, storage medium and terminal
CN111786991B (en) Block chain-based platform authentication login method and related device
CN114579342A (en) Fault detection method and device, electronic equipment and storage medium
CN113608939A (en) Server starting timing method, device, terminal and storage medium in performance test
CN109800114B (en) BMC visual test method, device, terminal and storage medium
CN113836013A (en) Embedded point testing method and device, computer equipment and computer readable storage medium
CN111858198A (en) Multi-scheme memory plugging 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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200605