CN111181781A - Vdbench test configuration method, system, terminal and storage medium - Google Patents

Vdbench test configuration method, system, terminal and storage medium Download PDF

Info

Publication number
CN111181781A
CN111181781A CN201911331518.2A CN201911331518A CN111181781A CN 111181781 A CN111181781 A CN 111181781A CN 201911331518 A CN201911331518 A CN 201911331518A CN 111181781 A CN111181781 A CN 111181781A
Authority
CN
China
Prior art keywords
test
vdbench
host
script
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
CN201911331518.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 CN201911331518.2A priority Critical patent/CN111181781A/en
Publication of CN111181781A publication Critical patent/CN111181781A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0876Aspects of the degree of configuration automation
    • H04L41/0886Fully automatic configuration

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Automation & Control Theory (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a Vdbench test configuration method, a Vdbench test configuration system, a Vdbench test configuration terminal and a Vdbench storage medium, wherein the Vdbench test configuration method comprises the following steps: remotely logging in a test storage end and a test host, and establishing a session between the test storage and the test host; creating a test volume in a test host; writing the test paper information and the Vdbench operation parameter of the test host into the test script; sending the test script to the test host; and executing the test script to configure the Vdbench and starting the execution operation of the Vdbench on the test volume through the test script. The Vdbench test method and the Vdbench test system can automatically configure and start the Vdbench, improve test efficiency and save test time and human resources.

Description

Vdbench test configuration method, system, terminal and storage medium
Technical Field
The invention relates to the technical field of servers, in particular to a Vdbench test configuration method, a Vdbench test configuration system, a Vdbench test configuration terminal and a Vdbench storage medium.
Background
The storage network system consists of three parts, namely storage equipment, network equipment and a host. The storage system maps the storage volume to the host side, and then the host can perform IO read-write after scanning to the disk. If the simulated scene is file read-write, the host needs to perform partition formatting processing on the volume which is subjected to storage mapping, and if the simulated scene is bare volume read-write, partition formatting processing is not needed; then, the operation parameter file of the IO tool Vdbench is set according to the device name or partition name of the host-side logical volume, and various custom parameters, such as the volume name mapped to the host side, the disk size, the data verification method, the file number, the deduplication parameter, the compression parameter, and the like. The manual operation of the process is complicated and time-consuming, and the testing efficiency can be greatly improved if the process is automated.
In the existing automatic test, the requirement for automatically starting the Vdbench test tool and checking the result is very large, because the core test case is accompanied by IO read-write operation, and the Vdbench test tool can test the bare disk by a file system. The operations of configuring, starting Vdbench and checking the running result of the Vdbench still mainly depend on manual operation, and a large amount of human resources and time are wasted.
Disclosure of Invention
In view of the above disadvantages in the prior art, the present invention provides a method, a system, a terminal and a storage medium for configuring a Vdbench test, so as to solve the above technical problems.
In a first aspect, the present invention provides a method for testing and configuring Vdbench, including:
remotely logging in a test storage end and a test host, and establishing a session between the test storage and the test host;
creating a test volume in a test host;
writing the test paper information and the Vdbench operation parameter of the test host into the test script;
sending the test script to the test host;
and executing the test script to configure the Vdbench and starting the execution operation of the Vdbench on the test volume through the test script.
Further, the method further comprises:
reading a read-write operation instruction of the test file in the Vdbench operation parameter;
formatting the test paper in a partitioning mode;
collecting host information and disk information corresponding to the test volume;
and converting the host information and the disk information into a Vdbern required format and writing the Vdbern required format into a Vdbern operation parameter file.
Further, the method further comprises:
reading a Vdbenc operation mode in the Vdbenc operation parameters;
if the running mode is foreground running, monitoring the Vdbench running time and stopping the current test after the running time reaches the preset time;
if the operation mode is the background mode, controlling Vdbench to operate in the background through the nohup command until the operation is finished.
Further, the method further comprises:
monitoring the Vdbernh background running time, and when the background running time does not reach the preset background running time, the test host can not execute other operations;
and acquiring the Vdbench running process according to a preset check period until the process is finished.
Further, the method further comprises:
acquiring an execution result of the Vdbench on the test paper;
and comparing the execution result with the test file of the test paper, and if the execution result is consistent with the test file of the test paper, judging that the Vdbech passes the test.
In a second aspect, the present invention provides a Vdbench test configuration system, including:
the target login unit is configured for remotely logging in a test storage terminal and a test host, and the test storage terminal and the test host establish a session;
the test creating unit is configured to create a test volume in the test host;
the parameter writing unit is configured to write the test volume information and the Vdbench operation parameters of the test host into the test script;
the script issuing unit is configured to send the test script to the test host;
and the parameter configuration unit is configured to execute the test script to configure the Vdbench and start the execution operation of the Vdbench on the test volume through the test script.
Further, the system further comprises:
the instruction reading unit is configured to read a read-write operation instruction of the test file in the Vdbench operation parameters;
the partition processing unit is configured to perform partition formatting on the test volume;
the list acquisition unit is configured to acquire host information and disk information corresponding to the test paper;
and the information conversion unit is configured to convert the host information and the disk information into a Vdbench required format and write the Vdbench required format into the Vdbench operation parameter file.
Further, the system further comprises:
the mode reading unit is configured for reading a Vdbench operation mode in the Vdbench operation parameters;
the foreground operation unit is configured to monitor the Vdbench operation time length and stop the current test after the operation time length reaches a preset time length if the operation mode is foreground operation;
and the background running unit is configured to control the Vdbench to run in the background through the nohup command until the running is finished if the running mode is the background mode.
In a third aspect, a terminal is provided, including:
a processor, a memory, wherein,
the memory is used for storing a computer program which,
the processor is used for calling and running the computer program from the memory so as to make the terminal execute the method of the terminal.
In a fourth aspect, a computer storage medium is provided having stored therein instructions that, when executed on a computer, cause the computer to perform the method of the above aspects.
The beneficial effect of the invention is that,
according to the Vdbench test configuration method, the Vdbench test configuration system, the Vdbench terminal and the Vdbench storage medium, the Vdbench is automatically configured through the test script according to the pre-stored test volume information and Vdbench operation parameters, and therefore the Vdbench can be rapidly configured. The Vdbench test method and the Vdbench test system can automatically configure and start the Vdbench, improve test efficiency and save test time and human resources.
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 flow diagram of a method of one embodiment of the invention.
FIG. 3 is a schematic block diagram of a system of one embodiment of the present invention.
Fig. 4 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.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention. The execution subject in fig. 1 may be a test configuration system of Vdbench.
As shown in fig. 1, the method 100 includes:
step 110, remotely logging in a test storage terminal and a test host, and establishing a session between the test storage terminal and the test host;
step 120, creating a test volume in a test host;
step 130, writing the test paper information and the Vdbench running parameter of the test host into a test script;
step 140, sending the test script to the test host;
and 150, executing the test script to configure the Vdbench and starting the execution operation of the Vdbench on the test volume through the test script.
In order to facilitate understanding of the present invention, the test configuration method of Vdbench provided by the present invention is further described below with reference to the principle of the test configuration method of Vdbench of the present invention and the process of performing test configuration on Vdbench in the embodiment.
Referring to fig. 2, specifically, the Vdbench test configuration method includes:
firstly, a host server for storing and transmitting IO used for testing is configured for remotely operating a testing storage end and a testing host, and a testing volume can be automatically or manually established. And then inputting parameters according to the test required script, wherein the parameters comprise the name of the storage logic volume, Vdbench operation parameters, whether to test the reading and writing of the file, whether to require the Vdbench background operation, the operation time length and the like.
Due to the fact that the configuration parameters of the Vdbench of different test volumes are different, a plurality of test scripts are set for different test volume application scenes, and the corresponding test scripts are called according to the test volumes to be executed. In addition, the number of the test hosts may be one or more, and the storage device may also be one or more, and multiple test hosts may establish a session with one test storage, or one test host may establish a session with multiple test storage. Different test hosts may execute different test volumes or the same test volume. And issuing corresponding test scripts to each test host according to the type of the test volume to be executed by each test host.
The session between the test storage end and the test host is established, the logical volume of the test storage end is mapped to the test host and is scanned and found, and the process can also be manually completed. And if the content of the test volume is judged to be the file read-write operation, automatically partitioning and formatting the disk, and mounting the disk to a new mounting point for the subsequent file operation.
Because each test volume has a unique UID and is consistent with the test storage end and the test host computer at the test storage end, the name of the test host computer and the name of the disk corresponding to the mapped test volume can be obtained through the name of the test volume with the parameters to be configured, the alias of the multipath device of the linux system is uniformly used, and then all the formatting, mounting and disk reading and writing operations use the alias of the device. And further acquiring the size of the disk corresponding to the test volume according to the corresponding test host name and disk name mapped by the test volume. The obtained core parameters such as the name, the size and the like of the read-write disk or the partition are converted into a format required by the Vdbenc through the test script and written into the Vdbenc running parameter file.
In addition, special configuration parameters corresponding to the test volume are written into a test script in advance, for example, parameters such as running time, IO read-write type (random sequence), transmission block size, addressing range, deduplication rate, compression rate, maximum write-in data volume, starting thread number, data verification mode and the like are written into an operation parameter file after format conversion is performed automatically. Because the storage test IO models are basically unified, a universal parameter conversion frame can be designed by the method, default parameters and parameter values which do not need to be customized are fixed, parameters which need to be changed for simulating various IO models can be customized through inputting parameters, the most common initial default values are set for the customizable parameters, and therefore even if the input parameters are not set, the most common IO parameter configuration can be generated. The file read-write and bare volume read-write parameter settings are different, so when setting input parameters, the input parameter settings need to be noticed, and when automatically generating a parameter file, the written formats are also different.
In addition, a Vdbench running mode is written in the test script in advance, and the running mode is foreground running or background running. The background operation can meet the condition that other operations (other types of test volumes) can be executed simultaneously in the IO operation process, and the foreground operation can simulate the condition that the other operations can be executed after the IO operation is successfully executed. Background running of the Vdbernh process is achieved through a nohup mode of the linux system, and after the Vdbernh process is checked to be started successfully, other operations can be executed later. If the user wants to execute other operations after a certain time, the user can wait for a certain time. Running the Vdbench background, checking a result after the running is finished, and checking a result file of the Vdbench; whether the Vdbench is waited for operation ending can be achieved by setting a waiting identifier, if waiting is selected, whether the Vdbench stops or not is circularly checked at fixed time intervals, a test result can be checked after the Vdbench stops, and otherwise, the test result is directly checked. The implementation process is implemented through a single script, so that the script can be called for checking the result after the Vdbench is run in the background and some other operations are executed.
As shown in fig. 3, the system 300 includes:
a target login unit 310 configured to remotely log in a test storage and a test host, where the test storage establishes a session with the test host;
a test creation unit 320 configured to create a test volume at a test host;
a parameter writing unit 330 configured to write the test volume information and the Vdbench operating parameter of the test host into the test script;
the script issuing unit 340 is configured to send the test script to the test host;
and a parameter configuration unit 350 configured to execute the test script to configure the Vdbench and start the execution operation of the Vdbench on the test volume through the test script.
Optionally, as an embodiment of the present invention, the system further includes:
the instruction reading unit is configured to read a read-write operation instruction of the test file in the Vdbench operation parameters;
the partition processing unit is configured to perform partition formatting on the test volume;
the list acquisition unit is configured to acquire host information and disk information corresponding to the test paper;
and the information conversion unit is configured to convert the host information and the disk information into a Vdbench required format and write the Vdbench required format into the Vdbench operation parameter file.
Optionally, as an embodiment of the present invention, the system further includes:
the mode reading unit is configured for reading a Vdbench operation mode in the Vdbench operation parameters;
the foreground operation unit is configured to monitor the Vdbench operation time length and stop the current test after the operation time length reaches a preset time length if the operation mode is foreground operation;
and the background running unit is configured to control the Vdbench to run in the background through the nohup command until the running is finished if the running mode is the background mode.
Fig. 4 is a schematic structural diagram of a terminal system 400 according to an embodiment of the present invention, where the terminal system 400 may be used to execute the method for testing and configuring the Vdbench according to the embodiment of the present invention.
The terminal system 400 may include: a processor 410, a memory 420, and a communication unit 430. 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 420 may be used for storing instructions executed by the processor 410, and the memory 420 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 420, when executed by processor 410, enable terminal 410 to perform some or all of the steps in the method embodiments described below.
The processor 410 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 420 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 410 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 430, 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 Vdbench is automatically configured through the test script according to the pre-stored test paper information and Vdbench operation parameters by setting the test script, so that the Vdbench is rapidly configured. The Vdbench can be automatically configured and started, so that the testing efficiency is improved, the testing time and the manpower resources are saved, and the technical effect achieved by the embodiment can be described in the above description, which is not described herein again.
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. A Vdbench test configuration method is characterized by comprising the following steps:
remotely logging in a test storage end and a test host, and establishing a session between the test storage and the test host;
creating a test volume in a test host;
writing the test paper information and the Vdbench operation parameter of the test host into the test script;
sending the test script to the test host;
and executing the test script to configure the Vdbench and starting the execution operation of the Vdbench on the test volume through the test script.
2. The method of claim 1, further comprising:
reading a read-write operation instruction of the test file in the Vdbench operation parameter;
formatting the test paper in a partitioning mode;
collecting host information and disk information corresponding to the test volume;
and converting the host information and the disk information into a Vdbern required format and writing the Vdbern required format into a Vdbern operation parameter file.
3. The method of claim 1, further comprising:
reading a Vdbenc operation mode in the Vdbenc operation parameters;
if the running mode is foreground running, monitoring the Vdbench running time and stopping the current test after the running time reaches the preset time;
if the operation mode is the background mode, controlling Vdbench to operate in the background through the nohup command until the operation is finished.
4. The method of claim 3, further comprising:
monitoring the Vdbernh background running time, and when the background running time does not reach the preset background running time, the test host can not execute other operations;
and acquiring the Vdbench running process according to a preset check period until the process is finished.
5. The method of claim 1, further comprising:
acquiring an execution result of the Vdbench on the test paper;
and comparing the execution result with the test file of the test paper, and if the execution result is consistent with the test file of the test paper, judging that the Vdbech passes the test.
6. A Vdbench test configuration system, comprising:
the target login unit is configured for remotely logging in a test storage terminal and a test host, and the test storage terminal and the test host establish a session;
the test creating unit is configured to create a test volume in the test host;
the parameter writing unit is configured to write the test volume information and the Vdbench operation parameters of the test host into the test script;
the script issuing unit is configured to send the test script to the test host;
and the parameter configuration unit is configured to execute the test script to configure the Vdbench and start the execution operation of the Vdbench on the test volume through the test script.
7. The system of claim 6, further comprising:
the instruction reading unit is configured to read a read-write operation instruction of the test file in the Vdbench operation parameters;
the partition processing unit is configured to perform partition formatting on the test volume;
the list acquisition unit is configured to acquire host information and disk information corresponding to the test paper;
and the information conversion unit is configured to convert the host information and the disk information into a Vdbench required format and write the Vdbench required format into the Vdbench operation parameter file.
8. The system of claim 6, further comprising:
the mode reading unit is configured for reading a Vdbench operation mode in the Vdbench operation parameters;
the foreground operation unit is configured to monitor the Vdbench operation time length and stop the current test after the operation time length reaches a preset time length if the operation mode is foreground operation;
and the background running unit is configured to control the Vdbench to run in the background through the nohup command until the running is finished if the running mode is the background mode.
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.
CN201911331518.2A 2019-12-21 2019-12-21 Vdbench test configuration method, system, terminal and storage medium Withdrawn CN111181781A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911331518.2A CN111181781A (en) 2019-12-21 2019-12-21 Vdbench test configuration method, system, terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911331518.2A CN111181781A (en) 2019-12-21 2019-12-21 Vdbench test configuration method, system, terminal and storage medium

Publications (1)

Publication Number Publication Date
CN111181781A true CN111181781A (en) 2020-05-19

Family

ID=70621521

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911331518.2A Withdrawn CN111181781A (en) 2019-12-21 2019-12-21 Vdbench test configuration method, system, terminal and storage medium

Country Status (1)

Country Link
CN (1) CN111181781A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111625193A (en) * 2020-05-22 2020-09-04 浪潮电子信息产业股份有限公司 Configuration method, device, equipment and medium of multipath alias
CN112597058A (en) * 2021-01-08 2021-04-02 北京联创信安科技股份有限公司 Web page testing method, device, equipment and storage medium based on volume creation
CN112749069A (en) * 2020-12-25 2021-05-04 河南创新科信息技术有限公司 Method for detecting file stability by utilizing vbbech circular running and computer readable storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111625193A (en) * 2020-05-22 2020-09-04 浪潮电子信息产业股份有限公司 Configuration method, device, equipment and medium of multipath alias
CN112749069A (en) * 2020-12-25 2021-05-04 河南创新科信息技术有限公司 Method for detecting file stability by utilizing vbbech circular running and computer readable storage medium
CN112597058A (en) * 2021-01-08 2021-04-02 北京联创信安科技股份有限公司 Web page testing method, device, equipment and storage medium based on volume creation

Similar Documents

Publication Publication Date Title
CN111181781A (en) Vdbench test configuration method, system, terminal and storage medium
CN111414285A (en) Test method, test device and test equipment for starting function of server system
EP3208723A1 (en) Usb wireless network card configuration method, host, usb wireless network card and communication system
CN108111929B (en) Python-based automatic test method, system and test terminal
CN112395187A (en) Test method, test system, computer device and storage medium
CN111966551A (en) Method, system, terminal and storage medium for verifying remote command execution result
CN113672441A (en) Method and device for testing intelligent equipment
CN110569154B (en) Chip interface function testing method, system, terminal and storage medium
CN109032864A (en) A kind of method and system of NVMe SSD hot plug test
CN113434255B (en) Virtual device creation method and device
CN113434422B (en) Virtual device debugging method and device and virtual device debugging system
CN111124772A (en) Cloud platform storage performance testing method, system, terminal and storage medium
CN115345098B (en) SOC verification method and device, electronic equipment and storage medium
CN108985402B (en) RAID card information acquisition method and related device
CN109933479B (en) Fault simulation and emulation method and related equipment
CN115080325A (en) PSU (power system unit) testing method, system, device and medium based on PDU (protocol data Unit)
CN111541589B (en) Method, device and equipment for testing expansion module interface of intelligent terminal
CN114138654A (en) Interface test case generation method and device, computer equipment and storage medium
CN111858198A (en) Multi-scheme memory plugging test method, system, terminal and storage medium
CN109800114B (en) BMC visual test method, device, terminal and storage medium
CN112492061A (en) IP address modification method, device and equipment of BMC (baseboard management controller) and readable storage medium
CN113127369A (en) Processing method and device for execution script
CN111475398A (en) Server NIC diagnosis method, system, terminal and storage medium
CN111367756A (en) Remote viewing method, system, terminal and storage medium for hard disk serial port log
CN112486717A (en) Method, system, terminal and storage medium for verifying consistency of disk data

Legal Events

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

Application publication date: 20200519