CN112131099A - Version upgrading test method and device - Google Patents

Version upgrading test method and device Download PDF

Info

Publication number
CN112131099A
CN112131099A CN202010806392.6A CN202010806392A CN112131099A CN 112131099 A CN112131099 A CN 112131099A CN 202010806392 A CN202010806392 A CN 202010806392A CN 112131099 A CN112131099 A CN 112131099A
Authority
CN
China
Prior art keywords
upgrade
upgrading
target
version
test
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.)
Granted
Application number
CN202010806392.6A
Other languages
Chinese (zh)
Other versions
CN112131099B (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.)
New H3C Big Data Technologies Co Ltd
Original Assignee
New H3C Big Data Technologies 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 New H3C Big Data Technologies Co Ltd filed Critical New H3C Big Data Technologies Co Ltd
Priority to CN202010806392.6A priority Critical patent/CN112131099B/en
Publication of CN112131099A publication Critical patent/CN112131099A/en
Application granted granted Critical
Publication of CN112131099B publication Critical patent/CN112131099B/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/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/368Test management for test version control, e.g. updating test cases to a new software version
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

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)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The present application relates to the field of super-fusion technologies, and in particular, to a version upgrade test method and apparatus. The method comprises the following steps: receiving an instruction which is sent by a test terminal and carries a target upgrading strategy item, and hanging a system installation file of a target version based on the target upgrading strategy item to finish the system installation of the target version, wherein the test terminal stores a plurality of system installation files of historical versions and upgrading strategy configuration files of upgrading strategy items corresponding to each historical version; receiving a cluster initialization test instruction, completing cluster initialization, receiving a service deployment configuration file sent by a test terminal, and deploying services based on the service deployment configuration file; receiving an upgrading instruction sent by a test terminal, acquiring a corresponding upgrading packet based on the upgrading instruction, performing version upgrading processing based on the upgrading packet, and recording an upgrading test result; and when the test operation is determined to be executed aiming at each upgrading strategy item, determining that the test is completed, and generating a corresponding upgrading test result.

Description

Version upgrading test method and device
Technical Field
The present application relates to the field of super-fusion technologies, and in particular, to a version upgrade test method and apparatus.
Background
The hyper-fusion system is an integrated cloud computing system, and generally integrates components or capabilities of computing virtualization, distributed storage, network virtualization, a unified cloud management platform and the like in an X86 server, and the components or capabilities are transversely expanded to form a large-scale cluster, so that rapid delivery and unified management operation and maintenance of cloud computing are realized.
With the continuous development of new functions and the solution of existing problems of the super-fusion product, the product can regularly release new versions to be used in the market. The current situation is that more and more versions are used in the current network, and for each newly released version, a plurality of versions in the current network need to be verified to be upgraded to the current released version. Moreover, the super-fusion product has a complex structure and a plurality of components, and different deployment scenes and different upgrading modes need to be considered for each version to upgrade different components. The verification workload of the whole upgrading function is huge, omission is easy to occur, and the upgrading scene test coverage is incomplete.
Disclosure of Invention
The application provides a version upgrading test method and device, which are used for solving the problems of more historical versions, complex test process and large test workload in the prior art.
In a first aspect, the present application provides a version upgrade testing method, applied to a host server, the method including:
receiving an instruction which is sent by a test terminal and carries a target upgrading strategy item, mounting a system installation file of a target version based on the target upgrading strategy item, and finishing the system installation of the target version, wherein the test terminal stores a plurality of system installation files of historical versions and upgrading strategy configuration files comprising upgrading strategy items corresponding to the historical versions;
receiving a cluster initialization instruction sent by the test terminal, completing cluster initialization, receiving a service deployment configuration file sent by the test terminal, and deploying services based on the service deployment configuration file;
receiving an upgrading instruction sent by the test terminal, acquiring a corresponding upgrading packet based on the upgrading instruction, performing version upgrading processing based on the upgrading packet, and recording an upgrading test result;
and when the test operation is determined to be executed aiming at each upgrading strategy item, determining that the test is completed, and generating a corresponding upgrading test result.
Optionally, the target upgrade policy item at least includes a target historical version number, a storage path of a system installation file of the target historical version, a deployment scenario, a storage deployment mode, an upgrade mode, and an upgrade component;
after completing the system installation of the target version, the method further comprises:
the IP address is obtained from the DHCP server.
Optionally, the step of mounting the system installation file of the target version based on the target upgrade policy item includes:
and acquiring the system installation file of the target historical version from the test terminal based on the target historical version number included in the target upgrading strategy item and the storage path of the system installation file of the target historical version.
Optionally, the step of completing cluster initialization includes:
based on the deployment scene and the storage deployment mode included in the target upgrading strategy item, completing the initialization of the system environment of the target version;
the step of performing service deployment based on the service deployment configuration file comprises:
and respectively reading the service parameters configured for each service in the service deployment configuration file, respectively starting the corresponding service function components based on the service parameters configured for each service, and recording the first operation parameters of each service function component.
Optionally, the step of obtaining a corresponding upgrade package based on the upgrade instruction, performing version upgrade processing based on the upgrade package, and recording an upgrade test result includes:
obtaining the upgrade package based on an upgrade package storage path carried by the upgrade instruction;
upgrading the system of the target version based on the upgrading mode and the upgrading component included by the upgrading packet and the target upgrading strategy item;
if the upgrade is completed within the preset time length and the upgrade error prompt is not displayed in the upgrade log, determining that the upgrade is successful; if the upgrade is not completed within the preset time length, or the upgrade is determined to be completed, but an upgrade error prompt is displayed in an upgrade log, the upgrade is determined to be unsuccessful, when the upgrade is determined to be successful, second operation parameters of each service functional component after the upgrade are obtained, the first operation parameters and the second operation parameters are compared to obtain a comparison result, and an upgrade test result is generated based on the condition that whether the upgrade is completed or not and the comparison result.
In a second aspect, the present application provides another version upgrade testing method, which is applied to a test terminal, where the test terminal stores system installation files of a plurality of historical versions and an upgrade policy configuration file including an upgrade policy item corresponding to each historical version, and the method includes:
sequentially reading each upgrading strategy item included in the upgrading strategy configuration file, and respectively sending an instruction carrying the currently read target upgrading strategy item to each host server, so that each host server mounts the system installation file of the target version based on the target upgrading strategy item, and the system installation of the target version is completed;
configuring each host server into a cluster, and respectively sending a service deployment configuration file to each host, so that each host server performs service deployment based on the service deployment configuration file;
sending an upgrading instruction to each host server to enable each host server to obtain a corresponding upgrading packet based on the upgrading instruction, carrying out version upgrading processing based on the upgrading packet and recording upgrading test results;
and when the upgrading strategy items are judged to be completely executed, determining that the test is completed, and generating a test report comprising the upgrading test results corresponding to the upgrading strategy items.
In a third aspect, the present application provides a version upgrade testing apparatus, applied to a host server, the apparatus including:
the mounting unit is used for receiving an instruction which is sent by a test terminal and carries a target upgrading strategy item, mounting a system installation file of a target version based on the target upgrading strategy item, and finishing the system installation of the target version, wherein the test terminal stores a plurality of system installation files of historical versions and upgrading strategy configuration files comprising upgrading strategy items corresponding to each historical version;
the deployment unit is used for receiving a cluster initialization instruction sent by the test terminal, finishing cluster initialization, receiving a service deployment configuration file sent by the test terminal, and deploying services based on the service deployment configuration file;
the upgrading unit is used for receiving an upgrading instruction sent by the test terminal, acquiring a corresponding upgrading packet based on the upgrading instruction, performing version upgrading processing based on the upgrading packet, and recording an upgrading test result;
and the determining unit is used for determining that the test is finished and generating a corresponding upgrading test result when the test operation is determined to be executed aiming at each upgrading strategy item.
Optionally, the target upgrade policy item at least includes a target historical version number, a storage path of a system installation file of the target historical version, a deployment scenario, a storage deployment mode, an upgrade mode, and an upgrade component;
after completing the system installation of the target version, the apparatus further comprises:
and the acquisition unit is used for acquiring the IP address from the DHCP server.
Optionally, when mounting the system installation file of the target version based on the target upgrade policy item, the mounting unit is specifically configured to:
and acquiring the system installation file of the target historical version from the test terminal based on the target historical version number included in the target upgrading strategy item and the storage path of the system installation file of the target historical version.
Optionally, when the cluster initialization is completed, the deployment unit is specifically configured to:
based on the deployment scene and the storage deployment mode included in the target upgrading strategy item, completing the initialization of the system environment of the target version;
when performing service deployment based on the service deployment configuration file, the deployment unit is specifically configured to:
and respectively reading the service parameters configured for each service in the service deployment configuration file, respectively starting the corresponding service function components based on the service parameters configured for each service, and recording the first operation parameters of each service function component.
Optionally, the upgrade unit is specifically configured to, when acquiring a corresponding upgrade package based on the upgrade instruction, perform version upgrade processing based on the upgrade package, and record an upgrade test result:
obtaining the upgrade package based on an upgrade package storage path carried by the upgrade instruction;
upgrading the system of the target version based on the upgrading mode and the upgrading component included by the upgrading packet and the target upgrading strategy item;
if the upgrade is completed within the preset time length and the upgrade error prompt is not displayed in the upgrade log, determining that the upgrade is successful; if the upgrade is not completed within the preset time length, or the upgrade is determined to be completed, but an upgrade error prompt is displayed in an upgrade log, the upgrade is determined to be unsuccessful, when the upgrade is determined to be successful, second operation parameters of each service functional component after the upgrade are obtained, the first operation parameters and the second operation parameters are compared to obtain a comparison result, and an upgrade test result is generated based on the condition that whether the upgrade is completed or not and the comparison result.
In a fourth aspect, the present application provides another version upgrade testing apparatus, which is applied to a testing terminal, where the testing terminal stores system installation files of a plurality of historical versions and an upgrade policy configuration file including an upgrade policy item corresponding to each historical version, and the apparatus includes:
a reading unit, configured to sequentially read each upgrade policy item included in the upgrade policy configuration file, and send an instruction carrying a currently read target upgrade policy item to each host server, so that each host server mounts a system installation file of the target version based on the target upgrade policy item, and completes system installation of the target version;
a configuration unit, configured to configure each host server as a cluster, and send a service deployment configuration file to each host, respectively, so that each host server performs service deployment based on the service deployment configuration file;
the sending unit is used for sending an upgrading instruction to each host server so that each host server obtains a corresponding upgrading packet based on the upgrading instruction, carries out version upgrading processing based on the upgrading packet and records an upgrading test result;
and the determining unit is used for determining that the test is finished when the operation is judged to be finished aiming at each upgrading strategy item, and generating a test report comprising the upgrading test result corresponding to each upgrading strategy item.
In a fifth aspect, an embodiment of the present application provides a host server, including:
a memory for storing program instructions;
a processor for calling program instructions stored in said memory and for executing the steps of the method according to any one of the above first aspects in accordance with the obtained program instructions.
In a sixth aspect, an embodiment of the present application provides a test terminal, where the test terminal includes:
a memory for storing program instructions;
a processor for calling the program instructions stored in the memory and executing the steps of the method according to any one of the above second aspects in accordance with the obtained program instructions.
In a seventh aspect, this application embodiment further provides a computer-readable storage medium, which stores computer-executable instructions for causing the computer to perform the steps of the method according to any one of the above first aspects.
In an eighth aspect, the present application provides another computer-readable storage medium, which stores computer-executable instructions for causing the computer to perform the steps of the method according to any one of the above second aspects.
In summary, the version upgrade testing method provided in the embodiment of the present application is applied to a host server, and the method includes: receiving an instruction which is sent by a test terminal and carries a target upgrading strategy item, mounting a system installation file of a target version based on the target upgrading strategy item, and finishing the system installation of the target version, wherein the test terminal stores a plurality of system installation files of historical versions and upgrading strategy configuration files comprising upgrading strategy items corresponding to the historical versions; receiving a cluster initialization instruction sent by the test terminal, completing cluster initialization, receiving a service deployment configuration file sent by the test terminal, and deploying services based on the service deployment configuration file; receiving an upgrading instruction sent by the test terminal, acquiring a corresponding upgrading packet based on the upgrading instruction, performing version upgrading processing based on the upgrading packet, and recording an upgrading test result; and when the test operation is determined to be executed aiming at each upgrading strategy item, determining that the test is completed, and generating a corresponding upgrading test result.
By adopting the version upgrading test method provided by the embodiment of the application, the upgrading test verification of different upgrading scenes of all historical versions is executed circularly by automatically configuring the environment of each historical version, and the test report is output, so that independent manual configuration and test for each historical version are not required, the test process is simplified, the test labor is greatly saved, the test cost is reduced, the test efficiency is improved, and the test result is more comprehensive and more accurate.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments of the present application or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments described in the present application, and other drawings can be obtained by those skilled in the art according to the drawings of the embodiments of the present application.
Fig. 1 is a schematic networking diagram of a version upgrade test system according to an embodiment of the present application;
fig. 2 is a detailed flowchart of a version upgrade testing method according to an embodiment of the present disclosure;
fig. 3 is a detailed flowchart of another version upgrade testing method provided in the embodiment of the present application;
fig. 4 is a schematic structural diagram of a version upgrade testing apparatus according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of another version upgrade testing apparatus according to an embodiment of the present application;
fig. 6 is a schematic structural diagram of a host server according to an embodiment of the present disclosure;
fig. 7 is a schematic structural diagram of a test terminal according to an embodiment of the present application.
Detailed Description
The terminology used in the embodiments of the present application is for the purpose of describing particular embodiments only and is not intended to be limiting of the application. As used in this application and the claims, the singular forms "a", "an", and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used herein is meant to encompass any and all possible combinations of one or more of the associated listed items.
It should be understood that although the terms first, second, third, etc. may be used in the embodiments of the present application to describe various information, the information should not be limited to these terms. These terms are only used to distinguish one type of information from another. For example, first information may also be referred to as second information, and similarly, second information may also be referred to as first information, without departing from the scope of the present application. Depending on the context, moreover, the word "if" as used may be interpreted as "at … …" or "when … …" or "in response to a determination".
Exemplarily, referring to fig. 1, a networking schematic diagram of a version upgrade testing system provided in an embodiment of the present application is shown, where the version upgrade testing system at least includes a testing terminal, a DHCP server, each host server and a switching device, where the testing terminal, the DHCP server and each host server are all network-connected to the switching device, and each host server may be configured as a super-convergence system through the testing terminal.
The host server is a standby test device, the number of the host servers is more than or equal to 3, the host servers are used for verifying the upgrading function of the super-fusion product, the DHCP server issues a fixed IP address to the host server, and the test terminal is used for executing operations such as host server historical version installation, cluster configuration, system environment initialization, service configuration, version upgrading test result collection and the like. The version upgrade test method provided by the present application is described in detail below with specific method embodiments.
Illustratively, referring to fig. 2, a detailed flowchart of a version upgrade testing method provided in an embodiment of the present application is shown, where the method is applied to a host server, and the method includes the following steps:
step 200: receiving an instruction which is sent by a test terminal and carries a target upgrading strategy item, mounting a system installation file of the target version based on the target upgrading strategy item, and finishing the system installation of the target version, wherein the test terminal stores a plurality of system installation files of historical versions and upgrading strategy configuration files of upgrading strategy items corresponding to the historical versions.
In the embodiment of the application, an upgrade policy configuration file is configured on a test terminal in advance, wherein at least one upgrade policy item is set for each historical version, and each upgrade policy item at least comprises the following configuration parameters: the system comprises a historical version number, a storage path of a system installation file of the historical version, a deployment scene, a deployment mode, an upgrading mode and upgrading component information. In this embodiment, various upgrade scenarios are included as much as possible, for example, the historical versions are different, the historical versions are the same, but the deployment mode is different, and/or the storage deployment mode is different, and/or the upgrade components are different, and the like. Any two upgrading strategy items set for the same historical version have at least one different configuration parameter in the configuration parameters.
For example, the upgrade policy item 1 with the version number of E0101 includes configuration parameters of: e0101 (historical version number), D: v \ ISO \ E0101.ISO (storage path of system installation file of historical version), fusion scene (deployment scene), flash memory acceleration (deployment mode), online upgrade (upgrade mode), calculation virtualization component, network virtualization component, storage virtualization component (upgrade component); for the upgrade policy item 1 with the version number of E0101, the configuration parameters are as follows: e0101 (historical version number), D: \\ ISO \ E0101.ISO (storage path of system installation files of historical version), virtualization scenario (deployment scenario), NA (deployment mode), online upgrade (upgrade mode), compute virtualization component, and network virtualization component (upgrade component).
In this embodiment of the application, when the system installation file of the target version is installed based on the target upgrade policy item, a preferable implementation manner is that the system installation file of the target history version is acquired from the test terminal based on the target history version number included in the target upgrade policy item and a storage path of the system installation file of the target history version.
In practical application, each host server in the version upgrading test system is provided with an ILO IP address, and the IP address is fixed, so that the test terminal can enter the web to manage the host servers through the IP address, and the test terminal sends the currently read instruction carrying the target upgrading policy item to each host server through the IP address, so that each host server mounts the system installation file based on the storage path of the system installation file of the target version included in the target upgrading policy item, and performs target version system installation. Optionally, the system installation file is an ISO file.
In this embodiment of the present application, after the system installation of the target version is completed, the version upgrade test method further includes the following steps: the IP address is obtained from the D HCP server.
That is to say, after the system is installed, each host server needs to be configured as a super-convergence cluster, and then, since the DHCP server is deployed in the network, each host server can send an IP address allocation request to the DHCP server, and the DHCP server issues a fixed IP address to the host server based on the mac address of the network card of the host server.
In the embodiment of the present application, a preferred implementation manner is that the upgrade policy configuration file includes a plurality of rows, where each row represents one upgrade scenario, each row includes a plurality of columns, and different columns represent different configuration parameter items.
Step 210: and receiving a cluster initialization instruction sent by the test terminal, completing cluster initialization, receiving a service deployment configuration file sent by the test terminal, and deploying the service based on the service deployment configuration file.
In this embodiment of the present application, when the cluster initialization is completed, a preferred implementation manner is to complete initialization of the system environment of the target version based on the deployment scenario and the storage deployment mode included in the target upgrade policy item.
In practical application, after each host server acquires an IP address issued by a DHCP server, a test terminal interface executes an operation of initializing a cluster, specifically, the operation includes determining a management node, adding IP addresses of other host servers except the management node to the cluster, configuring a storage mode of each host server and selecting a disk used by the cluster, configuring a storage network IP of each host server, and configuring functions of each disk for different storage deployment modes, for example, for a memory acceleration mode, using an SSD disk as a cache disk, using an HDD disk as a data disk, and the like.
When performing service deployment based on the service deployment configuration file, a preferred implementation manner is to respectively read service parameters configured for each service in the service deployment configuration file, respectively start corresponding service function components based on the service parameters configured for each service, and record first operation parameters of each service function component.
Specifically, each service deployed may include: virtual machine creation, virtual switch setting, storage resource setting, system management parameter configuration and the like.
In practical application, service parameters respectively corresponding to each service are preset in a test terminal, for example, for a virtual machine to create a service, the corresponding service parameters include information such as a virtual machine creation number and operation parameters of each virtual machine, for example, a name (VM1) of the virtual machine 1, an operation state (operation) of the virtual machine 1, a cpu number (2) occupied by the virtual machine 1, a memory size (2GB) allocated to the virtual machine 1, an operating system (system 1) of the virtual machine 1, and communication address information (IP1) of the virtual machine 1; the name of the virtual machine 2 (VM2), the running state of the virtual machine 2 (off), the number of cpus occupied by the virtual machine 2 (4), the size of memory allocated for the virtual machine 2 (4GB), the operating system of the virtual machine 2 (system 2), the communication address information of the virtual machine 2 (IP2), and the like.
Then, the test terminal sends the service parameters corresponding to the virtual machine creation service to each host server, and the host server creates each virtual machine based on the service parameters.
Step 220: and receiving an upgrading instruction sent by the test terminal, acquiring a corresponding upgrading packet based on the upgrading instruction, performing version upgrading processing based on the upgrading packet, and recording an upgrading test result.
In the embodiment of the present application, when acquiring a corresponding upgrade package based on the upgrade instruction, performing version upgrade processing based on the upgrade package, and recording an upgrade test result, a preferred implementation manner is to acquire the upgrade package based on an upgrade package storage path carried by the upgrade instruction; upgrading the system of the target version based on the upgrading mode and the upgrading component included by the upgrading packet and the target upgrading strategy item; if the upgrade is completed within the preset time length and the upgrade error prompt is not displayed in the upgrade log, determining that the upgrade is successful; if the upgrade is not completed within the preset time length, or the upgrade is determined to be completed, but an upgrade error prompt is displayed in an upgrade log, the upgrade is determined to be unsuccessful, when the upgrade is determined to be successful, second operation parameters of each service functional component after the upgrade are obtained, the first operation parameters and the second operation parameters are compared to obtain a comparison result, and an upgrade test result is generated based on the upgrade completion condition and the comparison result.
In practical application, an upgrade package is stored in a test terminal, the test terminal sends an upgrade instruction carrying a storage path of the upgrade package to each host server after determining that upgrade environment deployment (service deployment) is completed, and each host server obtains the upgrade package based on the storage path of the upgrade package after receiving the upgrade instruction and completes version upgrade operation from a low version to a current version based on the upgrade package.
Specifically, in the upgrading process, the upgrading progress and the upgrading log are monitored, and if the upgrading progress does not reach the completion state within the preset time length, the upgrading is determined to fail; if the upgrading progress reaches the completion state within the preset time length, whether an error prompt exists in the corresponding upgrading log is further judged, if yes, upgrading is determined to fail, and if not, upgrading is determined to be successful.
Furthermore, second operation parameters of each service functional component can be obtained after upgrading again, and the second operation parameters are compared with the corresponding first operation parameters to judge whether the upgrading operation causes the abnormality of the service functional components.
For example, for the virtual machine 1, the corresponding first operating parameters before the upgrade are: the name of the virtual machine 1 (VM1), the running state (running) of the virtual machine 1, the number of cpus (2) occupied by the virtual machine 1, the size of memory (2GB) allocated for the virtual machine 1, the operating system (system 1) of the virtual machine 1, and the communication address information (IP1) of the virtual machine 1; after the upgrade, if the corresponding second operation parameter is the same as the first operation parameter, it is determined that the upgrade does not cause an exception to the virtual machine 1.
Step 230: and when the test operation is determined to be executed aiming at each upgrading strategy item, determining that the test is completed, and generating a corresponding upgrading test result.
Specifically, the test terminal may sequentially read each upgrade policy item in the upgrade policy configuration file, after each host server completes a version upgrade test based on the previous upgrade policy item, read the next-hop upgrade policy item, and circulate this until the last upgrade policy item is sent to each host server, and after receiving version upgrade test results respectively corresponding to all upgrade policy items fed back by each host server, determine that the version upgrade test is completed. Each host server can generate a corresponding version upgrading test result after completing the version upgrading test operation of one upgrading strategy item, and then sends each version upgrading test result corresponding to each upgrading strategy item to the test terminal after determining that the version upgrading test operation is completed for each upgrading strategy item.
Exemplarily, referring to fig. 3, a detailed flowchart of another version upgrade testing method provided in an embodiment of the present application is shown, where the method is applied to a test terminal, and the test terminal stores a plurality of historical version system installation files and an upgrade policy configuration file including an upgrade policy item corresponding to each historical version, and the method includes the following steps:
step 300: and sequentially reading each upgrading strategy item included in the upgrading strategy configuration file, and respectively sending an instruction carrying the currently read target upgrading strategy item to each host server, so that each host server mounts the system installation file of the target version based on the target upgrading strategy item, and the system installation of the target version is completed.
Step 310: and configuring the host servers into a cluster, and respectively sending a service deployment configuration file to each host, so that each host server performs service deployment based on the service deployment configuration file.
Step 320: and sending an upgrading instruction to each host server so that each host server obtains a corresponding upgrading packet based on the upgrading instruction, carries out version upgrading processing based on the upgrading packet and records upgrading test results.
Step 330: and when the upgrading strategy items are judged to be completely executed, determining that the test is completed, and generating a test report comprising the upgrading test results corresponding to the upgrading strategy items.
Based on the same inventive concept as the above-mentioned embodiment of the present invention, for example, referring to fig. 4, a schematic structural diagram of a version upgrade testing apparatus provided in an embodiment of the present application is shown, where the version upgrade testing apparatus is applied to a host server, and the version upgrade testing apparatus includes:
a mounting unit 40, configured to receive an instruction carrying a target upgrade policy item sent by a test terminal, mount a system installation file of the target version based on the target upgrade policy item, and complete system installation of the target version, where the test terminal stores a plurality of system installation files of historical versions and an upgrade policy configuration file including an upgrade policy item corresponding to each historical version;
the deployment unit 41 is configured to receive a cluster initialization instruction sent by the test terminal, complete cluster initialization, receive a service deployment configuration file sent by the test terminal, and perform service deployment based on the service deployment configuration file;
the upgrading unit 42 is configured to receive an upgrading instruction sent by the test terminal, obtain a corresponding upgrading packet based on the upgrading instruction, perform version upgrading processing based on the upgrading packet, and record an upgrading test result;
a determining unit 43, configured to determine that the test is completed and generate a corresponding upgrade test result when it is determined that the test operation is completed for each upgrade policy item.
Optionally, the target upgrade policy item at least includes a target historical version number, a storage path of a system installation file of the target historical version, a deployment scenario, a storage deployment mode, an upgrade mode, and an upgrade component;
after completing the system installation of the target version, the apparatus further comprises:
and the acquisition unit is used for acquiring the IP address from the DHCP server.
Optionally, when mounting the system installation file of the target version based on the target upgrade policy item, the mounting unit 40 is specifically configured to:
and acquiring the system installation file of the target historical version from the test terminal based on the target historical version number included in the target upgrading strategy item and the storage path of the system installation file of the target historical version.
Optionally, when the cluster initialization is completed, the deployment unit 41 is specifically configured to:
based on the deployment scene and the storage deployment mode included in the target upgrading strategy item, completing the initialization of the system environment of the target version;
when performing service deployment based on the service deployment configuration file, the deployment unit 41 is specifically configured to:
and respectively reading the service parameters configured for each service in the service deployment configuration file, respectively starting the corresponding service function components based on the service parameters configured for each service, and recording the first operation parameters of each service function component.
Optionally, the upgrade unit 42 is specifically configured to, when obtaining a corresponding upgrade package based on the upgrade instruction, perform version upgrade processing based on the upgrade package, and record an upgrade test result:
obtaining the upgrade package based on an upgrade package storage path carried by the upgrade instruction;
upgrading the system of the target version based on the upgrading mode and the upgrading component included by the upgrading packet and the target upgrading strategy item;
if the upgrade is completed within the preset time length and the upgrade error prompt is not displayed in the upgrade log, determining that the upgrade is successful; if the upgrade is not completed within the preset time length, or the upgrade is determined to be completed, but an upgrade error prompt is displayed in an upgrade log, the upgrade is determined to be unsuccessful, when the upgrade is determined to be successful, second operation parameters of each service functional component after the upgrade are obtained, the first operation parameters and the second operation parameters are compared to obtain a comparison result, and an upgrade test result is generated based on the condition that whether the upgrade is completed or not and the comparison result.
Based on the same inventive concept as the above-mentioned embodiment of the present invention, exemplarily, referring to fig. 5, a schematic structural diagram of another version upgrade testing apparatus provided in the embodiment of the present application is shown, where the version upgrade testing apparatus is applied to a testing terminal, and the testing terminal stores a plurality of system installation files of historical versions and an upgrade policy configuration file including an upgrade policy item corresponding to each historical version, and the version upgrade testing apparatus includes:
a reading unit 50, configured to sequentially read each upgrade policy item included in the upgrade policy configuration file, and send an instruction carrying a currently read target upgrade policy item to each host server, so that each host server mounts a system installation file of the target version based on the target upgrade policy item, and completes system installation of the target version;
a configuration unit 51, configured to configure each host server as a cluster, and send a service deployment configuration file to each host, respectively, so that each host server performs service deployment based on the service deployment configuration file;
a sending unit 52, configured to send an upgrade instruction to each host server, so that each host server obtains a corresponding upgrade package based on the upgrade instruction, performs version upgrade processing based on the upgrade package, and records an upgrade test result;
the determining unit 53 is configured to determine that the test is completed when it is determined that the above operations are performed on all the upgrade policy items, and generate a test report including the upgrade test results corresponding to all the upgrade policy items.
The above units may be one or more integrated circuits configured to implement the above methods, for example: one or more Application Specific Integrated Circuits (ASICs), or one or more microprocessors (DSPs), or one or more Field Programmable Gate Arrays (FPGAs), among others. For another example, when one of the above units is implemented in the form of a Processing element scheduler code, the Processing element may be a general-purpose processor, such as a Central Processing Unit (CPU) or other processor capable of calling program code. For another example, these units may be integrated together and implemented in the form of a system-on-a-chip (SOC).
In summary, the version upgrade testing method provided in the embodiment of the present application is applied to a host server, and the method includes: receiving an instruction which is sent by a test terminal and carries a target upgrading strategy item, mounting a system installation file of a target version based on the target upgrading strategy item, and finishing the system installation of the target version, wherein the test terminal stores a plurality of system installation files of historical versions and upgrading strategy configuration files comprising upgrading strategy items corresponding to the historical versions; receiving a cluster initialization instruction sent by the test terminal, completing cluster initialization, receiving a service deployment configuration file sent by the test terminal, and deploying services based on the service deployment configuration file; receiving an upgrading instruction sent by the test terminal, acquiring a corresponding upgrading packet based on the upgrading instruction, performing version upgrading processing based on the upgrading packet, and recording an upgrading test result; and when the test operation is determined to be executed aiming at each upgrading strategy item, determining that the test is completed, and generating a corresponding upgrading test result.
By adopting the version upgrading test method provided by the embodiment of the application, the upgrading test verification of different upgrading scenes of all historical versions is executed circularly by automatically configuring the environment of each historical version, and the test report is output, so that independent manual configuration and test for each historical version are not required, the test process is simplified, the test labor is greatly saved, the test cost is reduced, the test efficiency is improved, and the test result is more comprehensive and more accurate.
Further, in the host server provided in the embodiment of the present application, from a hardware aspect, a schematic diagram of a hardware architecture of the host server may be shown in fig. 6, where the host server may include: a memory 60 and a processor 61, which,
the memory 60 is used to store program instructions; the processor 61 calls the program instructions stored in the memory 60 and executes the above-described method embodiments in accordance with the obtained program instructions. The specific implementation and technical effects are similar, and are not described herein again.
Optionally, the present application also provides a host server comprising at least one processing element (or chip) for performing the above method embodiments.
Optionally, the present application also provides a program product, which is applied to a host server, such as a computer-readable storage medium, and the computer-readable storage medium stores computer-executable instructions for causing the computer to execute the above-mentioned method embodiments.
Further, in the test terminal provided in the embodiment of the present application, from a hardware level, a schematic diagram of a hardware architecture of the test terminal may be shown in fig. 7, where the test terminal may include: a memory 70 and a processor 71, which,
the memory 70 is used to store program instructions; the processor 71 calls the program instructions stored in the memory 70 and executes the above-described method embodiments in accordance with the obtained program instructions. The specific implementation and technical effects are similar, and are not described herein again.
Optionally, the present application also provides a test terminal comprising at least one processing element (or chip) for performing the above method embodiments.
Optionally, the present application also provides a program product, which is applied to a test terminal, such as a computer-readable storage medium, and the computer-readable storage medium stores computer-executable instructions for causing the computer to execute the above-mentioned method embodiments.
Here, a machine-readable storage medium may be any electronic, magnetic, optical, or other physical storage device that can contain or store information such as executable instructions, data, and so forth. For example, the machine-readable storage medium may be: a RAM (random Access Memory), a volatile Memory, a non-volatile Memory, a flash Memory, a storage drive (e.g., a hard drive), a solid state drive, any type of storage disk (e.g., an optical disk, a dvd, etc.), or similar storage medium, or a combination thereof.
The systems, devices, modules or units illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product with certain functions. A typical implementation device is a computer, which may take the form of a personal computer, laptop computer, cellular telephone, camera phone, smart phone, personal digital assistant, media player, navigation device, email messaging device, game console, tablet computer, wearable device, or a combination of any of these devices.
For convenience of description, the above devices are described as being divided into various units by function, and are described separately. Of course, the functionality of the units may be implemented in one or more software and/or hardware when implementing the present application.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Furthermore, these computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above description is only exemplary of the present application and should not be taken as limiting the present application, as any modification, equivalent replacement, or improvement made within the spirit and principle of the present application should be included in the scope of protection of the present application.

Claims (12)

1. A version upgrade test method is applied to a host server, and the method comprises the following steps:
receiving an instruction which is sent by a test terminal and carries a target upgrading strategy item, mounting a system installation file of a target version based on the target upgrading strategy item, and finishing the system installation of the target version, wherein the test terminal stores a plurality of system installation files of historical versions and upgrading strategy configuration files comprising upgrading strategy items corresponding to the historical versions;
receiving a cluster initialization instruction sent by the test terminal, completing cluster initialization, receiving a service deployment configuration file sent by the test terminal, and deploying services based on the service deployment configuration file;
receiving an upgrading instruction sent by the test terminal, acquiring a corresponding upgrading packet based on the upgrading instruction, performing version upgrading processing based on the upgrading packet, and recording an upgrading test result;
and when the test operation is determined to be executed aiming at each upgrading strategy item, determining that the test is completed, and generating a corresponding upgrading test result.
2. The method of claim 1, wherein the target upgrade policy item includes at least a target historical version number, a storage path of a system installation file of the target historical version, a deployment scenario, a storage deployment mode, an upgrade manner, and an upgrade component;
after completing the system installation of the target version, the method further comprises:
the IP address is obtained from the DHCP server.
3. The method of claim 2, wherein the step of mounting the target version of the system installation file based on the target upgrade policy item comprises:
and acquiring the system installation file of the target historical version from the test terminal based on the target historical version number included in the target upgrading strategy item and the storage path of the system installation file of the target historical version.
4. The method of claim 2, wherein the step of completing cluster initialization comprises:
based on the deployment scene and the storage deployment mode included in the target upgrading strategy item, completing the initialization of the system environment of the target version;
the step of performing service deployment based on the service deployment configuration file comprises:
and respectively reading the service parameters configured for each service in the service deployment configuration file, respectively starting the corresponding service function components based on the service parameters configured for each service, and recording the first operation parameters of each service function component.
5. The method of claim 4, wherein the step of obtaining the corresponding upgrade package based on the upgrade instruction and performing version upgrade processing based on the upgrade package, and recording the upgrade test result comprises:
obtaining the upgrade package based on an upgrade package storage path carried by the upgrade instruction;
upgrading the system of the target version based on the upgrading mode and the upgrading component included by the upgrading packet and the target upgrading strategy item;
if the upgrade is completed within the preset time length and the upgrade error prompt is not displayed in the upgrade log, determining that the upgrade is successful; if the upgrade is not completed within the preset time length, or the upgrade is determined to be completed, but an upgrade error prompt is displayed in an upgrade log, the upgrade is determined to be unsuccessful, when the upgrade is determined to be successful, second operation parameters of each service functional component after the upgrade are obtained, the first operation parameters and the second operation parameters are compared to obtain a comparison result, and an upgrade test result is generated based on the condition that whether the upgrade is completed or not and the comparison result.
6. A version upgrade test method is applied to a test terminal, the test terminal stores a plurality of system installation files of historical versions and upgrade strategy configuration files including upgrade strategy items corresponding to each historical version, and the method comprises the following steps:
sequentially reading each upgrading strategy item included in the upgrading strategy configuration file, and respectively sending an instruction carrying the currently read target upgrading strategy item to each host server, so that each host server mounts the system installation file of the target version based on the target upgrading strategy item, and the system installation of the target version is completed;
configuring each host server into a cluster, and respectively sending a service deployment configuration file to each host, so that each host server performs service deployment based on the service deployment configuration file;
sending an upgrading instruction to each host server to enable each host server to obtain a corresponding upgrading packet based on the upgrading instruction, carrying out version upgrading processing based on the upgrading packet and recording upgrading test results;
and when the upgrading strategy items are judged to be completely executed, determining that the test is completed, and generating a test report comprising the upgrading test results corresponding to the upgrading strategy items.
7. A version upgrade test device, applied to a host server, the device comprising:
the mounting unit is used for receiving an instruction which is sent by a test terminal and carries a target upgrading strategy item, mounting a system installation file of a target version based on the target upgrading strategy item, and finishing the system installation of the target version, wherein the test terminal stores a plurality of system installation files of historical versions and upgrading strategy configuration files comprising upgrading strategy items corresponding to each historical version;
the deployment unit is used for receiving a cluster initialization instruction sent by the test terminal, finishing cluster initialization, receiving a service deployment configuration file sent by the test terminal, and deploying services based on the service deployment configuration file;
the upgrading unit is used for receiving an upgrading instruction sent by the test terminal, acquiring a corresponding upgrading packet based on the upgrading instruction, performing version upgrading processing based on the upgrading packet, and recording an upgrading test result;
and the determining unit is used for determining that the test is finished and generating a corresponding upgrading test result when the test operation is determined to be executed aiming at each upgrading strategy item.
8. The apparatus of claim 7, wherein the target upgrade policy item comprises at least a target historical version number, a storage path of a system installation file of the target historical version, a deployment scenario, a storage deployment mode, an upgrade manner, and an upgrade component;
after completing the system installation of the target version, the apparatus further comprises:
and the acquisition unit is used for acquiring the IP address from the DHCP server.
9. The apparatus according to claim 8, wherein when mounting the system installation file of the target version based on the target upgrade policy item, the mounting unit is specifically configured to:
and acquiring the system installation file of the target historical version from the test terminal based on the target historical version number included in the target upgrading strategy item and the storage path of the system installation file of the target historical version.
10. The apparatus of claim 8, wherein, when the cluster initialization is completed, the deployment unit is specifically configured to:
based on the deployment scene and the storage deployment mode included in the target upgrading strategy item, completing the initialization of the system environment of the target version;
when performing service deployment based on the service deployment configuration file, the deployment unit is specifically configured to:
and respectively reading the service parameters configured for each service in the service deployment configuration file, respectively starting the corresponding service function components based on the service parameters configured for each service, and recording the first operation parameters of each service function component.
11. The apparatus according to claim 10, wherein the upgrade unit is configured to, when obtaining a corresponding upgrade package based on the upgrade instruction, perform version upgrade processing based on the upgrade package, and record an upgrade test result, specifically:
obtaining the upgrade package based on an upgrade package storage path carried by the upgrade instruction;
upgrading the system of the target version based on the upgrading mode and the upgrading component included by the upgrading packet and the target upgrading strategy item;
if the upgrade is completed within the preset time length and the upgrade error prompt is not displayed in the upgrade log, determining that the upgrade is successful; if the upgrade is not completed within the preset time length, or the upgrade is determined to be completed, but an upgrade error prompt is displayed in an upgrade log, the upgrade is determined to be unsuccessful, when the upgrade is determined to be successful, second operation parameters of each service functional component after the upgrade are obtained, the first operation parameters and the second operation parameters are compared to obtain a comparison result, and an upgrade test result is generated based on the condition that whether the upgrade is completed or not and the comparison result.
12. A version upgrade test device is applied to a test terminal, the test terminal stores a plurality of system installation files of historical versions and upgrade strategy configuration files including upgrade strategy items corresponding to each historical version, and the device comprises:
a reading unit, configured to sequentially read each upgrade policy item included in the upgrade policy configuration file, and send an instruction carrying a currently read target upgrade policy item to each host server, so that each host server mounts a system installation file of the target version based on the target upgrade policy item, and completes system installation of the target version;
a configuration unit, configured to configure each host server as a cluster, and send a service deployment configuration file to each host, respectively, so that each host server performs service deployment based on the service deployment configuration file;
the sending unit is used for sending an upgrading instruction to each host server so that each host server obtains a corresponding upgrading packet based on the upgrading instruction, carries out version upgrading processing based on the upgrading packet and records an upgrading test result;
and the determining unit is used for determining that the test is finished when the operation is judged to be finished aiming at each upgrading strategy item, and generating a test report comprising the upgrading test result corresponding to each upgrading strategy item.
CN202010806392.6A 2020-08-12 2020-08-12 Version upgrading test method and device Active CN112131099B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010806392.6A CN112131099B (en) 2020-08-12 2020-08-12 Version upgrading test method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010806392.6A CN112131099B (en) 2020-08-12 2020-08-12 Version upgrading test method and device

Publications (2)

Publication Number Publication Date
CN112131099A true CN112131099A (en) 2020-12-25
CN112131099B CN112131099B (en) 2023-07-14

Family

ID=73850761

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010806392.6A Active CN112131099B (en) 2020-08-12 2020-08-12 Version upgrading test method and device

Country Status (1)

Country Link
CN (1) CN112131099B (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112860540A (en) * 2021-01-14 2021-05-28 中国农业银行股份有限公司 Software version upgrade test management and control system and method
CN113342672A (en) * 2021-06-25 2021-09-03 上海闻泰信息技术有限公司 Monkey testing method and apparatus for terminal equipment
CN113489848A (en) * 2021-07-06 2021-10-08 厦门亿联网络技术股份有限公司 Terminal device testing method and device, electronic device and storage medium
CN113825157A (en) * 2021-05-13 2021-12-21 深圳市乙辰科技股份有限公司 Wireless network equipment upgrading method and system
CN114615081A (en) * 2022-04-02 2022-06-10 侯殿君 Remote penetration test method and device
CN114968311A (en) * 2022-07-11 2022-08-30 云账户技术(天津)有限公司 Method, device, equipment and medium for determining regression range of upgrade version of component library
CN114978938A (en) * 2022-05-26 2022-08-30 西安易朴通讯技术有限公司 Switch testing method, system and equipment
CN115328773A (en) * 2022-08-04 2022-11-11 北京志凌海纳科技有限公司 Test method for software version upgrading combined with after-sale system
CN116866180A (en) * 2023-07-04 2023-10-10 北京志凌海纳科技有限公司 Cluster upgrading test method and system

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103701856A (en) * 2013-11-29 2014-04-02 四川长虹电器股份有限公司 Method for defining and acquiring upgrade package of terminal equipment
CN105099772A (en) * 2015-07-02 2015-11-25 许继集团有限公司 Method and system for upgrading energy efficiency service cloud terminal
US20160378462A1 (en) * 2015-05-22 2016-12-29 Huawei Technologies Co., Ltd. Method, Apparatus, and System for Implementing JAVA Application Installation by Means of Cloud Compilation
US20170371650A1 (en) * 2016-06-24 2017-12-28 Vmware, Inc. Upgrade analysis of a computer system
CN107590064A (en) * 2016-07-08 2018-01-16 北京奇虎科技有限公司 A kind of application upgrade method of testing, device and system
CN109783366A (en) * 2018-12-15 2019-05-21 深圳壹账通智能科技有限公司 APP edition upgrading compatibility test method, device, equipment and storage medium
CN110308923A (en) * 2018-03-27 2019-10-08 上海擎感智能科技有限公司 A kind of test method and its system of OTA upgrading
US20200073648A1 (en) * 2018-08-29 2020-03-05 Vmware, Inc. Managing an upgrade of a virtualization infrastructure component
US20200133657A1 (en) * 2018-10-31 2020-04-30 EMC IP Holding Company LLC Method, electronic device and computer readable storage medium of storage management
CN111324365A (en) * 2020-02-29 2020-06-23 苏州浪潮智能科技有限公司 Method and equipment for upgrading super-converged system

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103701856A (en) * 2013-11-29 2014-04-02 四川长虹电器股份有限公司 Method for defining and acquiring upgrade package of terminal equipment
US20160378462A1 (en) * 2015-05-22 2016-12-29 Huawei Technologies Co., Ltd. Method, Apparatus, and System for Implementing JAVA Application Installation by Means of Cloud Compilation
CN105099772A (en) * 2015-07-02 2015-11-25 许继集团有限公司 Method and system for upgrading energy efficiency service cloud terminal
US20170371650A1 (en) * 2016-06-24 2017-12-28 Vmware, Inc. Upgrade analysis of a computer system
CN107590064A (en) * 2016-07-08 2018-01-16 北京奇虎科技有限公司 A kind of application upgrade method of testing, device and system
CN110308923A (en) * 2018-03-27 2019-10-08 上海擎感智能科技有限公司 A kind of test method and its system of OTA upgrading
US20200073648A1 (en) * 2018-08-29 2020-03-05 Vmware, Inc. Managing an upgrade of a virtualization infrastructure component
US20200133657A1 (en) * 2018-10-31 2020-04-30 EMC IP Holding Company LLC Method, electronic device and computer readable storage medium of storage management
CN109783366A (en) * 2018-12-15 2019-05-21 深圳壹账通智能科技有限公司 APP edition upgrading compatibility test method, device, equipment and storage medium
CN111324365A (en) * 2020-02-29 2020-06-23 苏州浪潮智能科技有限公司 Method and equipment for upgrading super-converged system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
孙骏亚;: "基于主机基础软件版本升级测试方法研究" *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112860540A (en) * 2021-01-14 2021-05-28 中国农业银行股份有限公司 Software version upgrade test management and control system and method
CN113825157B (en) * 2021-05-13 2023-07-25 深圳市乙辰科技股份有限公司 Wireless network equipment upgrading method and system
CN113825157A (en) * 2021-05-13 2021-12-21 深圳市乙辰科技股份有限公司 Wireless network equipment upgrading method and system
CN113342672A (en) * 2021-06-25 2021-09-03 上海闻泰信息技术有限公司 Monkey testing method and apparatus for terminal equipment
CN113342672B (en) * 2021-06-25 2022-06-03 上海闻泰信息技术有限公司 Monkey testing method and apparatus for terminal equipment
CN113489848A (en) * 2021-07-06 2021-10-08 厦门亿联网络技术股份有限公司 Terminal device testing method and device, electronic device and storage medium
CN113489848B (en) * 2021-07-06 2023-09-29 厦门亿联网络技术股份有限公司 Terminal equipment testing method and device, electronic equipment and storage medium
CN114615081A (en) * 2022-04-02 2022-06-10 侯殿君 Remote penetration test method and device
CN114978938A (en) * 2022-05-26 2022-08-30 西安易朴通讯技术有限公司 Switch testing method, system and equipment
CN114968311A (en) * 2022-07-11 2022-08-30 云账户技术(天津)有限公司 Method, device, equipment and medium for determining regression range of upgrade version of component library
CN115328773B (en) * 2022-08-04 2023-05-12 北京志凌海纳科技有限公司 Software version upgrading test method combined with after-sales system
CN115328773A (en) * 2022-08-04 2022-11-11 北京志凌海纳科技有限公司 Test method for software version upgrading combined with after-sale system
CN116866180A (en) * 2023-07-04 2023-10-10 北京志凌海纳科技有限公司 Cluster upgrading test method and system
CN116866180B (en) * 2023-07-04 2024-03-01 北京志凌海纳科技有限公司 Cluster upgrading test method and system

Also Published As

Publication number Publication date
CN112131099B (en) 2023-07-14

Similar Documents

Publication Publication Date Title
CN112131099B (en) Version upgrading test method and device
EP3761170A1 (en) Virtual machine creation method and apparatus
EP3618352B1 (en) Virtual machine management
US20160071023A1 (en) Computing Instance Launch Time
CN107678836B (en) Cluster test data acquisition method and device
EP3191948A1 (en) Computing instance launch time
CN112596960A (en) Distributed storage service switching method and device
CN111930473A (en) Method and apparatus for deploying image recognition service on container cloud
CN111124286A (en) Libcloud-based multi-cloud management implementation method
CN113835844B (en) Container cluster management method and device and cloud computing platform
CN108475201B (en) Data acquisition method in virtual machine starting process and cloud computing system
CN111813495A (en) Node testing method and device, storage medium and electronic device
CN112600931B (en) API gateway deployment method and device
US20220206836A1 (en) Method and Apparatus for Processing Virtual Machine Migration, Method and Apparatus for Generating Virtual Machine Migration Strategy, Device and Storage Medium
CN114006815B (en) Automatic deployment method and device for cloud platform nodes, nodes and storage medium
CN112631994A (en) Data migration method and system
CN116028290A (en) Solid state disk testing method, device, equipment and medium
CN115617668A (en) Compatibility testing method, device and equipment
CN113411362B (en) Control method, device and equipment of application instance
CN114691496A (en) Unit testing method, unit testing device, computing equipment and medium
CN112988460B (en) Data backup method and device for virtual machine
US10521730B1 (en) Computing instance launch workflow
CN116089020B (en) Virtual machine operation method, capacity expansion method and capacity expansion system
CN117472516B (en) Virtual resource scheduling method, device, cluster system, electronic equipment and medium
CN112732362B (en) Method and device for accessing nationwide software resources, electronic 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
GR01 Patent grant
GR01 Patent grant