CN114338486A - Network service test deployment method, device, equipment and readable storage medium - Google Patents

Network service test deployment method, device, equipment and readable storage medium Download PDF

Info

Publication number
CN114338486A
CN114338486A CN202011064396.8A CN202011064396A CN114338486A CN 114338486 A CN114338486 A CN 114338486A CN 202011064396 A CN202011064396 A CN 202011064396A CN 114338486 A CN114338486 A CN 114338486A
Authority
CN
China
Prior art keywords
test
network service
file
test case
directory
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011064396.8A
Other languages
Chinese (zh)
Inventor
杨艳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Mobile Communications Group Co Ltd
China Mobile Communications Ltd Research Institute
Original Assignee
China Mobile Communications Group Co Ltd
China Mobile Communications Ltd Research Institute
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 China Mobile Communications Group Co Ltd, China Mobile Communications Ltd Research Institute filed Critical China Mobile Communications Group Co Ltd
Priority to CN202011064396.8A priority Critical patent/CN114338486A/en
Publication of CN114338486A publication Critical patent/CN114338486A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a method, a device and equipment for testing and deploying network services and a readable storage medium, and relates to the technical field of communication to improve the testing efficiency. The method comprises the following steps: acquiring a network service description file and a test case corresponding to a network service; obtaining a network service description filing file by using the network service description file and the test case; and sending the network service description archive file to a test system, so that the test system extracts and loads the test case, and triggering the test of the test case according to the network service description archive file. The embodiment of the invention can improve the testing efficiency.

Description

Network service test deployment method, device, equipment and readable storage medium
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a method, an apparatus, a device, and a readable storage medium for testing and deploying a network service.
Background
In an NFV (Network Functions Virtualization) Network, Network device Functions are implemented by software, and flexible sharing of infrastructure resources is achieved. After the Virtual Network Function (VNF) is introduced, a Network Service (NS) may be composed of a Physical Network Function (PNF), a Virtual Network Function (VNF), a Virtual connection (VL), and the like. After the network service completes normal deployment in the virtual resource environment, tests including functions, performances and the like need to be performed on the deployed network service.
In the existing network service testing method, after the network service deployment is completed, a special testing system is used for testing the network service. Before the test execution of the test system, test cases (including test scripts, test case description files, test configuration files and the like) for the network service need to be preloaded, and the test results are collected and analyzed after the execution is completed. After the test result indicates success, the network service is normally functional, and the network service can normally provide service to the outside.
In the existing implementation scheme, a deployment system of a network service and a test system of the network service are generally two separate systems, and design deployment and test case loading execution of the network service are performed separately. After the network service design and deployment are completed, a tester needs to intervene, the service instance information of the network service deployment system deployment is manually confirmed and extracted, and then a test case corresponding to the service is selected in the test system to initiate a test.
Therefore, the existing implementation scheme has complex flow and low test efficiency due to the need of human participation.
Disclosure of Invention
The embodiment of the invention provides a method, a device and equipment for testing and deploying network services and a readable storage medium, which are used for improving the testing efficiency.
In a first aspect, an embodiment of the present invention provides a method for testing and deploying a network service, which is applied to a deployment system, and includes:
acquiring a network service description file and a test case corresponding to a network service;
obtaining a network service description filing file by using the network service description file and the test case;
and sending the network service description archive file to a test system, so that the test system extracts and loads the test case, and triggering the test of the test case according to the network service description archive file.
Wherein, the obtaining of the network service description archive file by using the network service description file and the test case comprises:
and archiving the network service and the test cases to Tests to obtain the network service description archive file.
Wherein the sending the web service description archive file to the test system includes:
determining whether the web service description archive file comprises a Tests directory of the web service and determining whether the Tests directory comprises a test-related file;
and sending the network service description archive file to the test system under the condition that the network service description archive file comprises the Tests directory of the network service and the Tests directory comprises the test related files.
Wherein, the triggering the test of the test case according to the network service description archive file comprises:
determining whether the web service description archive file comprises a Tests directory of the web service and determining whether the Tests directory comprises a test-related file;
and under the condition that the network service description archive file comprises a Tests directory of the network service and the Tests directory comprises a test related file, triggering the test of the test case.
Wherein the triggering of the test case comprises:
deploying the network service;
determining whether the test system comprises a first target test case or not, wherein the identifier of the network service corresponding to the first target test case is the identifier of the network service;
under the condition that the test system comprises the first target test case, obtaining a test case list of the network service from the test system;
and triggering the test system to execute the test cases in the test case list to obtain the test case execution result.
Wherein the method further comprises:
deploying the network service in the case that the network service description archive file does not include a Tests directory of the network service and the Tests directory includes a test-related file.
Wherein the method further comprises:
adding a first identifier under the condition that the network service description archive file comprises a Tests directory of the network service and the Tests directory comprises a test related file, wherein the first identifier is used for representing a test mode;
and adding a second identifier under the condition that the network service description archive file does not comprise the Tests directory of the network service and the Tests directory comprises the test related files, wherein the second identifier is used for representing a normal deployment mode.
In a second aspect, an embodiment of the present invention provides a method for deploying a test on a network service, which is applied to a test system, and includes:
receiving a network service description archive file sent by a deployment system, wherein the network service description archive file is obtained by the deployment system by using a network service and a test case;
according to the network service description filing file, extracting and loading a test case;
and executing the test by using the test case according to the trigger of the deployment system.
Wherein, the archiving the file according to the network service description, extracting and loading the test case comprises:
determining whether the Tests directory of the network service is included in the network service description archive file and determining whether the Tests directory includes a test-related file;
under the condition that the network service description filing file comprises a Tests directory of the network service and the Tests directory comprises a test related file, determining whether a test case corresponding to the identifier of the network service exists in a test case library or not;
under the condition that the test case corresponding to the identifier of the network service exists in the test case library:
if the Tests directory contains the test cases with the same identification as the test cases of the test case library, analyzing the test case description files in the Tests directory, and updating the test cases in the test case library by using the test cases in the Tests directory; if the Tests directory does not contain the test cases with the same identification as the test cases of the test case library, analyzing the test case description files in the Tests directory, and loading the test cases of the Tests directory into the test case library;
and under the condition that the test case corresponding to the identifier of the network service does not exist in the test case library, analyzing the test case description file in the Tests directory, and loading the test case in the Tests directory to the test case library.
In a third aspect, an embodiment of the present invention provides a test deployment apparatus for a network service, which is applied to a deployment system, and includes:
the first acquisition module is used for acquiring the network service description file and the test case corresponding to the network service;
the second acquisition module is used for acquiring a network service description filing file by using the network service description file and the test case;
the first processing module is used for sending the network service description archive file to a test system, enabling the test system to extract and load the test case, and triggering the test of the test case according to the network service description archive file.
The second obtaining module is configured to obtain the web service description archive file by archiving the web service description archive file and the test cases to Tests.
Wherein the first processing module comprises:
a first determining sub-module, configured to determine whether the web service description archive file includes a Tests directory of the web service and determine whether the Tests directory includes a test-related file;
and the first sending submodule is used for sending the network service description filing file to the testing system under the condition that the network service description filing file comprises a Tests directory of the network service and the Tests directory comprises a testing related file.
Wherein the first processing module comprises:
a second determining submodule, configured to determine whether the web service description archive file includes a Tests directory of the web service and determine whether the Tests directory includes a test-related file;
and the first triggering submodule is used for triggering the test of the test case under the condition that the network service description filing file comprises a Tests directory of the network service and the Tests directory comprises a test related file.
Wherein the first trigger submodule comprises:
a first deployment unit for deploying the network service;
a first determining unit, configured to determine whether the test system includes a first target test case, where an identifier of a network service corresponding to the first target test case is an identifier of the network service;
a first obtaining unit, configured to obtain a test case list of the network service from the test system when the test system includes the first target test case;
and the first triggering unit is used for triggering the test system to execute the test cases in the test case list to obtain the test case execution result.
Wherein the first trigger submodule further comprises:
and the second deployment unit is used for deploying the network service under the condition that the network service description archive file does not comprise the Tests directory of the network service and the Tests directory comprises the test related file.
Wherein the apparatus further comprises: an add module to:
adding a first identifier under the condition that the network service description archive file comprises a Tests directory of the network service and the Tests directory comprises a test related file, wherein the first identifier is used for representing a test mode;
and adding a second identifier under the condition that the network service description archive file does not comprise the Tests directory of the network service and the Tests directory comprises the test related files, wherein the second identifier is used for representing a normal deployment mode.
In a fourth aspect, an embodiment of the present invention provides a test deployment apparatus for a network service, which is applied to a test system, and includes:
the system comprises a first receiving module, a second receiving module and a third receiving module, wherein the first receiving module is used for receiving a network service description archive file sent by a deployment system, and the network service description archive file is obtained by the deployment system by using a network service and a test case;
the first processing module is used for extracting and loading test cases according to the network service description filing file;
and the first test module is used for executing the test by using the test case according to the trigger of the deployment system.
Wherein the first processing module comprises:
a first determining submodule, configured to determine whether the web service description archive file includes a Tests directory of the web service and determine whether the Tests directory includes a test-related file;
the second determining submodule is used for determining whether a test case corresponding to the identifier of the network service exists in a test case library or not under the condition that the network service description filing file comprises a Tests directory of the network service and the Tests directory comprises a test related file;
a first processing sub-module, configured to, in a case that a test case corresponding to the identifier of the network service exists in the test case library:
if the Tests directory contains the test cases with the same identification as the test cases of the test case library, analyzing the test case description files in the Tests directory, and updating the test cases in the test case library by using the test cases in the Tests directory; if the Tests directory does not contain the test cases with the same identification as the test cases of the test case library, analyzing the test case description files in the Tests directory, and loading the test cases of the Tests directory into the test case library;
and the second processing submodule is used for analyzing the test case description file in the Tests directory and loading the test cases in the Tests directory into the test case library under the condition that the test cases corresponding to the identifiers of the network service do not exist in the test case library.
In a fifth aspect, an embodiment of the present invention provides a test deployment apparatus for a network service, which is applied to a deployment system, and includes a processor and a transceiver:
the processor is used for acquiring a network service description file and a test case corresponding to the network service; obtaining a network service description filing file by using the network service description file and the test case; and sending the network service description archive file to a test system, so that the test system extracts and loads the test case, and triggering the test of the test case according to the network service description archive file.
The processor is further configured to archive the web service description archive file and the test cases to obtain the web service description archive file.
Wherein the processor is further configured to determine whether the web service description archive file comprises a Tests directory of the web service and to determine whether the Tests directory comprises a test-related file; and sending the network service description archive file to the test system under the condition that the network service description archive file comprises the Tests directory of the network service and the Tests directory comprises the test related files.
Wherein the processor is further configured to:
determining whether the web service description archive file comprises a Tests directory of the web service and determining whether the Tests directory comprises a test-related file;
and under the condition that the network service description archive file comprises a Tests directory of the network service and the Tests directory comprises a test related file, triggering the test of the test case.
Wherein the processor is further configured to:
deploying the network service;
determining whether the test system comprises a first target test case or not, wherein the identifier of the network service corresponding to the first target test case is the identifier of the network service;
under the condition that the test system comprises the first target test case, obtaining a test case list of the network service from the test system;
and triggering the test system to execute the test cases in the test case list to obtain the test case execution result.
Wherein the processor is further configured to: deploying the network service in the case that the network service description archive file does not include a Tests directory of the network service and the Tests directory includes a test-related file.
Wherein the processor is further configured to: adding a first identifier under the condition that the network service description archive file comprises a Tests directory of the network service and the Tests directory comprises a test related file, wherein the first identifier is used for representing a test mode; and adding a second identifier under the condition that the network service description archive file does not comprise the Tests directory of the network service and the Tests directory comprises the test related files, wherein the second identifier is used for representing a normal deployment mode.
In a sixth aspect, an embodiment of the present invention further provides a test deployment apparatus for a network service, which is applied to a test system, and includes a processor and a transceiver:
the transceiver is used for receiving a network service description archive file sent by a deployment system, wherein the network service description archive file is obtained by the deployment system by using a network service and a test case;
the processor is used for archiving files according to the network service description, and extracting and loading test cases; and executing the test by using the test case according to the trigger of the deployment system.
Wherein the processor is further configured to:
determining whether the Tests directory of the network service is included in the network service description archive file and determining whether the Tests directory includes a test-related file;
under the condition that the network service description filing file comprises a Tests directory of the network service and the Tests directory comprises a test related file, determining whether a test case corresponding to the identifier of the network service exists in a test case library or not;
under the condition that the test case corresponding to the identifier of the network service exists in the test case library:
if the Tests directory contains the test cases with the same identification as the test cases of the test case library, analyzing the test case description files in the Tests directory, and updating the test cases in the test case library by using the test cases in the Tests directory; if the Tests directory does not contain the test cases with the same identification as the test cases of the test case library, analyzing the test case description files in the Tests directory, and loading the test cases of the Tests directory into the test case library;
and under the condition that the test case corresponding to the identifier of the network service does not exist in the test case library, analyzing the test case description file in the Tests directory, and loading the test case in the Tests directory to the test case library.
In a seventh aspect, an embodiment of the present invention further provides a communication device, including: a transceiver, a memory, a processor and a program stored on the memory and executable on the processor, the processor implementing the steps in the method as described in any of the above aspects when executing the program.
In an eighth aspect, the embodiment of the present invention further provides a readable storage medium, on which a program is stored, where the program, when executed by a processor, implements the steps in the method according to any one of the above aspects.
In the embodiment of the invention, the deployment system packages the network service and the test case corresponding to the network service to obtain a network service description archive file, sends the network service description archive file to the test system, and triggers the test of the test case according to the network service description archive file. Therefore, by using the scheme of the embodiment of the invention, the test can be completed without manual participation, thereby improving the test efficiency.
Drawings
Fig. 1 is one of flowcharts of a test deployment method of a network service provided by an embodiment of the present invention;
FIG. 2 is a schematic diagram of a system provided by an embodiment of the invention;
FIG. 3 is a schematic diagram of a directory describing archived files for web services according to an embodiment of the present invention;
FIG. 4 is a second flowchart of a method for testing and deploying a network service according to an embodiment of the present invention;
FIG. 5 is a third flowchart of a method for testing and deploying a network service according to an embodiment of the present invention;
FIG. 6 is a block diagram of a test deployment apparatus for network services according to an embodiment of the present invention;
FIG. 7 is a second block diagram of a test deployment apparatus for network services provided by an embodiment of the present invention;
FIG. 8 is a third block diagram of a test deployment apparatus for network services provided by an embodiment of the present invention;
FIG. 9 is a fourth block diagram of a test deployment apparatus for network services provided by an embodiment of the present invention;
fig. 10 is a block diagram of a communication device according to an embodiment of the present invention.
Detailed Description
The term "and/or" in the embodiments of the present invention describes an association relationship of associated objects, and indicates that three relationships may exist, for example, a and/or B may indicate: a exists alone, A and B exist simultaneously, and B exists alone. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship.
In the embodiments of the present application, the term "plurality" means two or more, and other terms are similar thereto.
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, 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 application.
Referring to fig. 1, fig. 1 is a flowchart of a test deployment method of a network service provided by an embodiment of the present invention, which is applied to a deployment system, and as shown in fig. 1, the method includes the following steps:
step 101, obtaining a network service description file and a test case corresponding to a network service.
Fig. 2 is a schematic diagram of a system according to an embodiment of the present invention. Wherein, the deployment system includes: designer, orchestrator, cloud infrastructure. In the embodiment of the invention, the service packaging function can be added in the deployment system. The service packaging function can be independently arranged in the system or can be positioned in a designer. In fig. 2, a case where the service packaging function is independently set is shown. The service packaging function is used for archiving the network service description file and the test case to obtain the network service description archiving file, wherein the test case is archived to a Tests (test case) directory of the network service description archiving file and is placed in a root directory of the network service.
In practical applications, the network service can be designed by a designer. The test case corresponding to the network service comprises: test case description files, test scripts, test configuration files, and the like. The test case description file, the test script and the test configuration file can be developed and completed in advance by a test developer.
And 102, obtaining a network service description archive file by using the network service description file and the test case.
Specifically, in this step, the service packaging function archives the web service description file and the test case to obtain the web service description archive file, where the test case is archived to a Tests directory of the web service description archive file and placed in a root directory of the web service.
In practical application, after the test case files corresponding to the network service and the network service designed by the designer are imported, the service packaging function uniformly files all the test case files to the Tests directory of the network service, and packages and outputs the network service description filing files. After packaging is completed, the service packaging function distributes the network service description archive file, and the distributed object is all the downstream components subscribed to the network service description archive file. Wherein, the downstream components comprise a test system, an orchestrator and the like. Wherein distribution means loading a corresponding web service description archive file to a local storage of a downstream component.
Step 103, sending the network service description archive file to a test system, so that the test system extracts and loads the test case, and triggering the test of the test case according to the network service description archive file.
Specifically, in the process of sending the web service description archive file to the test system, the service packaging function determines whether the web service description archive file includes a Tests directory of the web service and determines whether the Tests directory includes a test-related file (including a test case description file, a test script, a test configuration file, and the like). And under the condition that the network service description archive file comprises a Tests directory of the network service and the Tests directory comprises a test related file, the service packaging function sends the network service description archive file to the test system. If not, the network service description archive file does not need to be sent to the test system. In this way, the load on the test system can be reduced.
Of course, in practical application, the service packaging function may also directly send the web service description archive file to the test system. Then, the determination of the web service description archive file may be made by the test system accordingly.
Wherein the directory of web services description archive files may be as shown in fig. 3. The test case files under each directory are associated with the relevant information of the use cases through Unique use case identifiers UUIDs (Universal Unique Identifier). The rest of fig. 3 may be referred to as a web service description file.
As shown in FIG. 2, in an embodiment of the invention, workflow functionality may be added to the deployment system. The workflow function can be independently arranged in the system or can be positioned in the orchestrator. In fig. 2, a case where the workflow function is independently set is shown. The workflow function is used for triggering the test of the test case, the deployment of the network service and the like.
In the embodiment of the invention, in the process of triggering the test of the test case by the workflow function, the workflow function determines whether the web service description archive file comprises the Tests directory of the web service and determines whether the Tests directory comprises the test related file. And under the condition that the network service description archive file comprises a Tests directory of the network service and the Tests directory comprises a test related file, triggering the test of the test case by the workflow function.
In addition, the workflow triggering function may further add a first identifier for indicating a test pattern (TESTING) in a case where the web service description archive file includes a Tests directory of the web service and the Tests directory includes a test-related file; in case the web service description archive file does not comprise a Tests directory of the web service and the Tests directory comprises a test related file, adding a second identification, the second identification being indicative of a NORMAL deployment mode (NORMAL).
In the process of triggering the test of the test case by the workflow function, the network service is firstly deployed to an orchestrator. And then, the workflow trigger function analyzes the network service description archive file to obtain the identifier, such as the name and the like, of the network service. And then, determining whether the test system comprises a first target test case, wherein the identifier of the network service corresponding to the first target test case is the identifier of the network service. Then, under the condition that the test system comprises the first target test case, obtaining a test case list of the network service from the test system, and triggering the test system to execute the test case in the test case list to obtain a test case execution result. In a case where the first target test case is not included in the test system, the flow may be ended.
In the case where the web service description archive file does not include the Tests directory for the web service and the Tests directory includes test-related files, the workflow functionality may deploy the web service directly to the orchestrator. This process is the same as the deployment process in the prior art.
In the embodiment of the invention, the deployment system packages the network service and the test case corresponding to the network service to obtain a network service description archive file, sends the network service description archive file to the test system, and triggers the test of the test case according to the network service description archive file. Therefore, by using the scheme of the embodiment of the invention, the test can be completed without manual participation, thereby improving the test efficiency.
Referring to fig. 4, fig. 4 is a flowchart of a test deployment method of a network service provided by the embodiment of the present invention, which is applied to a test system, and as shown in fig. 4, the method includes the following steps:
step 401, receiving a network service description archive file sent by a deployment system, where the network service description archive file is obtained by the deployment system using a network service and a test case.
Referring again to FIG. 2, the test system includes a loader, an executor, and a test case library. In the embodiment of the invention, the analysis function can be added in the test system. The analysis function can be independently arranged in the system or can be positioned in the loader. In fig. 2, a case where the resolving function is independently set is shown. The parsing function is used for parsing the test cases and loading the test cases into the test case library. Thus, in this step, the network service description archive file sent by the deployment system may be received by the parsing function.
Step 402, according to the network service description filing file, extracting and loading test cases.
If it is determined in the deployment system whether the distributed web service description archive file includes the Tests directory of the web service and whether the Tests directory includes the test-related file, that is, the web service description archive file includes the Tests directory of the web service and the Tests directory includes the test-related file, the parsing function may directly perform the subsequent processing. Otherwise, the parsing function may first determine whether the web service description archive file includes a Tests directory for the web service and whether the Tests directory includes a test-related file.
And under the condition that the network service description archive file comprises the Tests directory of the network service and the Tests directory comprises the test related file, the analysis function can determine whether the test case corresponding to the identifier of the network service exists in the test case library or not.
Under the condition that the test case corresponding to the identifier of the network service exists in the test case library:
(1) if the Tests directory contains the test cases with the same identification as the test cases of the test case library, the analysis function can analyze the test case description files in the Tests directory and update the test cases in the test case library by using the test cases in the Tests directory;
(2) if the Tests directory does not contain the test cases with the same identification as the test cases of the test case library, the analysis function can analyze the test case description files in the Tests directory and load the test cases of the Tests directory into the test case library.
And under the condition that the test case corresponding to the identifier of the network service does not exist in the test case library, the analysis function can analyze the test case description file in the Tests directory and load the test case in the Tests directory into the test case library.
And 403, executing a test by using the test case according to the trigger of the deployment system.
In the embodiment of the invention, the deployment system packages the network service and the test case corresponding to the network service to obtain a network service description archive file, sends the network service description archive file to the test system, and triggers the test of the test case according to the network service description archive file. Therefore, by using the scheme of the embodiment of the invention, the test can be completed without manual participation, thereby improving the test efficiency.
In the embodiment of the invention, the test case and the network service composition elements VNF/PNF and the like are used as the unified input of the deployment system, after the designer finishes the design of the network service, the test case and the network service composition elements are repackaged through the service packaging function to complete the association of the corresponding network service and the test case, the packaged and output network service description filing file is respectively distributed to the newly added workflow function of the service deployment system and the analysis function of the test system, and the deployment of the service and the triggering execution of the test are uniformly arranged through the workflow function, so that the deployment test flow of the network service is simplified, and the test efficiency is improved.
Referring to fig. 5, fig. 5 is a flowchart of a method for testing and deploying a network service according to an embodiment of the present invention. As shown in fig. 5, the method comprises the following steps:
step 501, the designer designs the network service and imports the test case.
Specifically, the network service composition elements such as VNF, PNF, and the like are imported into the designer, and the design of the network service is completed.
Step 502, the service packaging function packages the network service and the test case to form a network service description archive file.
Specifically, the test case corresponding to the network service includes: test case description files, test scripts, test configuration files, and the like. The test case description file, the test script and the test configuration file can be developed and completed in advance by a test developer. And archiving the network service description file and the test case by using a service packaging function to obtain the network service description archiving file, wherein the test case is archived to a Tests directory of the network service description archiving file and is placed in a root directory of the network service.
Step 503, the service packaging function distributes the web service description archive file to the parsing function and the workflow function.
The service packaging function determines whether the web service description archive file includes a Tests directory of the web service and whether the Tests directory includes a test-related file. If so, the web service description archive file is distributed to the parsing function, otherwise, the process may end.
Step 504, the parsing function parses the web service description archive file and processes it.
The parsing function may first determine whether the web service description archive file includes a Tests directory for the web service and whether the Tests directory includes a test-related file.
And under the condition that the network service description archive file comprises the Tests directory of the network service and the Tests directory comprises the test related file, the analysis function can determine whether the test case corresponding to the identifier of the network service exists in the test case library or not.
Under the condition that the test case corresponding to the identifier of the network service exists in the test case library:
(1) if the Tests directory contains the test cases with the same identification as the test cases of the test case library, the analysis function can analyze the test case description files in the Tests directory and update the test cases in the test case library by using the test cases in the Tests directory;
(2) if the Tests directory does not contain the test cases with the same identification as the test cases of the test case library, the analysis function can analyze the test case description files in the Tests directory and load the test cases of the Tests directory into the test case library.
And under the condition that the test case corresponding to the identifier of the network service does not exist in the test case library, the analysis function can analyze the test case description file in the Tests directory and load the test case in the Tests directory into the test case library.
And step 505, the workflow function determines a processing mode according to the network service description archive file.
In the process of triggering the test of the test case by the workflow function, firstly, determining whether the web service description archive file comprises the Tests directory of the web service and determining whether the Tests directory comprises the test related file. And under the condition that the network service description filing file comprises the Tests directory of the network service and the Tests directory comprises the test related files, marking the network service description filing file as a TESTING mode, otherwise, marking the network service description filing file as a NORMAL deployment mode of NORMAL.
Under the NORMAL deployment mode of NORMAL, the workflow function only needs to interact with the orchestrator to complete the network service deployment without interacting with the test system.
In the TESTING mode, after the workflow function interacts with the orchestrator to complete the network service deployment, the workflow function further includes: and analyzing the network service description archive file to obtain the identifier of the network service, such as an identifier and the like. And then, determining whether the test system comprises a first target test case, wherein the identifier of the network service corresponding to the first target test case is the identifier of the network service. Then, under the condition that the test system comprises the first target test case, obtaining a test case list of the network service from the test system, and triggering the test system to execute the test case in the test case list to obtain a test case execution result. In a case where the first target test case is not included in the test system, the flow may be ended.
For example, the workflow function queries whether the test system contains a test case for a network service name nsdName by parsing the nsdName of the network service obtained by the distributed network service description archive file. And if the corresponding test cases are contained and the test cases are loaded completely, obtaining a test case list corresponding to the network service, simultaneously calling the test cases in sequence for execution, and recording the execution results of all the test cases. If the test system does not contain the test case corresponding to the network service with the same nsdName, the test verification of the network service is not needed, the workflow is finished, and the default service is available.
It can be seen from the above description that, by using the scheme of the embodiment of the present invention, the test case and the network service can be effectively associated in a design state, and the entries are uniformly processed. Through the concepts and judgment modes of the normal deployment mode and the test deployment mode of the network service, the existing process is compatible with the original independent deployment and test method, and the automatic series connection and execution of the network service deployment and test process can be realized.
By utilizing the scheme of the embodiment of the invention, the effective association of the network service and the test case can be completed in a design state, and the automatic series connection of the flows of the two separated systems of the service deployment system and the test system can be completed simultaneously, so that the artificial participation and the artificial errors can be reduced, the steps of the network service deployment test can be simplified, and the whole test flow can be more flexible and automatic. Meanwhile, the scheme of the embodiment of the invention carries out an iterative test scene aiming at the same network service upgrade, the test cases can be reused, and meanwhile, the test cases can be flexibly and iteratively increased, thereby reducing the unnecessary workload of the loader of the test system and improving the test efficiency.
The embodiment of the invention also provides a test deployment device of the network service, which is applied to a deployment system. Referring to fig. 6, fig. 6 is a structural diagram of a test deployment apparatus for network services according to an embodiment of the present invention. Because the principle of solving the problems of the test deployment device of the network service is similar to the test deployment method of the network service in the embodiment of the invention, the implementation of the test deployment device of the network service can refer to the implementation of the method, and repeated parts are not described again.
As shown in fig. 6, the test deployment apparatus 600 for network services includes: a first obtaining module 601, configured to obtain a network service description file and a test case corresponding to a network service; a second obtaining module 602, configured to obtain a web service description archive file by using the web service description file and the test case; the first processing module 603 is configured to send the web service description archive file to a test system, so that the test system extracts and loads the test case, and triggers a test on the test case according to the web service description archive file.
The second obtaining module is configured to archive the web service description file and the test case to obtain the web service description archive file.
Wherein the first processing module comprises:
a first determining sub-module, configured to determine whether the web service description archive file includes a Tests directory of the web service and determine whether the Tests directory includes a test-related file;
and the first sending submodule is used for sending the network service description filing file to the testing system under the condition that the network service description filing file comprises a Tests directory of the network service and the Tests directory comprises a testing related file.
Wherein the first processing module comprises:
a second determining submodule, configured to determine whether the web service description archive file includes a Tests directory of the web service and determine whether the Tests directory includes a test-related file;
and the first triggering submodule is used for triggering the test of the test case under the condition that the network service description filing file comprises a Tests directory of the network service and the Tests directory comprises a test related file.
Wherein the first trigger submodule comprises:
the first deployment unit is used for analyzing the network service description archive file to obtain the identifier of the network service;
a first determining unit, configured to determine whether the test system includes a first target test case, where an identifier of a network service corresponding to the first target test case is an identifier of the network service;
a first obtaining unit, configured to obtain a test case list of the network service from the test system when the test system includes the first target test case;
and the first triggering unit is used for triggering the test system to execute the test cases in the test case list to obtain the test case execution result.
Wherein the first trigger submodule further comprises:
and the second deployment unit is used for deploying the network service under the condition that the network service description archive file does not comprise the Tests directory of the network service and the Tests directory comprises the test related file.
Wherein the apparatus further comprises: an add module to:
adding a first identifier under the condition that the network service description archive file comprises a Tests directory of the network service and the Tests directory comprises a test related file, wherein the first identifier is used for representing a test mode;
and adding a second identifier under the condition that the network service description archive file does not comprise the Tests directory of the network service and the Tests directory comprises the test related files, wherein the second identifier is used for representing a normal deployment mode.
The apparatus provided in the embodiment of the present invention may implement the method embodiments, and the implementation principle and the technical effect are similar, which are not described herein again.
The embodiment of the invention also provides a test deployment device of the network service, which is applied to a test system. Referring to fig. 7, fig. 7 is a structural diagram of a test deployment apparatus for network services according to an embodiment of the present invention. Because the principle of solving the problems of the test deployment device of the network service is similar to the test deployment method of the network service in the embodiment of the invention, the implementation of the test deployment device of the network service can refer to the implementation of the method, and repeated parts are not described again.
As shown in fig. 7, the test deployment apparatus 700 for network services includes: a first receiving module 701, configured to receive a network service description archive file sent by a deployment system, where the network service description archive file is obtained by the deployment system using a network service and a test case; a first processing module 702, configured to extract and load a test case according to the web service description archive file; the first testing module 703 is configured to execute a test by using the test case according to the trigger of the deployment system.
Wherein the first processing module comprises:
a first determining submodule, configured to determine whether the web service description archive file includes a Tests directory of the web service and determine whether the Tests directory includes a test-related file;
the second determining submodule is used for determining whether a test case corresponding to the identifier of the network service exists in a test case library or not under the condition that the network service description filing file comprises a Tests directory of the network service and the Tests directory comprises a test related file;
a first processing sub-module, configured to, in a case that a test case corresponding to the identifier of the network service exists in the test case library:
if the Tests directory contains the test cases with the same identification as the test cases of the test case library, analyzing the test case description files in the Tests directory, and updating the test cases in the test case library by using the test cases in the Tests directory; if the Tests directory does not contain the test cases with the same identification as the test cases of the test case library, analyzing the test case description files in the Tests directory, and loading the test cases of the Tests directory into the test case library;
and the second processing submodule is used for analyzing the test case description file in the Tests directory and loading the test cases in the Tests directory into the test case library under the condition that the test cases corresponding to the identifiers of the network service do not exist in the test case library.
The apparatus provided in the embodiment of the present invention may implement the method embodiments, and the implementation principle and the technical effect are similar, which are not described herein again.
The embodiment of the invention also provides a test deployment device of the network service, which is applied to a deployment system. Referring to fig. 8, fig. 8 is a structural diagram of a test deployment apparatus for network services according to an embodiment of the present invention. Because the principle of solving the problems of the test deployment device of the network service is similar to the test deployment method of the network service in the embodiment of the invention, the implementation of the test deployment device of the network service can refer to the implementation of the method, and repeated parts are not described again.
As shown in fig. 8, the test deployment apparatus 800 for network services includes: a processor 801 and a transceiver 802.
The processor 801 is configured to obtain a network service description file and a test case corresponding to a network service; obtaining a network service description filing file by using the network service description file and the test case; and sending the network service description archive file to a test system, so that the test system extracts and loads the test case, and triggering the test of the test case according to the network service description archive file.
The processor 801 is further configured to archive the web service description file and the test case to obtain the web service description archive file, where the test case is archived to a Tests directory of the web service description archive file and placed in a root directory of the web service.
Wherein the processor is further configured to determine whether the web service description archive file comprises a Tests directory of the web service and to determine whether the Tests directory comprises a test-related file; and sending the network service description archive file to the test system under the condition that the network service description archive file comprises the Tests directory of the network service and the Tests directory comprises the test related files.
Wherein the processor 801 is further configured to:
determining whether the web service description archive file comprises a Tests directory of the web service and determining whether the Tests directory comprises a test-related file;
and under the condition that the network service description archive file comprises a Tests directory of the network service and the Tests directory comprises a test related file, triggering the test of the test case.
Wherein the processor 801 is further configured to:
analyzing the network service description filing file to obtain the identifier of the network service;
determining whether the test system comprises a first target test case or not, wherein the identifier of the network service corresponding to the first target test case is the identifier of the network service;
under the condition that the test system comprises the first target test case, obtaining a test case list of the network service from the test system;
and triggering the test system to execute the test cases in the test case list to obtain the test case execution result.
Wherein the processor 801 is further configured to: deploying the network service in the case that the network service description archive file does not include a Tests directory of the network service and the Tests directory includes a test-related file.
Wherein the processor 801 is further configured to: adding a first identifier under the condition that the network service description archive file comprises a Tests directory of the network service and the Tests directory comprises a test related file, wherein the first identifier is used for representing a test mode; and adding a second identifier under the condition that the network service description archive file does not comprise the Tests directory of the network service and the Tests directory comprises the test related files, wherein the second identifier is used for representing a normal deployment mode.
The apparatus provided in the embodiment of the present invention may implement the method embodiments, and the implementation principle and the technical effect are similar, which are not described herein again.
The embodiment of the invention also provides a test deployment device of the network service, which is applied to a test system. Referring to fig. 9, fig. 9 is a structural diagram of a test deployment apparatus for network services according to an embodiment of the present invention. Because the principle of solving the problems of the test deployment device of the network service is similar to the test deployment method of the network service in the embodiment of the invention, the implementation of the test deployment device of the network service can refer to the implementation of the method, and repeated parts are not described again.
As shown in fig. 9, the test deployment apparatus 900 for network services includes: a processor 901 and a transceiver 902.
The transceiver 902 is configured to receive a network service description archive file sent by a deployment system, where the network service description archive file is obtained by the deployment system using a network service and a test case;
the processor 901 is configured to archive files according to the web service description, and extract and load test cases; and executing the test by using the test case according to the trigger of the deployment system.
Wherein the processor 901 is further configured to:
determining whether the Tests directory of the network service is included in the network service description archive file and determining whether the Tests directory includes a test-related file;
under the condition that the network service description filing file comprises a Tests directory of the network service and the Tests directory comprises a test related file, determining whether a test case corresponding to the identifier of the network service exists in a test case library or not;
under the condition that the test case corresponding to the identifier of the network service exists in the test case library:
if the Tests directory contains the test cases with the same identification as the test cases of the test case library, analyzing the test case description files in the Tests directory, and updating the test cases in the test case library by using the test cases in the Tests directory; if the Tests directory does not contain the test cases with the same identification as the test cases of the test case library, analyzing the test case description files in the Tests directory, and loading the test cases of the Tests directory into the test case library;
and under the condition that the test case corresponding to the identifier of the network service does not exist in the test case library, analyzing the test case description file in the Tests directory, and loading the test case in the Tests directory to the test case library.
The apparatus provided in the embodiment of the present invention may implement the method embodiments, and the implementation principle and the technical effect are similar, which are not described herein again.
The embodiment of the invention also provides communication equipment. As shown in fig. 10, the communication device according to the embodiment of the present invention includes: the processor 1000, which is used to read the program in the memory 1020, executes the following processes:
acquiring a network service description file and a test case corresponding to a network service;
obtaining a network service description filing file by using the network service description file and the test case;
and sending the network service description archive file to a test system, so that the test system extracts and loads the test case, and triggering the test of the test case according to the network service description archive file.
A transceiver 1010 for receiving and transmitting data under the control of the processor 1000.
Where in fig. 10, the bus architecture may include any number of interconnected buses and bridges, with various circuits being linked together, particularly one or more processors represented by processor 1000 and memory represented by memory 1020. The bus architecture may also link together various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. The bus interface provides an interface. The transceiver 1010 may be a number of elements including a transmitter and a receiver that provide a means for communicating with various other apparatus over a transmission medium. The processor 1000 is responsible for managing the bus architecture and general processing, and the memory 1020 may store data used by the processor 1000 in performing operations.
The processor 1010 may be a Central Processing Unit (CPU), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA), or a Complex Programmable Logic Device (CPLD), and may also have a multi-core architecture.
The processor 1000 is responsible for managing the bus architecture and general processing, and the memory 1020 may store data used by the processor 1000 in performing operations.
The processor 1000 is further configured to read the program and execute the following steps:
and archiving the network service description file and the test case to obtain the network service description archiving file, wherein the test case is archived to a Tests directory of the network service description archiving file and is placed in a root directory of the network service.
The processor 1000 is further configured to read the program and execute the following steps:
determining whether the web service description archive file comprises a Tests directory of the web service and determining whether the Tests directory comprises a test-related file;
and sending the network service description archive file to the test system under the condition that the network service description archive file comprises the Tests directory of the network service and the Tests directory comprises the test related files.
The processor 1000 is further configured to read the program and execute the following steps:
determining whether the web service description archive file comprises a Tests directory of the web service and determining whether the Tests directory comprises a test-related file;
and under the condition that the network service description archive file comprises a Tests directory of the network service and the Tests directory comprises a test related file, triggering the test of the test case.
The processor 1000 is further configured to read the program and execute the following steps:
analyzing the network service description filing file to obtain the identifier of the network service;
determining whether the test system comprises a first target test case or not, wherein the identifier of the network service corresponding to the first target test case is the identifier of the network service;
under the condition that the test system comprises the first target test case, obtaining a test case list of the network service from the test system;
and triggering the test system to execute the test cases in the test case list to obtain the test case execution result.
The processor 1000 is further configured to read the program and execute the following steps:
deploying the network service in the case that the network service description archive file does not include a Tests directory of the network service and the Tests directory includes a test-related file.
The processor 1000 is further configured to read the program and execute the following steps:
adding a first identifier under the condition that the network service description archive file comprises a Tests directory of the network service and the Tests directory comprises a test related file, wherein the first identifier is used for representing a test mode; and adding a second identifier under the condition that the network service description archive file does not comprise the Tests directory of the network service and the Tests directory comprises the test related files, wherein the second identifier is used for representing a normal deployment mode.
Among them, the communication apparatus shown in fig. 10 is applicable to a deployment system.
Referring again to fig. 10, the communication device shown in fig. 10 may also be applied in a test system. The communication device of the embodiment of the invention comprises: the processor 1000, which is used to read the program in the memory 1020, executes the following processes:
receiving a network service description archive file sent by a deployment system, wherein the network service description archive file is obtained by the deployment system by using a network service and a test case;
according to the network service description filing file, extracting and loading a test case;
and executing the test by using the test case according to the trigger of the deployment system.
A transceiver 1010 for receiving and transmitting data under the control of the processor 1000.
The processor 1000 is further configured to read the program and execute the following steps:
determining whether the Tests directory of the network service is included in the network service description archive file and determining whether the Tests directory includes a test-related file;
under the condition that the network service description filing file comprises a Tests directory of the network service and the Tests directory comprises a test related file, determining whether a test case corresponding to the identifier of the network service exists in a test case library or not;
under the condition that the test case corresponding to the identifier of the network service exists in the test case library:
if the Tests directory contains the test cases with the same identification as the test cases of the test case library, analyzing the test case description files in the Tests directory, and updating the test cases in the test case library by using the test cases in the Tests directory; if the Tests directory does not contain the test cases with the same identification as the test cases of the test case library, analyzing the test case description files in the Tests directory, and loading the test cases of the Tests directory into the test case library;
and under the condition that the test case corresponding to the identifier of the network service does not exist in the test case library, analyzing the test case description file in the Tests directory, and loading the test case in the Tests directory to the test case library.
The device provided by the embodiment of the present invention may implement the above method embodiment, and the implementation principle and technical effect are similar, which are not described herein again.
The embodiment of the present invention further provides a readable storage medium, where a program is stored on the readable storage medium, and when the program is executed by a processor, the program implements each process of the foregoing test deployment method for a network service, and can achieve the same technical effect, and for avoiding repetition, details are not described here again. The readable storage medium may be any available medium or data storage device that can be accessed by a processor, including but not limited to magnetic memory (e.g., floppy disk, hard disk, magnetic tape, magneto-optical disk (MO), etc.), optical memory (e.g., CD, DVD, BD, HVD, etc.), and semiconductor memory (e.g., ROM, EPROM, EEPROM, nonvolatile memory (NAND FLASH), Solid State Disk (SSD)), etc.
It should 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 like elements in a process, method, article, or apparatus that comprises the element.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. With such an understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the methods according to the embodiments of the present invention.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (15)

1. A test deployment method of network service is applied to a deployment system, and is characterized by comprising the following steps:
acquiring a network service description file and a test case corresponding to a network service;
obtaining a network service description filing file by using the network service description file and the test case;
and sending the network service description archive file to a test system, so that the test system extracts and loads the test case, and triggering the test of the test case according to the network service description archive file.
2. The method of claim 1, wherein obtaining a web service description archive file using the web service description file and the test case comprises:
and archiving the network service description file and the test case to obtain the network service description archiving file, wherein the test case is archived to a Tests directory of the network service description archiving file and is placed in a root directory of the network service.
3. The method of claim 1, wherein sending the web service description archive file to a test system comprises:
determining whether the network service description filing file comprises a Tests directory of the network service and determining whether the Tests directory comprises a test related file, wherein the test related file at least comprises a test case description file, a test script, a test configuration file and the like;
and sending the network service description archive file to the test system under the condition that the network service description archive file comprises the Tests directory of the network service and the Tests directory comprises the test related files.
4. The method of claim 1, wherein triggering the test of the test case according to the web service description archive file comprises:
determining whether the web service description archive file comprises a Tests directory of the web service and determining whether the Tests directory comprises a test-related file;
and under the condition that the network service description archive file comprises a Tests directory of the network service and the Tests directory comprises a test related file, triggering the test of the test case.
5. The method of claim 4, wherein the triggering the test of the test case comprises:
deploying the network service;
analyzing the network service description filing file to obtain the identifier of the network service;
determining whether the test system comprises a first target test case or not, wherein the identifier of the network service corresponding to the first target test case is the identifier of the network service;
under the condition that the test system comprises the first target test case, obtaining a test case list of the network service from the test system;
and triggering the test system to execute the test cases in the test case list to obtain the test case execution result.
6. The method of claim 4, further comprising:
deploying the network service in the case that the network service description archive file does not include a Tests directory of the network service and the Tests directory includes a test-related file.
7. The method of claim 4, further comprising:
adding a first identifier under the condition that the network service description archive file comprises a Tests directory of the network service and the Tests directory comprises a test related file, wherein the first identifier is used for representing a test mode;
and adding a second identifier under the condition that the network service description archive file does not comprise the Tests directory of the network service and the Tests directory comprises the test related files, wherein the second identifier is used for representing a normal deployment mode.
8. A test deployment method of network service is applied to a test system, and is characterized by comprising the following steps:
receiving a network service description archive file sent by a deployment system, wherein the network service description archive file is obtained by the deployment system by using a network service and a test case;
according to the network service description filing file, extracting and loading a test case;
and executing the test by using the test case according to the trigger of the deployment system.
9. The method of claim 8, wherein the archiving files, extracting and loading test cases according to the web service description comprises:
determining whether the web service description archive file comprises a Tests directory of the web service and determining whether the Tests directory comprises a test related file, wherein the test related file at least comprises a test case description file, a test script, a test configuration file and the like;
under the condition that the network service description filing file comprises a Tests directory of the network service and the Tests directory comprises a test related file, determining whether a test case corresponding to the identifier of the network service exists in a test case library or not;
under the condition that the test case corresponding to the identifier of the network service exists in the test case library:
if the Tests directory contains the test cases with the same identification as the test cases of the test case library, analyzing the test case description files in the Tests directory, and updating the test cases in the test case library by using the test cases in the Tests directory; if the Tests directory does not contain the test cases with the same identification as the test cases of the test case library, analyzing the test case description files in the Tests directory, and loading the test cases of the Tests directory into the test case library;
and under the condition that the test case corresponding to the identifier of the network service does not exist in the test case library, analyzing the test case description file in the Tests directory, and loading the test case in the Tests directory to the test case library.
10. A test deployment device of network service is applied to a deployment system, and is characterized by comprising:
the first acquisition module is used for acquiring the network service description file and the test case corresponding to the network service;
the second acquisition module is used for acquiring a network service description filing file by using the network service description file and the test case;
the first processing module is used for sending the network service description archive file to a test system, enabling the test system to extract and load the test case, and triggering the test of the test case according to the network service description archive file.
11. A network service test deployment device is applied to a test system and is characterized by comprising:
the system comprises a first receiving module, a second receiving module and a third receiving module, wherein the first receiving module is used for receiving a network service description archive file sent by a deployment system, and the network service description archive file is obtained by the deployment system by using a network service and a test case;
the first processing module is used for extracting and loading test cases according to the network service description filing file;
and the first test module is used for executing the test by using the test case according to the trigger of the deployment system.
12. A network service test deployment device is applied to a deployment system and comprises a processor and a transceiver, and is characterized in that:
the processor is used for acquiring a network service description file and a test case corresponding to the network service; obtaining a network service description filing file by using the network service description file and the test case; and sending the network service description archive file to a test system, so that the test system extracts and loads the test case, and triggering the test of the test case according to the network service description archive file.
13. A network service test deployment device is applied to a test system and comprises a processor and a transceiver, and is characterized in that:
the transceiver is used for receiving a network service description archive file sent by a deployment system, wherein the network service description archive file is obtained by the deployment system by using a network service and a test case;
the processor is used for archiving files according to the network service description, and extracting and loading test cases; and executing the test by using the test case according to the trigger of the deployment system.
14. A communication device, comprising: a transceiver, a memory, a processor, and a program stored on the memory and executable on the processor; the processor is configured to read a program in the memory to implement the steps in the test deployment method for the network service according to any one of claims 1 to 7; or implementing the steps in the test deployment method of a network service according to any of claims 8 to 9.
15. A readable storage medium storing a program, wherein the program, when executed by a processor, implements the steps in the test deployment method of a network service according to any one of claims 1 to 7; or implementing the steps in the test deployment method of a network service according to any of claims 8 to 9.
CN202011064396.8A 2020-09-30 2020-09-30 Network service test deployment method, device, equipment and readable storage medium Pending CN114338486A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011064396.8A CN114338486A (en) 2020-09-30 2020-09-30 Network service test deployment method, device, equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011064396.8A CN114338486A (en) 2020-09-30 2020-09-30 Network service test deployment method, device, equipment and readable storage medium

Publications (1)

Publication Number Publication Date
CN114338486A true CN114338486A (en) 2022-04-12

Family

ID=81032575

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011064396.8A Pending CN114338486A (en) 2020-09-30 2020-09-30 Network service test deployment method, device, equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN114338486A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105718369A (en) * 2016-01-19 2016-06-29 国家电网公司 Computer software test abnormity processing system and test method
CN107749807A (en) * 2017-10-31 2018-03-02 江苏省未来网络创新研究院 A kind of network function verification method and checking system towards NFV
CN108334447A (en) * 2017-12-31 2018-07-27 江苏易润信息技术有限公司 A kind of system and method for test processes computer software exception
US20190052551A1 (en) * 2016-02-26 2019-02-14 Nokia Solutions And Networks Oy Cloud verification and test automation
CN109491916A (en) * 2018-11-12 2019-03-19 北京东土科技股份有限公司 A kind of test method of operating system, device, equipment, system and medium
US20190280914A1 (en) * 2018-03-12 2019-09-12 Spirent Communications, Inc. Scalability, fault tolerance and fault management for twamp with a large number of test sessions

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105718369A (en) * 2016-01-19 2016-06-29 国家电网公司 Computer software test abnormity processing system and test method
US20190052551A1 (en) * 2016-02-26 2019-02-14 Nokia Solutions And Networks Oy Cloud verification and test automation
CN107749807A (en) * 2017-10-31 2018-03-02 江苏省未来网络创新研究院 A kind of network function verification method and checking system towards NFV
CN108334447A (en) * 2017-12-31 2018-07-27 江苏易润信息技术有限公司 A kind of system and method for test processes computer software exception
US20190280914A1 (en) * 2018-03-12 2019-09-12 Spirent Communications, Inc. Scalability, fault tolerance and fault management for twamp with a large number of test sessions
CN109491916A (en) * 2018-11-12 2019-03-19 北京东土科技股份有限公司 A kind of test method of operating system, device, equipment, system and medium

Similar Documents

Publication Publication Date Title
US10885201B2 (en) Apparatus for quantifying security of open-source software package, and apparatus and method for optimizing open-source software package
US10067863B1 (en) Feature targeting of test automation lab machines
US20180322037A1 (en) Impersonation in test automation
CN111061643B (en) SDK cluster compatibility detection method and device, electronic equipment and storage medium
CN107145437B (en) Java annotation test method and device
CN109815141B (en) Test method and device
CN113076253A (en) Test method and test device
CN111078553B (en) Data development task testing method and device, computer equipment and storage medium
CN115391228A (en) Precise test method, device, equipment and medium
US11422917B2 (en) Deriving software application dependency trees for white-box testing
CN111984527A (en) Software performance testing method, device, equipment and medium
CN112596784B (en) Iterative version deployment method and device
CN114338486A (en) Network service test deployment method, device, equipment and readable storage medium
US11960385B2 (en) Automatic generation of integrated test procedures using system test procedures
CN115237441A (en) Upgrade test method, device and medium based on cloud platform
CN115617668A (en) Compatibility testing method, device and equipment
CN115757084A (en) Test method and test device and storage medium
CN111209197B (en) Application continuous integration test method, system, equipment and storage medium
CN114143235A (en) NFV automatic test method, device, equipment and storage medium
CN112685071A (en) Application program repairing method, device, equipment and storage medium
CN111797016A (en) Application program testing method, device, storage medium and device
CN113037582A (en) Network Function Virtualization (NFV) test method, device and system
CN112015436A (en) Short message platform deployment method and device, computing equipment and computer storage medium
CN111258879A (en) Service test scheduling method and device based on page acquisition and intelligent terminal
CN114500268B (en) Method and device for deploying char resources, server 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