CN111274072A - Method and system for detecting equipment compatibility, electronic equipment and storage medium - Google Patents

Method and system for detecting equipment compatibility, electronic equipment and storage medium Download PDF

Info

Publication number
CN111274072A
CN111274072A CN202010058991.4A CN202010058991A CN111274072A CN 111274072 A CN111274072 A CN 111274072A CN 202010058991 A CN202010058991 A CN 202010058991A CN 111274072 A CN111274072 A CN 111274072A
Authority
CN
China
Prior art keywords
target
image
file
operating system
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.)
Withdrawn
Application number
CN202010058991.4A
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.)
Inspur Electronic Information Industry Co Ltd
Original Assignee
Inspur Electronic Information Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Inspur Electronic Information Industry Co Ltd filed Critical Inspur Electronic Information Industry Co Ltd
Priority to CN202010058991.4A priority Critical patent/CN111274072A/en
Publication of CN111274072A publication Critical patent/CN111274072A/en
Withdrawn 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/2294Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing by remote test
    • 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
    • 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/4401Bootstrapping
    • G06F9/4416Network booting; Remote initial program loading [RIPL]

Abstract

The application discloses a device compatibility detection method, which is applied to a PXE server, wherein the PXE server is connected with target equipment through a PXE network, and the detection method comprises the following steps: determining target configuration information of a target image; importing a boot file and an image file of a target mirror image according to target configuration information; transmitting the boot file and the image file of the target image to the target equipment through a PXE network so that the target equipment can install an operating system corresponding to the target image; and acquiring a serial port printing log of the target equipment, and generating a compatibility detection result of the target equipment according to the serial port printing log. The method and the device can realize automatic testing of the compatibility of the equipment and improve the detection efficiency of the compatibility of the equipment. The application also discloses a detection system for equipment compatibility, an electronic device and a storage medium, and the detection system has the beneficial effects.

Description

Method and system for detecting equipment compatibility, electronic equipment and storage medium
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a method and a system for detecting device compatibility, an electronic device, and a storage medium.
Background
Currently, a server has a specific operating system for CPUs (central processing units) with different architectures, but users have different requirements for the operating system of the server, for example, some services of clients are always under a reddat operating system or a windows operating system. Therefore, for the mainstream operating systems used by the user, the compatibility list of the operating system corresponding to each server needs to be updated synchronously when the server issues the operating system. However, for such many operating systems, if one of the operating systems performs a manual pre-installation test, the iso image is engraved first, then a boot item is selected, and then the operating system is restarted to enter the operating system for checking after the operating system is installed, so that the efficiency of compatibility detection is low.
Therefore, how to implement an automatic test of device compatibility and improve the device compatibility detection efficiency is a technical problem that needs to be solved by those skilled in the art at present.
Disclosure of Invention
The application aims to provide a method and a system for detecting equipment compatibility, an electronic device and a storage medium, which can realize automatic test of the equipment compatibility and improve the detection efficiency of the equipment compatibility.
In order to solve the above technical problem, the present application provides a device compatibility detection method, which is applied to a PXE server, where the PXE server is connected to a target device through a PXE network, and the detection method includes:
determining target configuration information of a target image; the target configuration information comprises boot file path information and image file path information;
importing a boot file and an image file of the target mirror image according to the target configuration information;
transmitting the boot file and the image file of the target image to the target equipment through the PXE network so that the target equipment can install an operating system corresponding to the target image;
and acquiring a serial port printing log of the target equipment, and generating a compatibility detection result of the target equipment according to the serial port printing log.
Optionally, before determining the configuration information of the target image, the method further includes:
reading configuration information of all images in a configuration file by using a shell script, and adding a corresponding relation between the images and the configuration information into the configuration file;
restarting all services in the PXE server.
Optionally, determining the target configuration information of the target image includes:
and selecting the target mirror images according to the arrangement sequence of the mirror images in the configuration file, and determining the target configuration information of the target mirror images according to the corresponding relation between the mirror images and the configuration information.
Optionally, after determining the operating system installation result of the target device according to the serial port print log, the method further includes:
taking the next mirror image of the target mirror images in the configuration file as a new target mirror image;
and transmitting the boot file and the image file of the new target image to the target equipment through the PXE network so that the target equipment can install the operating system corresponding to the new target image.
Optionally, importing the boot file and the image file of the target image according to the target configuration information includes:
importing the boot file of the target mirror image according to the boot file path information;
and importing the image file of the target mirror image according to the image file path information.
Optionally, the obtaining a serial port print log of the target device, and generating a compatibility detection result of the target device according to the serial port print log includes:
acquiring a serial port printing log of the target equipment by using a shell script;
and determining an operating system installation result of the target equipment according to the serial port printing log, and determining a compatibility detection result of the target equipment according to the operating system installation result.
Optionally, determining the compatibility detection result of the target device according to the operating system installation result includes:
when the installation result of the operating system is successful, generating a compatibility detection result of the operating system of which the target equipment is compatible with the target image;
and when the installation result of the operating system is that the installation is failed, generating a compatibility detection result of the operating system of which the target equipment is incompatible with the target image.
The application further provides a detection system for device compatibility, which is applied to the PXE server, wherein the PXE server is connected with the target device through the PXE network, and the detection system includes:
the configuration determining module is used for determining target configuration information of the target mirror image; the target configuration information comprises boot file path information and image file path information;
the file import module is used for importing the boot file and the image file of the target mirror image according to the target configuration information;
the file transmission module is used for transmitting the boot file and the image file of the target image to the target equipment through the PXE network so that the target equipment can install the operating system corresponding to the target image conveniently;
and the result generation module is used for acquiring the serial port printing log of the target equipment and generating a compatibility detection result of the target equipment according to the serial port printing log.
The application also provides a storage medium, on which a computer program is stored, and the computer program realizes the steps executed by the detection method of the device compatibility when executed.
The application also provides an electronic device, which comprises a memory and a processor, wherein the memory is stored with a computer program, and the processor realizes the steps executed by the device compatibility detection method when calling the computer program in the memory.
The application provides a device compatibility detection method, which is applied to a PXE server, wherein the PXE server is connected with target devices through a PXE network, and the detection method comprises the steps of determining target configuration information of a target image; the target configuration information comprises boot file path information and image file path information; importing a boot file and an image file of the target mirror image according to the target configuration information; transmitting the boot file and the image file of the target image to the target equipment through the PXE network so that the target equipment can install an operating system corresponding to the target image; and acquiring a serial port printing log of the target equipment, and generating a compatibility detection result of the target equipment according to the serial port printing log.
In the application, the PXE server is connected with target equipment needing to test the compatibility of the equipment through the PXE network, the PXE server firstly determines configuration information of a target image, and a boot file and an image file of the target image are imported based on the configuration information. And the PXE server transmits the boot file and the image file to the target equipment through the PXE network so that the target equipment can install the operating system corresponding to the target image by using the received file. And the PXE server also obtains a compatibility detection result of the target equipment by acquiring a serial port printing log of the target equipment. In the compatibility detection process, an operating system does not need to be manually installed, the automatic test of the equipment compatibility can be realized, and the equipment compatibility detection efficiency is improved. The application also provides a device compatibility detection system, an electronic device and a storage medium, which have the beneficial effects and are not repeated herein.
Drawings
In order to more clearly illustrate the embodiments of the present application, the drawings needed for the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings can be obtained by those skilled in the art without inventive effort.
Fig. 1 is a flowchart of a method for detecting device compatibility according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of a device compatibility detection system according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of an automatic testing platform for operating system compatibility of a server based on a PXE network according to an embodiment of the present disclosure.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but 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 application.
Referring to fig. 1, fig. 1 is a flowchart of a method for detecting device compatibility according to an embodiment of the present disclosure.
The specific steps may include:
s101: determining target configuration information of a target image;
the present embodiment may be applied to a PXE server connected to a target device through a PXE (Preboot eXecution Environment) network, where the target device may be a server with compatibility to be detected, and the present embodiment may use a desktop computer, a server, or a personal computer to set up the PXE server. The PXE server can be connected with any number of target devices through the PXE network and transmits image files required by the installation of the operating system. After the PXE server is built, all the images to be tested can be placed in the PXE server in the subsequent steps, and the boot file and the absolute path of the image file of each image are configured to the config file of the PEX server.
After the PXE server is built for the first time, an image file required by the target image can be read into the PXE server. Before this step, there may be an operation of receiving the compatibility test instruction, and then the target configuration information of the target image is read from the configuration file according to the compatibility test instruction. The target configuration information comprises boot file path information and image file path information, the boot file path information specifically refers to an absolute path of a boot file, and the image file path information specifically refers to an absolute path of an image file. The configuration file can store configuration information of a plurality of images, and each image in the configuration file corresponds to a row of configuration information, such as reddat 6.7, boot:/lx/vmlinz, and imag initrd:/lx/initrd. If there are n images in the configuration file, there are n rows of configuration information. In this embodiment, each line of configuration information of the configuration file may be read into the PXE server by the shell script, and each service in the PXE server is restarted, so as to complete the initialization operation of the parameters.
As a possible implementation manner, before determining the configuration information of the target image, the configuration information of all images in the configuration file may be read by using a shell script, and the corresponding relationship between the images and the configuration information is added to the configuration file, so as to restart all services in the PXE server.
S102: importing a boot file and an image file of the target mirror image according to the target configuration information;
the step is established on the basis of obtaining the target configuration information of the target mirror image, and the boot file and the image file of the target mirror image can be imported according to the target configuration information. Specifically, in this embodiment, the boot file of the target image may be imported according to the boot file path information, and the image file of the target image may also be imported according to the image file path information.
S103: transmitting the boot file and the image file of the target image to the target equipment through the PXE network so that the target equipment can install an operating system corresponding to the target image;
the boot file and the image file are transmitted to the target device through the PXE network on the basis that the boot file and the image file are already imported to the PXE server, and after receiving the boot file and the image file, the target device can use the boot file and the image file to implement the operating system installation operation, so as to install the operating system of the target image on the target device.
Specifically, the PXE server may control the target device to start, the PXE server may import the content of the first image into the PXE server according to the first line in the config configuration file, install the operating system to the client through the PXE network, and monitor the installation process of the operating system by collecting the serial port print log of the client. The Shell script monitors and captures error logs, and outputs an excel test form through python sorting. The remaining images in the configuration file may import the results into the test form according to the process described above. The testing personnel can arrange the operating system compatibility of the server according to the testing result.
It is understood that the BIOS of the target device may be first flushed to the general BIOS before this step, so that the target device may support installation of various types of operating systems, and the pxe network boot may be started under the general BIOS.
S104: and acquiring a serial port printing log of the target equipment, and generating a compatibility detection result of the target equipment according to the serial port printing log.
If the target device successfully installs the operating system of the target image, the target device is compatible with the operating system of the target image; and if the target equipment fails to install the target image operating system, indicating that the target equipment is not compatible with the operating system of the target image. Whether the operating system is installed on the target device successfully can be judged according to the serial port printing log of the target device, and then a compatibility detection result of the target device is generated according to the serial port printing log.
It can be understood that, in the embodiment, the boot file and the image file in the configuration file may be sequentially imported, and then each image is imported to the target device, so as to detect the compatibility of the target device with the operating system of each image. According to the embodiment, the compatibility of the target device for each operating system can be counted to obtain the compatibility list of the target device for all operating systems.
In the embodiment, the PXE server is connected with the target device needing to test the compatibility of the device through the PXE network, the PXE server firstly determines the configuration information of the target image, and imports the boot file and the image file of the target image based on the configuration information. And the PXE server transmits the boot file and the image file to the target equipment through the PXE network so that the target equipment can install the operating system corresponding to the target image by using the received file. And the PXE server also obtains a compatibility detection result of the target equipment by acquiring a serial port printing log of the target equipment. In the compatibility detection process of the embodiment, an operating system does not need to be manually installed, the automatic test of the equipment compatibility can be realized, and the equipment compatibility detection efficiency is improved. The embodiment provides the automatic testing method for the compatibility of the server operating system based on the pxe network, and the testing result can be automatically obtained based on the method and is pushed to the tester, so that the labor cost of the tester is reduced, and the working efficiency of development and testing is improved.
As a possible implementation manner, in the embodiment corresponding to fig. 1, the operation of determining the target configuration information of the target image by S101 may specifically be: and selecting the target mirror images according to the arrangement sequence of the mirror images in the configuration file, and determining the target configuration information of the target mirror images according to the corresponding relation between the mirror images and the configuration information. Correspondingly, after the operating system installation result of the target device is determined according to the serial port printing log, the next mirror image of the target mirror image in the configuration file can be used as a new target mirror image; and transmitting the boot file and the image file of the new target image to the target equipment through the PXE network so that the target equipment can install the operating system corresponding to the new target image.
As a possible implementation manner, the step S104 of generating the compatibility detection result in the embodiment corresponding to fig. 1 may include the following steps: acquiring a serial port printing log of the target equipment by using a shell script; and determining an operating system installation result of the target equipment according to the serial port printing log, and determining a compatibility detection result of the target equipment according to the operating system installation result.
Specifically, when the installation result of the operating system is successful installation, a compatibility detection result of the operating system of which the target device is compatible with the target image is generated; and when the installation result of the operating system is that the installation is failed, generating a compatibility detection result of the operating system of which the target equipment is incompatible with the target image.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a device compatibility detection system according to an embodiment of the present disclosure; the PXE server is applied to a PXE server, the PXE server is connected with target equipment through a PXE network, and the detection system comprises:
a configuration determining module 100, configured to determine target configuration information of a target image; the target configuration information comprises boot file path information and image file path information;
a file import module 200, configured to import a boot file and an image file of the target image according to the target configuration information;
the file transmission module 300 is configured to transmit the boot file and the image file of the target image to the target device through the PXE network, so that the target device installs an operating system corresponding to the target image;
and the result generating module 400 is configured to obtain a serial port print log of the target device, and generate a compatibility detection result of the target device according to the serial port print log.
In the embodiment, the PXE server is connected with the target device needing to test the compatibility of the device through the PXE network, the PXE server firstly determines the configuration information of the target image, and imports the boot file and the image file of the target image based on the configuration information. And the PXE server transmits the boot file and the image file to the target equipment through the PXE network so that the target equipment can install the operating system corresponding to the target image by using the received file. And the PXE server also obtains a compatibility detection result of the target equipment by acquiring a serial port printing log of the target equipment. In the compatibility detection process of the embodiment, an operating system does not need to be manually installed, the automatic test of the equipment compatibility can be realized, and the equipment compatibility detection efficiency is improved.
Optionally, the method further includes:
the system comprises a relation adding module, a configuration file storing module and a configuration file storing module, wherein the relation adding module is used for reading configuration information of all images in the configuration file by using a shell script and adding the corresponding relation between the images and the configuration information into the configuration file;
and the service restarting module is used for restarting all services in the PXE server.
Optionally, the configuration determining module 100 is specifically a module configured to select the target images according to the arrangement order of the images in the configuration file, and determine the target configuration information of the target images according to the correspondence between the images and the configuration information.
Optionally, the method further includes:
a new image selection module, configured to use a next image of the target images in the configuration file as a new target image;
and the file transmission module is used for transmitting the boot file and the image file of the new target image to the target equipment through the PXE network so that the target equipment can install the operating system corresponding to the new target image.
Further, the file import module 200 includes:
a boot file importing unit, configured to import a boot file of the target image according to the boot file path information;
and the image file importing unit is used for importing the image file of the target mirror image according to the image file path information.
Further, the result generation module 400 includes:
the log obtaining unit is used for obtaining a serial port printing log of the target device by using the shell script;
and the result determining unit is used for determining the operating system installation result of the target equipment according to the serial port printing log and determining the compatibility detection result of the target equipment according to the operating system installation result.
Further, the result determining unit is configured to generate a compatibility detection result of the operating system of which the target device is compatible with the target image, when the operating system installation result is that installation is successful; and the compatibility detection module is further used for generating a compatibility detection result of the operating system of which the target equipment is incompatible with the target image when the installation result of the operating system is that the installation is failed.
Since the embodiment of the system part corresponds to the embodiment of the method part, the embodiment of the system part is described with reference to the embodiment of the method part, and is not repeated here.
The present application also provides a storage medium having a computer program stored thereon, which when executed, may implement the steps provided by the above-described embodiments. The storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The application further provides an electronic device, which may include a memory and a processor, where the memory stores a computer program, and the processor may implement the steps provided by the foregoing embodiments when calling the computer program in the memory. Of course, the electronic device may also include various network interfaces, power supplies, and the like.
Referring to fig. 3, fig. 3 is a schematic structural diagram of an automatic testing platform for compatibility of a PXE network-based server operating system provided in an embodiment of the present application, where the automatic testing platform includes a server and a client, the server includes a built generic PXE server and a Shell script, and the client includes a generic BIOS and a server to be tested for compatibility. The method comprises the steps that a server side controls a client side to be started, a PXE server leads the content of a first mirror image into the PXE server according to a first line in a config configuration file, a system is installed for the client side through a PXE network, and the installation process of an operating system can be monitored by collecting serial port printing logs of the client side. The Shell script monitors and captures error logs, and outputs a compatibility test table through python sorting.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. For the system disclosed by the embodiment, the description is relatively simple because the system corresponds to the method disclosed by the embodiment, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A device compatibility detection method is applied to a PXE server, the PXE server is connected with a target device through a PXE network, and the detection method comprises the following steps:
determining target configuration information of a target image; the target configuration information comprises boot file path information and image file path information;
importing a boot file and an image file of the target mirror image according to the target configuration information;
transmitting the boot file and the image file of the target image to the target equipment through the PXE network so that the target equipment can install an operating system corresponding to the target image;
and acquiring a serial port printing log of the target equipment, and generating a compatibility detection result of the target equipment according to the serial port printing log.
2. The detection method according to claim 1, before determining the configuration information of the target image, further comprising:
reading configuration information of all images in a configuration file by using a shell script, and adding a corresponding relation between the images and the configuration information into the configuration file;
restarting all services in the PXE server.
3. The inspection method of claim 2, wherein determining target configuration information for the target image comprises:
and selecting the target mirror images according to the arrangement sequence of the mirror images in the configuration file, and determining the target configuration information of the target mirror images according to the corresponding relation between the mirror images and the configuration information.
4. The detection method according to claim 3, after determining the operating system installation result of the target device according to the serial port print log, further comprising:
taking the next mirror image of the target mirror images in the configuration file as a new target mirror image;
and transmitting the boot file and the image file of the new target image to the target equipment through the PXE network so that the target equipment can install the operating system corresponding to the new target image.
5. The detection method according to claim 1, wherein importing the boot file and the image file of the target image according to the target configuration information comprises:
importing the boot file of the target mirror image according to the boot file path information;
and importing the image file of the target mirror image according to the image file path information.
6. The detection method according to any one of claims 1 to 5, wherein the step of obtaining a serial port print log of the target device and generating a compatibility detection result of the target device according to the serial port print log comprises:
acquiring a serial port printing log of the target equipment by using a shell script;
and determining an operating system installation result of the target equipment according to the serial port printing log, and determining a compatibility detection result of the target equipment according to the operating system installation result.
7. The detection method of claim 6, wherein determining the compatibility detection result of the target device according to the operating system installation result comprises:
when the installation result of the operating system is successful, generating a compatibility detection result of the operating system of which the target equipment is compatible with the target image;
and when the installation result of the operating system is that the installation is failed, generating a compatibility detection result of the operating system of which the target equipment is incompatible with the target image.
8. A device compatibility detection system is applied to a PXE server, the PXE server is connected with a target device through a PXE network, and the detection system comprises:
the configuration determining module is used for determining target configuration information of the target mirror image; the target configuration information comprises boot file path information and image file path information;
the file import module is used for importing the boot file and the image file of the target mirror image according to the target configuration information;
the file transmission module is used for transmitting the boot file and the image file of the target image to the target equipment through the PXE network so that the target equipment can install the operating system corresponding to the target image conveniently;
and the result generation module is used for acquiring the serial port printing log of the target equipment and generating a compatibility detection result of the target equipment according to the serial port printing log.
9. An electronic device, comprising a memory and a processor, wherein the memory stores a computer program, and the processor implements the steps of the device compatibility detection method according to any one of claims 1 to 7 when calling the computer program in the memory.
10. A storage medium having stored thereon computer-executable instructions which, when loaded and executed by a processor, carry out the steps of a method for device compatibility detection according to any one of claims 1 to 7.
CN202010058991.4A 2020-01-19 2020-01-19 Method and system for detecting equipment compatibility, electronic equipment and storage medium Withdrawn CN111274072A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010058991.4A CN111274072A (en) 2020-01-19 2020-01-19 Method and system for detecting equipment compatibility, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010058991.4A CN111274072A (en) 2020-01-19 2020-01-19 Method and system for detecting equipment compatibility, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111274072A true CN111274072A (en) 2020-06-12

Family

ID=70998743

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010058991.4A Withdrawn CN111274072A (en) 2020-01-19 2020-01-19 Method and system for detecting equipment compatibility, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111274072A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572468A (en) * 2015-01-20 2015-04-29 浪潮电子信息产业股份有限公司 Quick authentication test method based on NeoKylin
CN104778105A (en) * 2015-04-22 2015-07-15 浪潮电子信息产业股份有限公司 Method for quickly testing compatibility of server and RHEL (red hat enterprise linux) based on virtual machine
CN106484437A (en) * 2016-11-10 2017-03-08 广东浪潮大数据研究有限公司 A kind of method of deployment operation system, apparatus and system
CN108959097A (en) * 2018-07-19 2018-12-07 郑州云海信息技术有限公司 A kind of method of quick testing service device OS
CN108958750A (en) * 2018-06-29 2018-12-07 郑州云海信息技术有限公司 A kind of method, apparatus, equipment and medium for installing (SuSE) Linux OS

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572468A (en) * 2015-01-20 2015-04-29 浪潮电子信息产业股份有限公司 Quick authentication test method based on NeoKylin
CN104778105A (en) * 2015-04-22 2015-07-15 浪潮电子信息产业股份有限公司 Method for quickly testing compatibility of server and RHEL (red hat enterprise linux) based on virtual machine
CN106484437A (en) * 2016-11-10 2017-03-08 广东浪潮大数据研究有限公司 A kind of method of deployment operation system, apparatus and system
CN108958750A (en) * 2018-06-29 2018-12-07 郑州云海信息技术有限公司 A kind of method, apparatus, equipment and medium for installing (SuSE) Linux OS
CN108959097A (en) * 2018-07-19 2018-12-07 郑州云海信息技术有限公司 A kind of method of quick testing service device OS

Similar Documents

Publication Publication Date Title
CN103744695B (en) Operating system remote installation method and system based on PXE
CN104536875A (en) Automatic server restart testing method based on IPMI
CN106681924A (en) Software testing method and software testing system
CN105653303B (en) The installation control method and device of application
CN110825399B (en) Deployment method and device of application program
CN110874315B (en) Test method, test device, electronic equipment and storage medium
CN105607994A (en) Mobile terminal software testing method and system
CN111309602A (en) Software testing method, device and system
CN111857797B (en) Mirror image construction method, system and related device
CN111274072A (en) Method and system for detecting equipment compatibility, electronic equipment and storage medium
CN101452419A (en) Remote testing system and method based on remote installation technology
CN115276844B (en) Communication module testing method and device, storage medium and electronic equipment
CN102023916B (en) Computer system detection method
CN114356346A (en) Application program deployment method, device, storage medium and electronic equipment
CN112650666B (en) Software testing system, method, device, control equipment and storage medium
CN110851366A (en) Method and device for realizing regression test
CN109039770B (en) Server CMC refreshing method and device and related equipment
CN112269733A (en) Automatic aging test method for server and storage medium
CN111506507A (en) Business service state detection method and device, electronic equipment and storage medium
CN117234950B (en) Test case recording method and device, storage medium and computer equipment
CN117608891A (en) Online accident investigation method and device, electronic equipment and storage medium
CN116521414A (en) Fault code positioning method, cloud server, system and storage medium
CN105528298A (en) Safety testing method and device
CN114297058A (en) Test method and device
CN116257431A (en) Device testing method, device, electronic device 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
WW01 Invention patent application withdrawn after publication

Application publication date: 20200612

WW01 Invention patent application withdrawn after publication