CN114003452A - Device testing method, control device, testing device, and storage medium - Google Patents

Device testing method, control device, testing device, and storage medium Download PDF

Info

Publication number
CN114003452A
CN114003452A CN202111268840.2A CN202111268840A CN114003452A CN 114003452 A CN114003452 A CN 114003452A CN 202111268840 A CN202111268840 A CN 202111268840A CN 114003452 A CN114003452 A CN 114003452A
Authority
CN
China
Prior art keywords
starting
test
linux kernel
testing
equipment
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
CN202111268840.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 CN202111268840.2A priority Critical patent/CN114003452A/en
Publication of CN114003452A publication Critical patent/CN114003452A/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/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2273Test methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2247Verification or detection of system hardware configuration
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

The application relates to a device testing method, a control device, a testing device and a storage medium. The method comprises the following steps: configuring a diskless server, and setting a starting mirror image of a test device and a first Linux kernel starting parameter in a PXE boot configuration file; and sending a first starting instruction to the test equipment, wherein the first starting instruction is used for indicating the test equipment to enter a PXE starting mode, and starting the test equipment under the first Linux kernel starting parameter. The method can automatically test the running conditions of the equipment under different starting parameters, particularly verify the stability of the equipment, find potential problems of the equipment, optimize the working process and save manpower and material resources.

Description

Device testing method, control device, testing device, and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to an apparatus testing method, a control apparatus, a testing apparatus, and a storage medium.
Background
The test server may use a Linux diskless system for testing. The test server may be started from the diskless system by:
1) the test server selects to start from the PXE at the starting time and is connected to the diskless server through the network.
2) And the test server acquires the IP from the diskless server and downloads the PXE starting file.
3) And the test server downloads the specified kernel file vmlinux and the system starting file initrd.
4) And the test server operates the system in the memory of the test server through the Linux kernel starting parameter set by the diskless server.
By testing the server through the diskless system, the time for manually installing the system and configuring the test environment for the server can be saved.
The startup parameters of the Linux kernel can be modified during startup. Many contents can be set by the boot parameters, such as PCIe related: the pcie _ bus _ perf sets the MPS of the device to the maximum MPS allowed by its higher level bus; the pcie _ bus _ peer2peer sets the MPS of each device to be '128B', supports point-to-point DMA between all devices and ensures that a hot-plugged (hot-plugged) device can work normally.
By modifying different startup parameters, components on the server may be affected. If a server user wants to improve the performance by modifying the startup parameters of the Linux kernel, the modified server is down and restarted or the hardware is damaged, which brings great loss to the server user.
In the prior art, a tester manually modifies the starting parameters of the system and then tests, which occupies manpower for a long time, and the starting parameters are easily input by mistake when modified, and the tester cannot test the starting parameters after work, thereby causing time waste and low efficiency.
Disclosure of Invention
Therefore, it is necessary to provide a device testing method, a control device, a testing device, and a storage medium for the above technical problems, so as to automatically test the operating conditions of the device under different starting parameters, especially to verify the stability of the device, find potential problems of the device, optimize the work flow, and save manpower and material resources.
In one aspect, a device testing method is provided, the method including:
configuring a diskless server, and setting a starting mirror image of a test device and a first Linux kernel starting parameter in a PXE boot configuration file;
and sending a first starting instruction to the test equipment, wherein the first starting instruction is used for indicating the test equipment to enter a PXE starting mode, and starting the test equipment under the starting parameter of a first Linux kernel.
In one embodiment, the method comprises:
and sending a test instruction to test equipment, wherein the test instruction is used for indicating the test equipment to run a test program for testing, and the testing comprises pressure testing, stability testing and performance testing.
In one embodiment, the method comprises:
and receiving a notification message sent by the testing equipment, wherein the notification message is used for indicating that the testing equipment completes the test under the first Linux kernel starting parameter.
In one embodiment, the method comprises:
reconfiguring the diskless server, and setting a second Linux kernel starting parameter;
sending a second starting instruction to the test equipment, wherein the second starting instruction is used for indicating the test equipment to re-enter a PXE starting mode, and starting the test equipment under the second Linux kernel starting parameter;
and circularly executing the setting of the Linux kernel starting parameters until the test equipment completes the test under all the set Linux kernel starting parameters.
In another aspect, a device testing method is provided, the method comprising:
receiving a first starting instruction from a control device, wherein the first starting instruction is used for indicating the test device to enter a PXE starting mode and starting the test device under a first Linux kernel starting parameter;
and downloading the Linux kernel file and the system starting file, and starting the test equipment in the PXE mode according to the set first Linux kernel starting parameter.
In one embodiment, the method comprises:
receiving a test instruction sent by control equipment, wherein the test instruction is used for instructing the test equipment to run a test program for testing, and the testing comprises pressure testing, stability testing and performance testing.
In one embodiment, the method comprises:
and sending a notification message to a control device, wherein the notification message is used for indicating that the test device has completed the test under the first Linux kernel starting parameter.
In yet another aspect, there is provided a control device for device testing, the device comprising:
the configuration module is used for configuring the diskless server and setting a starting mirror image of the test equipment and a first Linux kernel starting parameter in the PXE boot configuration file;
the test device comprises a receiving and sending module, a first starting module and a second starting module, wherein the receiving and sending module is used for sending a first starting instruction to the test device, and the first starting instruction is used for indicating the test device to enter a PXE starting mode and starting the test device under a first Linux kernel starting parameter.
In yet another aspect, a test apparatus is provided, the apparatus comprising:
the test device comprises a transceiver module, a first kernel starting module and a second kernel starting module, wherein the transceiver module is used for receiving a first starting instruction from a control device, and the first starting instruction is used for indicating the test device to enter a PXE starting mode and starting the test device under a first Linux kernel starting parameter;
and the test module is used for downloading the Linux kernel file and the system starting file and starting the test equipment in the PXE mode according to the set first Linux kernel starting parameter.
In yet another aspect, a computer-readable storage medium is provided, having stored thereon a computer program which, when executed by a processor, performs the steps of:
configuring a diskless server, and setting a starting mirror image of a test device and a first Linux kernel starting parameter in a PXE boot configuration file;
and sending a first starting instruction to the test equipment, wherein the first starting instruction is used for indicating the test equipment to enter a PXE starting mode, and starting the test equipment under the starting parameter of a first Linux kernel.
In yet another aspect, a computer-readable storage medium is provided, having stored thereon a computer program which, when executed by a processor, performs the steps of:
receiving a first starting instruction from a control device, wherein the first starting instruction is used for indicating the test device to enter a PXE starting mode and starting the test device under a first Linux kernel starting parameter;
and downloading the Linux kernel file and the system starting file, and starting the test equipment in the PXE mode according to the set first Linux kernel starting parameter.
According to the equipment testing method, the control equipment, the testing equipment and the storage medium, the running conditions of the equipment under different starting parameters are automatically tested by configuring and modifying the Linux kernel starting parameters of the diskless server, especially the stability of the equipment can be verified, potential problems of the equipment can be found, the working flow can be optimized, and manpower and material resources can be saved.
Drawings
FIG. 1 is a flow diagram illustrating a method for testing a device according to one embodiment;
FIG. 2 is a flow chart illustrating a method for testing a device according to another embodiment;
fig. 3 is a block diagram showing the configuration of a control device in one embodiment.
FIG. 4 is a block diagram of the test equipment in one embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
In one embodiment, as shown in fig. 1, there is provided a device testing method, the method comprising:
s11: and configuring the diskless server, and setting a starting image of the test equipment and a first Linux kernel starting parameter in a PXE boot configuration file.
In this embodiment, the test device may be a server, and the following description will take the test device as the server as an example. Wherein, the diskless server means: the server does not use the local hard disk to obtain the starting system, but obtains the mirror image of the starting system through the appointed server of the network, and downloads the mirror image back to the local machine for starting the server, and meanwhile, the server in the local area network does not need to use the traditional hard disk to read data, but reads the data through the server. Specifically, the steps include:
1) and (4) building a diskless server, wherein the diskless server provides PXE service for the servers in the same network, and the servers needing to be tested are guided to be started.
2) The Linux kernel starting parameters to be tested are stored in the database, updating and calling are convenient, and different Linux kernel starting parameters are represented by the first Linux kernel starting parameter, the second Linux kernel starting parameter and the like in the embodiment.
3) Software programs or test data required by the test are stored in a server, including but not limited to a diskless server or a storage server.
4) And storing the Linux diskless mirror image of the test environment in a server.
S12: and sending a first starting instruction to the test equipment, wherein the first starting instruction is used for indicating the test equipment to enter a PXE starting mode, and starting the test equipment under the starting parameter of a first Linux kernel.
Specifically, the diskless server is set, a diskless image to be tested by the testing device is specified in the PXE boot configuration file, and a first Linux kernel starting parameter is set. And after the configuration is finished, sending a first starting instruction to the test equipment, controlling the test equipment to enter a PXE starting mode, and starting under a first Linux kernel starting parameter.
In one embodiment, the method comprises:
and sending a test instruction to test equipment, wherein the test instruction is used for indicating the test equipment to run a test program for testing, and the testing comprises pressure testing, stability testing and performance testing.
Specifically, the test equipment is started according to the set first Linux kernel starting parameter, the set second Linux kernel starting parameter and the like. After the test equipment enters the system, the control equipment sends a test instruction to the test equipment, the test equipment is remotely controlled to run tests, wherein the tests comprise but are not limited to tests such as pressure tests, stability tests, performance tests and the like of parts such as a CPU (central processing unit), a memory, a hard disk, a GPU (graphics processing unit) and the like, and the test equipment records the running state of a machine and a test log.
In one embodiment, the method comprises:
and receiving a notification message sent by the testing equipment, wherein the notification message is used for indicating that the testing equipment completes the test under the first Linux kernel starting parameter.
Specifically, after the test of the test equipment is completed, the test log is stored in the storage server, a notification message is sent to the control equipment, the control equipment receives the notification message sent by the test equipment, and the test equipment is determined to have completed the test under the first Linux kernel starting parameter according to the notification message.
In one embodiment, the method comprises:
reconfiguring the diskless server, and setting a second Linux kernel starting parameter;
sending a second starting instruction to the test equipment, wherein the second starting instruction is used for indicating the test equipment to re-enter a PXE starting mode, and starting the test equipment under the second Linux kernel starting parameter;
and circularly executing the setting of the Linux kernel starting parameters until the test equipment completes the test under all the set Linux kernel starting parameters.
Specifically, the control device sets a second Linux kernel startup parameter for the diskless server, and it should be noted that the second Linux kernel startup parameter and the first Linux kernel startup parameter may be different types of startup parameters, or may be different parameter values of the same type of startup parameters. And enabling the test equipment to reenter the system according to the new Linux kernel starting parameters, and then running the test. And the test is circulated to all the set Linux kernel starting parameters until the test is finished.
According to the equipment testing method, the Linux kernel starting parameters of the diskless server are configured and modified, the running conditions of the equipment under different starting parameters are automatically tested, especially the stability of the equipment can be verified, potential problems of the equipment can be found, the working flow can be optimized, and manpower and material resources can be saved. It should be understood that, although the steps in the flowchart of fig. 1 are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise.
In one embodiment, as shown in fig. 2, there is provided a device testing method, the method comprising:
s21: and receiving a first starting instruction from the control equipment, wherein the first starting instruction is used for indicating the test equipment to enter a PXE starting mode and starting the test equipment under the starting parameter of a first Linux kernel.
Specifically, the control device sets the diskless server, and specifies a diskless image to be tested by the test device and a first Linux kernel starting parameter in the PXE boot configuration file. After configuration is completed, the test equipment receives a first starting instruction from the control equipment, enters a PXE starting mode, and is started under a first Linux kernel starting parameter.
S22: and downloading the Linux kernel file and the system starting file, and starting the test equipment in the PXE mode according to the set first Linux kernel starting parameter.
Specifically, the test equipment is started through the PXE, downloads the Linux kernel file vmlinux and the system start file initrd.
According to the equipment testing method, the Linux kernel starting parameters of the diskless server are configured and modified, the running conditions of the equipment under different starting parameters are automatically tested, especially the stability of the equipment can be verified, potential problems of the equipment can be found, the working flow can be optimized, and manpower and material resources can be saved.
In one embodiment, the method comprises:
receiving a test instruction sent by control equipment, wherein the test instruction is used for instructing the test equipment to run a test program for testing, and the testing comprises pressure testing, stability testing and performance testing.
Specifically, the test equipment is started according to the set Linux kernel starting parameters. After the test equipment enters the system, the test equipment receives a test instruction from the control equipment to perform tests, wherein the tests include but are not limited to pressure tests, stability tests, performance tests and the like on components such as a CPU (central processing unit), a memory, a hard disk, a GPU (graphics processing unit), and the like, and the test equipment records the running state of a machine and a test log.
In one embodiment, the method comprises:
and sending a notification message to a control device, wherein the notification message is used for indicating that the test device has completed the test under the first Linux kernel starting parameter.
Specifically, after the test of the test equipment is completed, the test log is stored in the storage server, a notification message is sent to the control equipment, the control equipment receives the notification message sent by the test equipment, and the test equipment is determined to have completed the test under the Linux kernel starting parameter according to the notification message.
Similarly, a second start instruction may be received from the control device, where the first start instruction is used to instruct the test device to enter the PXE start mode, and start the test device under the second Linux kernel start parameter. And downloading the Linux kernel file and the system starting file, and starting the test equipment in the PXE mode according to the set second Linux kernel starting parameter. Until the set Linux kernel starting parameter test is finished.
It should be understood that, although the steps in the flowchart of fig. 2 are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least a portion of the steps in fig. 2 may include multiple sub-steps or multiple stages that are not necessarily performed at the same time, but may be performed at different times, and the order of performance of the sub-steps or stages is not necessarily sequential, but may be performed in turn or alternately with other steps or at least a portion of the sub-steps or stages of other steps.
In one embodiment, as shown in fig. 3, there is provided a control device for device testing, the device comprising:
the configuration module 301 is configured to configure the diskless server, and set a start image of the test device and a first Linux kernel start parameter in the PXE boot configuration file;
the transceiver module 302 is configured to send a first start instruction to the test device, where the first start instruction is used to instruct the test device to enter a PXE start mode, and start the test device under a first Linux kernel start parameter.
In one embodiment, the transceiver module 302 is configured to:
and sending a test instruction to test equipment, wherein the test instruction is used for indicating the test equipment to run a test program for testing, and the testing comprises pressure testing, stability testing and performance testing.
In one embodiment, the transceiver module 302 is configured to:
and receiving a notification message sent by the testing equipment, wherein the notification message is used for indicating that the testing equipment completes the test under the first Linux kernel starting parameter.
In one embodiment, the configuration module 301 is configured to:
reconfiguring the diskless server, and setting a second Linux kernel starting parameter;
sending a second starting instruction to the test equipment, wherein the second starting instruction is used for indicating the test equipment to re-enter a PXE starting mode, and starting the test equipment under the second Linux kernel starting parameter;
and circularly executing the setting of the Linux kernel starting parameters until the test equipment completes the test under all the set Linux kernel starting parameters.
In one embodiment, as shown in fig. 4, there is provided a test apparatus comprising:
a transceiver module 401, configured to receive a first start instruction from a control device, where the first start instruction is used to instruct the test device to enter a PXE start mode, and start the test device under a first Linux kernel start parameter;
the test module 402 is configured to download a Linux kernel file and a system start file, and start the test device in the PXE mode according to the set first Linux kernel start parameter.
In one embodiment, the transceiver module 401 is configured to:
receiving a test instruction sent by control equipment, wherein the test instruction is used for instructing the test equipment to run a test program for testing, and the testing comprises pressure testing, stability testing and performance testing.
In one embodiment, the transceiver module 401 is configured to:
and sending a notification message to a control device, wherein the notification message is used for indicating that the test device has completed the test under the first Linux kernel starting parameter.
In one embodiment, the transceiver module 401 is configured to: receiving a second starting instruction from the control equipment, wherein the second starting instruction is used for indicating the test equipment to enter a PXE starting mode and starting the test equipment under a second Linux kernel starting parameter;
the test module 402 is configured to download the Linux kernel file and the system start file, and start the test device in the PXE mode according to the set second Linux kernel start parameter.
For specific limitations of the control device and the test device, reference may be made to the above limitations of the test method, which are not described herein again. The respective modules in the control device and the test device described above may be implemented in whole or in part by software, hardware, and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a computer-readable storage medium is provided, having stored thereon a computer program which, when executed by a processor, performs the steps of:
configuring a diskless server, and setting a starting mirror image of a test device and a first Linux kernel starting parameter in a PXE boot configuration file;
and sending a first starting instruction to the test equipment, wherein the first starting instruction is used for indicating the test equipment to enter a PXE starting mode, and starting the test equipment under the starting parameter of a first Linux kernel.
In one embodiment, the computer program when executed by the processor further performs the steps of:
and sending a test instruction to test equipment, wherein the test instruction is used for indicating the test equipment to run a test program for testing, and the testing comprises pressure testing, stability testing and performance testing.
In one embodiment, the computer program when executed by the processor further performs the steps of:
and receiving a notification message sent by the testing equipment, wherein the notification message is used for indicating that the testing equipment completes the test under the first Linux kernel starting parameter.
In one embodiment, the computer program when executed by the processor further performs the steps of:
reconfiguring the diskless server, and setting a second Linux kernel starting parameter;
sending a second starting instruction to the test equipment, wherein the second starting instruction is used for indicating the test equipment to re-enter a PXE starting mode, and starting the test equipment under the second Linux kernel starting parameter;
and circularly executing the setting of the Linux kernel starting parameters until the test equipment completes the test under all the set Linux kernel starting parameters.
In one embodiment, the computer program when executed by the processor further performs the steps of:
receiving a first starting instruction from a control device, wherein the first starting instruction is used for indicating the test device to enter a PXE starting mode and starting the test device under a first Linux kernel starting parameter;
and downloading the Linux kernel file and the system starting file, and starting the test equipment in the PXE mode according to the set first Linux kernel starting parameter.
In one embodiment, the computer program when executed by the processor further performs the steps of:
receiving a test instruction sent by control equipment, wherein the test instruction is used for instructing the test equipment to run a test program for testing, and the testing comprises pressure testing, stability testing and performance testing.
In one embodiment, the computer program when executed by the processor further performs the steps of:
and sending a notification message to a control device, wherein the notification message is used for indicating that the test device has completed the test under the first Linux kernel starting parameter.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A method for testing a device, the method comprising:
configuring a diskless server, and setting a starting mirror image of a test device and a first Linux kernel starting parameter in a PXE boot configuration file;
and sending a first starting instruction to the test equipment, wherein the first starting instruction is used for indicating the test equipment to enter a PXE starting mode, and starting the test equipment under the starting parameter of a first Linux kernel.
2. The method of claim 1, wherein the method comprises:
and sending a test instruction to test equipment, wherein the test instruction is used for indicating the test equipment to run a test program for testing, and the testing comprises pressure testing, stability testing and performance testing.
3. The method of claim 2, wherein the method comprises:
and receiving a notification message sent by the testing equipment, wherein the notification message is used for indicating that the testing equipment completes the test under the first Linux kernel starting parameter.
4. The method of claim 3, wherein the method comprises:
reconfiguring the diskless server, and setting a second Linux kernel starting parameter;
sending a second starting instruction to the test equipment, wherein the second starting instruction is used for indicating the test equipment to re-enter a PXE starting mode, and starting the test equipment under the second Linux kernel starting parameter;
and circularly executing the setting of the Linux kernel starting parameters until the test equipment completes the test under all the set Linux kernel starting parameters.
5. A method for testing a device, the method comprising:
receiving a first starting instruction from a control device, wherein the first starting instruction is used for indicating the test device to enter a PXE starting mode and starting the test device under a first Linux kernel starting parameter;
and downloading the Linux kernel file and the system starting file, and starting the test equipment in the PXE mode according to the set first Linux kernel starting parameter.
6. The method of claim 5, wherein the method comprises:
receiving a test instruction sent by control equipment, wherein the test instruction is used for instructing the test equipment to run a test program for testing, and the testing comprises pressure testing, stability testing and performance testing.
7. The method of claim 6, wherein the method comprises:
and sending a notification message to a control device, wherein the notification message is used for indicating that the test device has completed the test under the first Linux kernel starting parameter.
8. A control device for device testing, the device comprising:
the configuration module is used for configuring the diskless server and setting a starting mirror image of the test equipment and a first Linux kernel starting parameter in the PXE boot configuration file;
the test device comprises a receiving and sending module, a first starting module and a second starting module, wherein the receiving and sending module is used for sending a first starting instruction to the test device, and the first starting instruction is used for indicating the test device to enter a PXE starting mode and starting the test device under a first Linux kernel starting parameter.
9. A test apparatus, characterized in that the apparatus comprises:
the test device comprises a transceiver module, a first kernel starting module and a second kernel starting module, wherein the transceiver module is used for receiving a first starting instruction from a control device, and the first starting instruction is used for indicating the test device to enter a PXE starting mode and starting the test device under a first Linux kernel starting parameter;
and the test module is used for downloading the Linux kernel file and the system starting file and starting the test equipment in the PXE mode according to the set first Linux kernel starting parameter.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 7.
CN202111268840.2A 2021-10-29 2021-10-29 Device testing method, control device, testing device, and storage medium Pending CN114003452A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111268840.2A CN114003452A (en) 2021-10-29 2021-10-29 Device testing method, control device, testing device, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111268840.2A CN114003452A (en) 2021-10-29 2021-10-29 Device testing method, control device, testing device, and storage medium

Publications (1)

Publication Number Publication Date
CN114003452A true CN114003452A (en) 2022-02-01

Family

ID=79924958

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111268840.2A Pending CN114003452A (en) 2021-10-29 2021-10-29 Device testing method, control device, testing device, and storage medium

Country Status (1)

Country Link
CN (1) CN114003452A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105930239A (en) * 2016-04-20 2016-09-07 浪潮电子信息产业股份有限公司 Computer PXE test method
CN110737479A (en) * 2019-09-04 2020-01-31 平安科技(深圳)有限公司 method for starting operating system without disk, server and readable storage medium
CN112463466A (en) * 2019-09-09 2021-03-09 英业达科技有限公司 Computer testing method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105930239A (en) * 2016-04-20 2016-09-07 浪潮电子信息产业股份有限公司 Computer PXE test method
CN110737479A (en) * 2019-09-04 2020-01-31 平安科技(深圳)有限公司 method for starting operating system without disk, server and readable storage medium
CN112463466A (en) * 2019-09-09 2021-03-09 英业达科技有限公司 Computer testing method

Similar Documents

Publication Publication Date Title
CN107608681B (en) Operating system installation method and device and server
CN109933466B (en) Python-based solid state hard disk controller test method and device
CN108804232B (en) Method, host server and system for supporting cloud FPGA deployment
CN112445708A (en) Pressure testing method and device and computing equipment
CN110888834B (en) Method and system for dynamically reconstructing FPGA function in PCIE equipment
CN112328297B (en) Method and device for upgrading Android system running compatibly on Linux
CN111026417A (en) Embedded equipment upgrading method and embedded equipment
CN108763098B (en) Memory data processing test system
CN113010214B (en) BIOS option setting method, system and storage medium
CN112162794A (en) Single board starting method, device, single board and network equipment
CN114003452A (en) Device testing method, control device, testing device, and storage medium
CN110187890B (en) Project deployment method, electronic equipment and storage medium
CN112860291A (en) Firmware upgrading method and device
CN111596964A (en) Method and device for realizing batch deployment of Windows systems based on wireless network
CN109471665B (en) Method for automatically installing Windows operating system
CN107172610B (en) GSM network self-adaption method and device and electronic equipment
CN113986357B (en) Method, apparatus and storage medium for establishing communication link
CN110910945B (en) Method and device for testing robustness of SSD (solid State disk) signal, computer equipment and storage medium
CN113805953A (en) UEFI environment deployment implementation method and device, computer equipment and storage medium
CN111147400B (en) Method and device for command line configuration synchronization and electronic equipment
CN109684134B (en) Method and server for rapidly deploying firmware settings among multiple devices
CN113778474A (en) Upgrading method, device, equipment and storage medium
CN113094054A (en) Automatic deployment method and device for multiple Linux systems and computer equipment
CN114598755B (en) Network protocol start sequence control method, device, equipment and storage medium
CN113032193A (en) Hard disk testing method and device under DOS (disk operating System), computer equipment 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