CN106407054B - BMC automatic test system and method - Google Patents

BMC automatic test system and method Download PDF

Info

Publication number
CN106407054B
CN106407054B CN201610782392.0A CN201610782392A CN106407054B CN 106407054 B CN106407054 B CN 106407054B CN 201610782392 A CN201610782392 A CN 201610782392A CN 106407054 B CN106407054 B CN 106407054B
Authority
CN
China
Prior art keywords
test
bmc
tested
bmc firmware
firmware
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201610782392.0A
Other languages
Chinese (zh)
Other versions
CN106407054A (en
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 Wave Intelligent Technology Co Ltd
Original Assignee
Suzhou Wave 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 Wave Intelligent Technology Co Ltd filed Critical Suzhou Wave Intelligent Technology Co Ltd
Priority to CN201610782392.0A priority Critical patent/CN106407054B/en
Publication of CN106407054A publication Critical patent/CN106407054A/en
Application granted granted Critical
Publication of CN106407054B publication Critical patent/CN106407054B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/2205Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested
    • 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

Landscapes

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

Abstract

The application discloses BMC automatic test system includes: the test object determining module is used for determining the BMC firmware to be tested; the hardware abstraction module is used for abstracting the hardware in the target server to obtain a corresponding class file; the script generation module is used for generating a corresponding test case script by utilizing the class file obtained by the hardware abstraction module; the file analysis module is used for analyzing the preset configuration file to obtain a basic data file required by the test case script; and the test execution module is used for correspondingly testing the BMC firmware to be tested on the target server by using the test case script and the basic data file. According to the method and the device, the labor cost in the BMC firmware testing process is reduced, and the testing efficiency is improved. In addition, the application also correspondingly discloses a BMC automatic testing method.

Description

BMC automatic test system and method
Technical Field
The invention relates to the technical field of BMC testing, in particular to a BMC automatic testing system and a method.
Background
BMC (Baseboard Management Controller) is firmware used by a server to monitor internal physical variables, is part of IPMI (Intelligent Platform Management Interface), and is often designed on a motherboard of the server or the computer. Sensors of the BMC measure physical variables inside the server, such as temperature, humidity, supply voltage, fan speed, operating system functions, etc., and if a measured variable exceeds a specified value, a system administrator is notified.
Since BMC plays a significant role in the server, it is necessary for the enterprise to verify that BMC meets design requirements. Different server platforms are generally developed by server manufacturers according to different market demands, and BMC firmware of different server types also has certain difference. At intervals, the firmware developer will develop a new version over the previous firmware version, and each version of BMC will need to be test verified.
However, when testing and verifying the BMC firmware, some hardware in the server is usually tested manually, for example, the board needs to be plugged in and out or the color of the LED lamp needs to be checked during testing. Therefore, a large amount of labor cost is consumed, and especially for firmware which is frequently updated in an iterative manner, such as a BMC, the existing BMC firmware testing method consumes a large amount of labor cost, and the testing efficiency is low.
In summary, it can be seen that how to reduce the labor cost in the BMC firmware testing process and improve the testing efficiency is a problem to be solved at present.
Disclosure of Invention
In view of this, an object of the present invention is to provide a BMC automatic test system and method, which reduce the labor cost in the BMC firmware test process and improve the test efficiency. The specific scheme is as follows:
a BMC automatic test system, comprising:
the test object determining module is used for determining the BMC firmware to be tested;
the hardware abstraction module is used for abstracting the hardware in the target server to obtain a corresponding class file; the target server is a server which can run the BMC firmware to be tested currently;
the script generation module is used for generating a corresponding test case script by utilizing the class file obtained by the hardware abstraction module;
the file analysis module is used for analyzing a preset configuration file to obtain a basic data file required by the test case script;
and the test execution module is used for correspondingly testing the BMC firmware to be tested on the target server by using the test case script and the basic data file.
Preferably, the hardware abstraction module is specifically configured to encapsulate the test step corresponding to each hardware in the target server into a class method, so as to obtain a corresponding class file set;
and each class file in the class file set is in one-to-one correspondence with each hardware in the target server.
Preferably, the script generating module includes:
the test plan determining unit is used for determining a test plan related to the BMC firmware to be tested;
the class file extracting unit is used for extracting class files corresponding to the test plan from the class file set;
and the script generation unit is used for assembling the class files extracted by the class file extraction unit into corresponding test case scripts.
Preferably, the BMC automatic test system further includes:
the file configuration module is used for creating a system configuration file, a public configuration file and a use case configuration file to obtain the preset configuration file;
the system configuration file comprises version information of the BMC firmware to be tested, identification information of the target server and identification information of the test case script; the common configuration file comprises constant data related to the target server, which is required in the process of testing the BMC firmware to be tested, wherein the constant data comprises an IPMI instruction and an IPMI return value; the case configuration file comprises test data required by the test case script.
Preferably, the test execution module includes:
the script arrangement submodule is used for adding the test case script to a corresponding queue position of a preset test queue according to the sequence of adding time;
the test management submodule is used for updating and managing the preset test queue in real time;
and the test execution submodule is used for correspondingly testing the BMC firmware to be tested on the target server by using the test case script and the basic data file when the test case script is positioned at the head of the preset test queue.
Preferably, the test execution submodule includes a BMC communication unit and a test execution unit; wherein,
the BMC communication unit is used for trying to set up an access channel between the test execution unit and the BMC firmware to be tested;
and the test execution unit is used for correspondingly testing the BMC firmware to be tested by using the test case script and the basic data file on the target server when the test case script is positioned at the head of the preset test queue and the BMC communication unit successfully builds the access channel.
Preferably, the BMC communication unit is specifically configured to try to establish an access channel between the test execution unit and the BMC firmware to be tested through a preset communication interface, and if the access channel cannot be successfully established for N consecutive times, it is determined that the channel establishment fails, where N is an integer not less than 3.
Preferably, the BMC communication unit is specifically configured to select one interface from a preset interface pool in sequence, try to build an access channel between the test execution unit and the BMC firmware to be tested through the interface, and determine that channel building fails if the access channel cannot be built through the interface in the preset interface pool; the preset interface pool comprises at least two interfaces.
Preferably, the test object determining module includes:
the firmware monitoring unit is used for monitoring all BMC firmware in a preset BMC firmware library so as to monitor whether new BMC firmware appears in the preset BMC firmware library;
and the object determining unit is used for determining the BMC firmware to be tested when the firmware monitoring unit monitors that the new BMC firmware appears in the preset BMC firmware library.
The invention also discloses a BMC automatic testing method, which comprises the following steps:
determining BMC firmware to be tested;
abstracting hardware in a target server to obtain a corresponding class file; the target server is a server which can run the BMC firmware to be tested currently;
generating a corresponding test case script by using the class file obtained by the abstraction processing;
analyzing a preset configuration file to obtain a basic data file required by the test case script;
and on the target server, correspondingly testing the BMC firmware to be tested by using the test case script and the basic data file.
In the invention, the BMC automatic test system comprises: the test object determining module is used for determining the BMC firmware to be tested; the hardware abstraction module is used for abstracting the hardware in the target server to obtain a corresponding class file; the target server is a server which can run BMC firmware to be tested currently; the script generation module is used for generating a corresponding test case script by utilizing the class file obtained by the hardware abstraction module; the file analysis module is used for analyzing the preset configuration file to obtain a basic data file required by the test case script; and the test execution module is used for correspondingly testing the BMC firmware to be tested on the target server by using the test case script and the basic data file. In the invention, a hardware abstraction module is used for abstracting hardware in a server to obtain a corresponding class file; and then generating corresponding test case scripts by using the class files, and then testing the corresponding BMC firmware on the server by using the test case scripts and combining the corresponding basic data files. According to the invention, the hardware in the server is abstracted to obtain the corresponding class files, and the subsequently generated test case script is generated based on the class files, so that the hardware in the server can be automatically tested by using the test case script, the condition of manual testing in the prior art is avoided, and the manpower cost in the BMC firmware testing process is reduced and the testing efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a schematic structural diagram of a BMC automatic testing system according to an embodiment of the invention;
fig. 2 is a flowchart of an automatic BMC testing method according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention discloses a BMC automatic test system, which is shown in figure 1 and comprises:
the test object determining module 11 is used for determining the BMC firmware to be tested;
the hardware abstraction module 12 is configured to abstract hardware in the target server to obtain a corresponding class file; the target server is a server which can run BMC firmware to be tested currently;
the script generating module 13 is configured to generate a corresponding test case script by using the class file obtained by the hardware abstraction module 12;
the file analysis module 14 is configured to analyze the preset configuration file to obtain a basic data file required by the test case script;
and the test execution module 15 is configured to perform corresponding tests on the BMC firmware to be tested on the target server by using the test case script and the basic data file.
It can be understood that the preset configuration file includes the basic data file, and the file parsing module 14 can parse the basic data file in the preset configuration file.
In the embodiment of the invention, hardware in a server is abstracted by using a hardware abstraction module to obtain a corresponding class file; and then generating corresponding test case scripts by using the class files, and then testing the corresponding BMC firmware on the server by using the test case scripts and combining the corresponding basic data files. According to the embodiment of the invention, hardware in the server is abstracted to obtain the corresponding class files, and the subsequently generated test case scripts are generated based on the class files, so that the embodiment of the invention can utilize the test case scripts to automatically test the hardware in the server, thereby avoiding the condition of manual test in the prior art.
The embodiment of the invention discloses a specific BMC automatic test system, and compared with the previous embodiment, the embodiment further explains and optimizes the technical scheme. Specifically, the method comprises the following steps:
in the above embodiment, the hardware abstraction module may be used to abstract the hardware in the target server, so as to obtain the corresponding class file. By utilizing the class files, the script generation module can generate corresponding test case scripts.
The hardware abstraction module may be specifically configured to encapsulate a test step corresponding to each hardware in the target server into a class method, so as to obtain a corresponding class file set; and each class file in the class file set is in one-to-one correspondence with each hardware in the target server.
That is, in this embodiment, the hardware abstraction module may be used to encapsulate the test steps corresponding to all the hardware in the target server into corresponding class methods, so as to obtain the class file set.
Correspondingly, the script generation module may specifically include a test plan determination unit, a class file extraction unit, and a script generation unit; wherein,
the test plan determining unit is used for determining a test plan related to the BMC firmware to be tested;
the class file extracting unit is used for extracting class files corresponding to the test plan from the class file set;
and the script generation unit is used for assembling the class files extracted by the class file extraction unit into corresponding test case scripts.
It will be appreciated that the test plan associated with the BMC firmware to be tested, as described above, details which items need to be tested. According to the test items recorded in the test plan, the class file extracting unit may extract the corresponding class file from the class file set. And then the script generating unit is utilized to assemble the extracted class files into corresponding test case scripts.
As can be seen from the above, in the present invention, all hardware in the target server may be abstracted by using the hardware abstraction module, and then the script generation module may extract the corresponding class file from the class file set to generate the corresponding test case script. Of course, in this embodiment, the test plan determining unit may be used to determine a test plan corresponding to the BMC firmware to be tested, then the hardware abstraction module is used to abstract the hardware corresponding to the test plan in the target server, and then the script generating unit is used to assemble all the class files generated by the hardware abstraction module into the corresponding test case script.
In the previous embodiment, a file parsing module is required to parse a preset configuration file to obtain a basic data file corresponding to the test case script.
It can be understood that the preset configuration file may be directly imported by a user, and may also be generated by using the BMC automatic test system in this embodiment, that is, the BMC automatic test system in this embodiment may further include:
the file configuration module is used for creating a system configuration file, a public configuration file and a use case configuration file to obtain a preset configuration file;
the system configuration file comprises version information of the BMC firmware to be tested, identification information of a target server and identification information of a test case script; the common configuration file comprises constant data which is required in the process of testing the BMC firmware to be tested and is related to a target server, and the constant data comprises an IPMI instruction and an IPMI return value; the use case configuration file includes test data required for testing the use case script. Therefore, in this embodiment, the basic data file corresponding to the test case script includes version information of the BMC firmware to be tested, identification information of the target server, identification information of the test case script, the IPMI instruction, the IPMI return value, and corresponding test data.
In the previous embodiment, after the test case script and the corresponding basic data file are obtained, the BMC firmware to be tested needs to be correspondingly tested on the target server by using the test execution module. In this embodiment, the test execution module specifically includes a script arrangement submodule, a test management submodule, and a test execution submodule; wherein,
the script arrangement submodule is used for adding the test case script to the corresponding queue position of the preset test queue according to the sequence of the adding time;
the test management submodule is used for updating and managing a preset test queue in real time;
and the test execution sub-module is used for correspondingly testing the BMC firmware to be tested on the target server by using the test case script and the basic data file when the test case script generated by the script generation module is positioned at the head of the preset test queue.
It can be understood that, the test management sub-module specifically updates the preset test queue in real time according to the execution condition of the test execution sub-module, that is, after the test execution sub-module executes the corresponding test on the script a in the preset test queue, the corresponding information in the preset test queue is deleted, so as to implement the real-time update of the preset test queue. Therefore, the test case scripts stored in the preset test queue are all scripts which have not been tested, and when a certain script in the preset test queue is tested, the corresponding information in the queue is deleted.
More specifically, the test execution submodule includes a BMC communication unit and a test execution unit; wherein,
the BMC communication unit is used for trying to set up an access channel between the test execution unit and the BMC firmware to be tested;
and the test execution unit is used for correspondingly testing the BMC firmware to be tested by using the test case script and the basic data file on the target server after the test case script generated by the script generation module is positioned at the head of the preset test queue and the BMC communication unit successfully builds the access channel.
The BMC communication unit may be specifically configured to try to establish an access channel between the test execution unit and the BMC firmware to be tested through a preset communication interface, and if the access channel cannot be successfully established for N consecutive times, it is determined that the channel establishment fails, where N is an integer not less than 3.
That is, in this embodiment, a communication interface may be used to try to build an access channel between the test execution unit and the BMC firmware to be tested, and if the access channel cannot be built successfully for N consecutive times, it is determined that the channel building fails, and at this time, the channel building will not be tried any more. It can be understood that the preset communication Interface is an API (Application Programming Interface) for interaction between the test execution unit and the BMC firmware to be tested.
Certainly, the BMC communication unit in this embodiment may try to establish an access channel between the test execution unit and the BMC firmware to be tested in other manners, specifically, the BMC communication unit in this embodiment may also be configured to select one interface from a preset interface pool in sequence, try to establish the access channel between the test execution unit and the BMC firmware to be tested through the interface, and determine that channel establishment fails if the access channel cannot be established through the interface in the preset interface pool; the preset interface pool comprises at least two interfaces.
In the above embodiment, the test object determining module may be configured to determine the BMC firmware to be tested. Specifically, the test object determining module may include a firmware monitoring unit and an object determining unit; wherein,
the firmware monitoring unit is used for monitoring all BMC firmware in the preset BMC firmware library so as to monitor whether new BMC firmware appears in the preset BMC firmware library;
and the object determining unit is used for determining the BMC firmware to be tested as the BMC firmware to be tested when the firmware monitoring unit monitors that the new BMC firmware appears in the preset BMC firmware library.
It can be understood that the firmware monitoring unit may specifically determine whether a new BMC firmware appears in the preset BMC firmware library by monitoring a version number of the firmware itself, and if it is monitored that the new BMC firmware appears in the preset BMC firmware library, determine the BMC firmware as the to-be-tested BMC firmware in this embodiment. That is, in the embodiment of the present invention, once it is monitored that a new BMC firmware appears, subsequent test operations are automatically performed on the BMC firmware, so that the labor cost in the firmware test process can be further reduced.
Correspondingly, the embodiment of the invention also discloses a BMC automatic test method, which is shown in fig. 2 and includes:
step S21: determining BMC firmware to be tested;
step S22: abstracting hardware in a target server to obtain a corresponding class file; the target server is a server which can run BMC firmware to be tested currently;
step S23: generating a corresponding test case script by using the class file obtained by the abstraction processing;
step S24: analyzing a preset configuration file to obtain a basic data file required by the test case script;
step S25: and on the target server, correspondingly testing the BMC firmware to be tested by using the test case script and the basic data file.
For more detailed processes of the above steps, reference may be made to relevant contents disclosed in the foregoing embodiments, and details are not repeated here.
In the embodiment of the invention, hardware in the server is abstracted to obtain a corresponding class file; and then generating corresponding test case scripts by using the class files, and then testing the corresponding BMC firmware on the server by using the test case scripts and combining the corresponding basic data files. According to the embodiment of the invention, hardware in the server is abstracted to obtain the corresponding class files, and the subsequently generated test case scripts are generated based on the class files, so that the embodiment of the invention can utilize the test case scripts to automatically test the hardware in the server, thereby avoiding the condition of manual test in the prior art.
Finally, it should also be noted that, in this document, 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.
The BMC automatic test system and method provided by the present invention are described in detail above, and a specific example is applied in the description to explain the principle and the implementation of the present invention, and the description of the above embodiment is only used to help understanding the method and the core idea of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (9)

1. A BMC automatic test system, comprising:
the test object determining module is used for determining the BMC firmware to be tested;
the hardware abstraction module is used for abstracting the hardware in the target server to obtain a corresponding class file; the target server is a server which can run the BMC firmware to be tested currently;
the script generation module is used for generating a corresponding test case script by utilizing the class file obtained by the hardware abstraction module;
the file analysis module is used for analyzing a preset configuration file to obtain a basic data file required by the test case script;
the test execution module is used for correspondingly testing the BMC firmware to be tested on the target server by using the test case script and the basic data file;
wherein the test object determination module comprises:
the firmware monitoring unit is used for monitoring all BMC firmware in a preset BMC firmware library so as to monitor whether new BMC firmware appears in the preset BMC firmware library;
and the object determining unit is used for determining the BMC firmware to be tested when the firmware monitoring unit monitors that the new BMC firmware appears in the preset BMC firmware library.
2. The BMC automatic test system according to claim 1, wherein the hardware abstraction module is specifically configured to encapsulate a test step corresponding to each hardware in the target server into a class method, so as to obtain a corresponding class file set;
and each class file in the class file set is in one-to-one correspondence with each hardware in the target server.
3. The BMC automatic test system of claim 2, wherein the script generation module comprises:
the test plan determining unit is used for determining a test plan related to the BMC firmware to be tested;
the class file extracting unit is used for extracting class files corresponding to the test plan from the class file set;
and the script generation unit is used for assembling the class files extracted by the class file extraction unit into corresponding test case scripts.
4. The BMC automatic test system of claim 1, further comprising:
the file configuration module is used for creating a system configuration file, a public configuration file and a use case configuration file to obtain the preset configuration file;
the system configuration file comprises version information of the BMC firmware to be tested, identification information of the target server and identification information of the test case script; the common configuration file comprises constant data related to the target server, which is required in the process of testing the BMC firmware to be tested, wherein the constant data comprises an IPMI instruction and an IPMI return value; the case configuration file comprises test data required by the test case script.
5. The BMC automatic test system of claim 1, wherein the test execution module comprises:
the script arrangement submodule is used for adding the test case script to a corresponding queue position of a preset test queue according to the sequence of adding time;
the test management submodule is used for updating and managing the preset test queue in real time;
and the test execution submodule is used for correspondingly testing the BMC firmware to be tested on the target server by using the test case script and the basic data file when the test case script is positioned at the head of the preset test queue.
6. The BMC automatic test system of claim 5, wherein the test execution sub-module comprises a BMC communication unit and a test execution unit; wherein,
the BMC communication unit is used for trying to set up an access channel between the test execution unit and the BMC firmware to be tested;
and the test execution unit is used for correspondingly testing the BMC firmware to be tested by using the test case script and the basic data file on the target server when the test case script is positioned at the head of the preset test queue and the BMC communication unit successfully builds the access channel.
7. The BMC automatic testing system of claim 6, wherein the BMC communication unit is specifically configured to attempt to build an access channel between the test execution unit and the BMC firmware to be tested through a preset communication interface, and if the access channel cannot be successfully built for N consecutive times, it is determined that the channel building fails, where N is an integer not less than 3.
8. The BMC automatic testing system of claim 6, wherein the BMC communication unit is specifically configured to select one interface from a preset interface pool in sequence, attempt to build an access channel between the test execution unit and the BMC firmware to be tested through the interface, and determine that channel building fails if none of the access channels can be built through the interface in the preset interface pool; the preset interface pool comprises at least two interfaces.
9. A BMC automatic testing method is characterized by comprising the following steps:
determining BMC firmware to be tested;
abstracting hardware in a target server to obtain a corresponding class file; the target server is a server which can run the BMC firmware to be tested currently;
generating a corresponding test case script by using the class file obtained by the abstraction processing;
analyzing a preset configuration file to obtain a basic data file required by the test case script;
on the target server, correspondingly testing the BMC firmware to be tested by using the test case script and the basic data file;
wherein the method further comprises:
monitoring all BMC firmware in a preset BMC firmware library to monitor whether new BMC firmware appears in the preset BMC firmware library;
and when monitoring that the new BMC firmware appears in the preset BMC firmware library, determining the BMC firmware as the BMC firmware to be tested.
CN201610782392.0A 2016-08-30 2016-08-30 BMC automatic test system and method Active CN106407054B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610782392.0A CN106407054B (en) 2016-08-30 2016-08-30 BMC automatic test system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610782392.0A CN106407054B (en) 2016-08-30 2016-08-30 BMC automatic test system and method

Publications (2)

Publication Number Publication Date
CN106407054A CN106407054A (en) 2017-02-15
CN106407054B true CN106407054B (en) 2020-02-04

Family

ID=58000331

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610782392.0A Active CN106407054B (en) 2016-08-30 2016-08-30 BMC automatic test system and method

Country Status (1)

Country Link
CN (1) CN106407054B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108958992A (en) * 2017-05-18 2018-12-07 北京京东尚科信息技术有限公司 test method and device
CN107181634A (en) * 2017-07-26 2017-09-19 郑州云海信息技术有限公司 A kind of server Explore of Unified Management Ideas and system
CN108762786A (en) * 2018-05-29 2018-11-06 郑州云海信息技术有限公司 A kind of firmware update of server cabinet, server cabinet and host
CN111221684B (en) * 2018-11-23 2021-11-19 英业达科技有限公司 Detection method of server
CN112506756B (en) * 2020-11-11 2023-06-06 东风汽车集团有限公司 Method and device for generating test case script of vehicle controller
CN112882874A (en) * 2021-01-21 2021-06-01 东莞记忆存储科技有限公司 Test control method and system based on BMC network, computer equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102981949A (en) * 2012-10-29 2013-03-20 浪潮电子信息产业股份有限公司 Method for on-line automatic tests of server
CN103186460A (en) * 2011-12-30 2013-07-03 金蝶软件(中国)有限公司 Method, device and system for generating script of test case
CN103793326A (en) * 2014-01-28 2014-05-14 福建星网锐捷网络有限公司 Assembly test method and device
CN105243013A (en) * 2015-09-17 2016-01-13 浪潮(北京)电子信息产业有限公司 Software testing method and system
CN105893261A (en) * 2016-04-01 2016-08-24 浪潮电子信息产业股份有限公司 Method for automatically testing stability of BMC (baseboard management controller) of server

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW201314232A (en) * 2011-09-21 2013-04-01 Hon Hai Prec Ind Co Ltd System and method for managing test of baseboard management controller

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103186460A (en) * 2011-12-30 2013-07-03 金蝶软件(中国)有限公司 Method, device and system for generating script of test case
CN102981949A (en) * 2012-10-29 2013-03-20 浪潮电子信息产业股份有限公司 Method for on-line automatic tests of server
CN103793326A (en) * 2014-01-28 2014-05-14 福建星网锐捷网络有限公司 Assembly test method and device
CN105243013A (en) * 2015-09-17 2016-01-13 浪潮(北京)电子信息产业有限公司 Software testing method and system
CN105893261A (en) * 2016-04-01 2016-08-24 浪潮电子信息产业股份有限公司 Method for automatically testing stability of BMC (baseboard management controller) of server

Also Published As

Publication number Publication date
CN106407054A (en) 2017-02-15

Similar Documents

Publication Publication Date Title
CN106407054B (en) BMC automatic test system and method
CN109361562B (en) Automatic testing method based on associated network equipment access
CN107135390A (en) Automatic testing method and system for television application
CN103973858B (en) The Auto-Test System of mobile terminal
CN111124919A (en) User interface testing method, device, equipment and storage medium
CN107102949B (en) Application program offline testing method and tool
KR101972825B1 (en) Method and apparatus for automatically analyzing vulnerable point of embedded appliance by using hybrid analysis technology, and computer program for executing the method
CN107483243A (en) A kind of automatic deployment method and equipment of OpenStack platforms
CN112256505A (en) Server stability testing method and device and related components
CN111240973A (en) Simulation-based equipment testing method and system and readable storage medium
CN111258913A (en) Automatic algorithm testing method and device, computer system and readable storage medium
CN111654495B (en) Method, apparatus, device and storage medium for determining traffic generation source
CN112269697A (en) Equipment storage performance testing method, system and related device
CN113377667A (en) Scene-based testing method and device, computer equipment and storage medium
CN111736951A (en) Simulation method for automatic driving, computer device, and storage medium
KR20150025106A (en) Verification apparatus, terminal device, system, method and computer-readable medium for monitoring of application verification result
CN117493188A (en) Interface testing method and device, electronic equipment and storage medium
CN110674024A (en) Electronic equipment integration test system and method thereof
CN117407312A (en) Application testing method, device, computer equipment and storage medium
WO2015050348A1 (en) Method for verifying application on basis of object extraction, and device thereof
KR101862617B1 (en) System of testing iot sensor for power facility management
CN115827451A (en) Method and device for detecting test defects, storage medium and electronic device
CN115454856A (en) Multi-application security detection method, device, medium and electronic equipment
CN114064510A (en) Function testing method and device, electronic equipment and storage medium
CN106713215B (en) Information processing method, terminal and server

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20191226

Address after: 215100 No. 1 Guanpu Road, Guoxiang Street, Wuzhong Economic Development Zone, Suzhou City, Jiangsu Province

Applicant after: Suzhou Wave Intelligent Technology Co., Ltd.

Address before: 100085 Beijing, Haidian District on the road to information on the ground floor, building 2-1, No. 1, C

Applicant before: Tide (Beijing) Electronic Information Industry Co., Ltd.

GR01 Patent grant
GR01 Patent grant