CN115550206A - Automatic point inspection method and system for vehicle-mounted Ethernet service - Google Patents

Automatic point inspection method and system for vehicle-mounted Ethernet service Download PDF

Info

Publication number
CN115550206A
CN115550206A CN202211064513.XA CN202211064513A CN115550206A CN 115550206 A CN115550206 A CN 115550206A CN 202211064513 A CN202211064513 A CN 202211064513A CN 115550206 A CN115550206 A CN 115550206A
Authority
CN
China
Prior art keywords
service
point inspection
ethernet
message
result
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
CN202211064513.XA
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.)
Wuhan Kotei Informatics Co Ltd
Original Assignee
Wuhan Kotei Informatics 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 Wuhan Kotei Informatics Co Ltd filed Critical Wuhan Kotei Informatics Co Ltd
Priority to CN202211064513.XA priority Critical patent/CN115550206A/en
Publication of CN115550206A publication Critical patent/CN115550206A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/50Network service management, e.g. ensuring proper service fulfilment according to agreements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Small-Scale Networks (AREA)

Abstract

The invention provides a vehicle-mounted Ethernet service automatic point inspection method and a system, wherein the method comprises the following steps: recording an Ethernet message needing point inspection based on CANoe software; analyzing the Ethernet message based on a Python program, and storing the analyzed Ethernet message into a corresponding two-dimensional data table according to the message type; analyzing an Ethernet service template table based on a Python program, and extracting all service information needing point inspection; checking a point inspection item corresponding to the current service in the two-dimensional data table based on the service information of any service needing point inspection to obtain a point inspection result of each point inspection item; and writing the checking result into the Ethernet service template table, wherein the checking result corresponds to the service information. The invention can analyze complicated Ethernet messages through a python program and then combine an Ethernet service point inspection table template, thereby greatly improving the point inspection efficiency and ensuring the point inspection quality.

Description

Automatic point inspection method and system for vehicle-mounted Ethernet service
Technical Field
The invention relates to the field of vehicle-mounted Ethernet test, in particular to a vehicle-mounted Ethernet service automatic point inspection method and system.
Background
In the vehicle-mounted Ethernet test project, in order to guarantee the quality of the release version, point inspection is carried out on Ethernet services one by one. The method mainly involves the process of publishing and subscribing each service and the inspection of related periodic events, and the point inspection mode mainly relies on the manual analysis of Ethernet messages. However, the number of the vehicle-mounted ethernet services is generally large, often hundreds, and the number of the ethernet messages to be analyzed during point inspection is generally hundreds of thousands, which results in long time for manual point inspection and easy occurrence of missing detection and misdetection.
Disclosure of Invention
The invention provides a vehicle-mounted Ethernet service automatic point inspection method and a vehicle-mounted Ethernet service automatic point inspection system, aiming at solving the problems of low manual point inspection efficiency and difficult quality guarantee of vehicle-mounted Ethernet service, so as to improve the point inspection efficiency of the vehicle-mounted Ethernet service and ensure the point inspection quality.
According to a first aspect of the present invention, an automatic point inspection method for a vehicle-mounted ethernet service is provided, which includes:
recording an Ethernet message needing point inspection based on CANoe software;
analyzing the Ethernet message based on a Python program, and storing the analyzed Ethernet message into a corresponding two-dimensional data table according to the message type;
analyzing an Ethernet service template table based on a Python program, and extracting all service information needing point inspection;
checking a point inspection item corresponding to the current service in the two-dimensional data table based on the service information of any service needing point inspection to obtain a point inspection result of each point inspection item;
and writing the checking result into the Ethernet service template table, wherein the checking result corresponds to the service information.
On the basis of the technical scheme, the invention can be improved as follows.
Optionally, the packet type includes Offer Service, subscribe, and Event Notification;
the analyzing the ethernet message based on the Python program, and storing the analyzed ethernet message as a corresponding two-dimensional data table according to the message type includes:
and storing the Ethernet messages in different two-dimensional data tables according to different message types, wherein the two-dimensional data tables comprise timestamp fields and service information fields.
Optionally, the method further includes:
and arranging an Ethernet service template table according to a service table of the vehicle-mounted Ethernet, wherein the Ethernet service template table comprises service information of all services needing to be checked and inspected and an expected result of each checking item of each service.
Optionally, the analyzing the ethernet service template table based on the Python program extracts service information of all services that need to be checked, including:
the Ethernet service template table is analyzed based on Python program, and all service information and the expected result of each check item of each service are extracted.
Optionally, the checking, in the two-dimensional data table, a point inspection item corresponding to the current service based on the service information of any service requiring point inspection to obtain a point inspection result of each point inspection item, includes:
finding out a two-dimensional data table of a corresponding type according to the point inspection type of any service needing point inspection;
based on the service information of any service needing point inspection, finding all corresponding point inspection items in the corresponding two-dimensional data table;
analyzing the Ethernet message of each point inspection item to obtain an analysis result;
comparing the analysis result of each point inspection item with the corresponding expected result, and if the analysis result is consistent with the expected result, judging that the point inspection result is successful; if not, the point detection result is failure.
Optionally, if the point inspection type is the point inspection Service transmission, acquiring a two-dimensional data table of the Offer Service type;
and checking the period of the Offer Service message in the two-dimensional data table of the Offer Service type and whether the Socket information of each message is correct or not to obtain an analysis result.
Optionally, the writing the peer inspection result into the ethernet service template table, where the peer inspection result corresponds to the service information, includes:
and writing the spot inspection result into the template table of the Ethernet service, and indicating the abnormal reason for the failed spot inspection result.
According to a second aspect of the present invention, there is provided an automatic checking system for vehicle-mounted ethernet service, comprising:
the recording module is used for recording the Ethernet message needing point inspection based on CANoe software;
the analysis module is used for analyzing the Ethernet message based on a Python program and storing the analyzed Ethernet message into a corresponding two-dimensional data table according to the message type;
the extraction module is used for analyzing the Ethernet service template table based on a Python program and extracting all service information needing point inspection;
the point inspection module is used for inspecting point inspection items corresponding to the current service in the two-dimensional data table based on the service information of any service needing point inspection to obtain a point inspection result of each point inspection item;
and the writing module is used for writing the point inspection result into the Ethernet service template table, and the point inspection result corresponds to the service information.
According to a third aspect of the present invention, there is provided an electronic device comprising a memory, a processor for implementing the steps of the in-vehicle ethernet service automatic checkup method when executing a computer management class program stored in the memory.
According to a fourth aspect of the present invention, there is provided a computer readable storage medium, on which a computer management class program is stored, which when executed by a processor implements the steps of the in-vehicle ethernet service automatic checkup method.
According to the automatic point inspection method and system for the vehicle-mounted Ethernet service, provided by the invention, complicated Ethernet messages can be analyzed through a python program, and then the point inspection efficiency is greatly improved and the point inspection quality is ensured by combining an Ethernet service point inspection table template.
Drawings
FIG. 1 is a flow chart of an automatic point inspection method for vehicle-mounted Ethernet service according to the present invention;
FIG. 2 is a schematic overall flow chart of an automatic point inspection method for vehicle-mounted Ethernet service;
fig. 3 is a schematic structural diagram of an automatic point inspection system for vehicle-mounted ethernet service according to the present invention;
FIG. 4 is a schematic diagram of a hardware structure of a possible electronic device provided in the present invention;
fig. 5 is a schematic diagram of a hardware structure of a possible computer-readable storage medium according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention. In addition, technical features of various embodiments or individual embodiments provided by the present invention may be arbitrarily combined with each other to form a feasible technical solution, and such combination is not limited by the sequence of steps and/or the structural composition mode, but must be realized by a person skilled in the art, and when the technical solution combination is contradictory or cannot be realized, such a technical solution combination should not be considered to exist and is not within the protection scope of the present invention.
In order to solve the problems that the manual point inspection efficiency of the existing vehicle-mounted Ethernet service is low and the quality is difficult to guarantee, the invention provides a method which can analyze complicated Ethernet messages through a python program and then greatly improve the point inspection efficiency and guarantee the point inspection quality by combining an Ethernet service point inspection table template.
Fig. 1 is a flowchart of an automatic check method for a vehicle-mounted ethernet service according to the present invention, and as shown in fig. 1, the automatic check method mainly includes the following steps:
s1, recording an Ethernet message needing point inspection based on CANoe software.
It can be understood that, for the ethernet messages needing to be checked, CANoe software is used for recording the ethernet messages needing to be checked, and the ethernet messages are exported and stored as asc format files.
And S2, analyzing the Ethernet message based on a Python program, and storing the analyzed Ethernet message into a corresponding two-dimensional data table according to the message type.
As an embodiment, the message types include Offer Service, subscribe, and Event Notification; the analyzing the ethernet message based on the Python program, and storing the analyzed ethernet message as a corresponding two-dimensional data table according to the message type includes: and storing the Ethernet messages in different two-dimensional data tables according to different message types, wherein the two-dimensional data tables comprise timestamp fields and service information fields.
It can be understood that the Python program is written to analyze the ethernet message file generated above, and the analyzed message is stored into different two-dimensional data tables according to the message type, that is, different two-dimensional data tables store different types of ethernet messages. According to the point inspection requirement, the message types required to be stored generally include Offer Service, subscribe, event Notification and the like; the data in the two-dimensional data table has, in addition to basic fields such as a time stamp and a Service ID (Service information), attributes specific to each packet type.
And S3, analyzing the Ethernet service template table based on a Python program, and extracting all service information needing point inspection.
According to the service table of the vehicle-mounted Ethernet, an Ethernet service template table is arranged, and the Ethernet service template table comprises service information of all services needing to be checked and expected results of each check item of each service.
The analyzing the ethernet service template table based on the Python program extracts service information of all services needing point inspection, and the extracting comprises the following steps: the Ethernet service template table is analyzed based on Python program, and all service information and the expected result of each check item of each service are extracted.
It is understood that an ethernet service template table is established in advance, and the ethernet service template table includes service information (service unique identification ID) of all services requiring checkpointing and an expected result of each checkpointing item of each service.
When the subsequent need of checking the Ethernet service, extracting the service information of all the services needing checking and the expected result of each checking item of each service from the Ethernet service template table.
And S4, checking the point inspection item corresponding to the current service in the two-dimensional data table based on the service information of any service needing point inspection, and obtaining the point inspection result of each point inspection item.
As an embodiment, the checking a point inspection item corresponding to a current service in a two-dimensional data table based on service information of any service requiring point inspection to obtain a point inspection result of each point inspection item includes: finding a two-dimensional data table of a corresponding type according to the point inspection type of any service needing point inspection; based on the service information of any service needing point inspection, finding all corresponding point inspection items in the corresponding two-dimensional data table; analyzing the Ethernet message of each point inspection item to obtain an analysis result; comparing the analysis result of each point inspection item with the corresponding expected result, and if the analysis result is consistent with the expected result, judging that the point inspection result is successful; if the two are not consistent, the point inspection result is failure.
If the point inspection type is point inspection Service transmission, acquiring a two-dimensional data table of an Offer Service type; and checking the period of the Offer Service message in the two-dimensional data table of the Offer Service type and whether the Socket information of each message is correct or not to obtain an analysis result.
It can be understood that, according to the extracted Service information and the expected result of the check item, the corresponding two-dimensional data table is analyzed, for example, the Offer Service two-dimensional table is analyzed when the check Service is required to be sent, and the period of the Offer Service messages and the Socket information of each message are checked to be correct.
And S5, writing the point inspection result into the Ethernet service template table, wherein the point inspection result corresponds to the service information.
As an embodiment, the writing the checkup result into the ethernet service template table, where the checkup result corresponds to the service information, includes: and writing the spot inspection result into the template table of the Ethernet service, and indicating the abnormal reason for the failed spot inspection result.
Referring to fig. 2, for the overall flowchart of the automatic point inspection method for the vehicle-mounted ethernet service provided by the present invention, firstly, an ethernet packet to be inspected is recorded based on the CANoe, exported into an ASC format file, and analyzed, and stored in different two-dimensional data tables according to different packet types. And then, analyzing the Ethernet service template table, and extracting the service information of all the services needing to be checked and the expected result of each check item of each service. And storing the extracted service information of the service needing the spot check and the expected result of each spot check item in a service queue.
When the service is checked, the service (service to be checked) needing checking and the expected result of each checking item of the service are taken out from the service queue, the corresponding two-dimensional data table is found according to the checking type of the service to be checked, all the checking items of the service are found from the two-dimensional data table according to the service information of the service to be checked, the Ethernet message of each checking item is analyzed to obtain an analysis result, the analysis result of each checking item is compared with the expected result to obtain a checking result, and finally the obtained checking result is written into the Ethernet service template table.
Fig. 3 is a structural diagram of an automatic point inspection system for a vehicle-mounted ethernet service according to an embodiment of the present invention, and as shown in fig. 3, the automatic point inspection system for a vehicle-mounted ethernet service includes a recording module 301, an analyzing module 302, an extracting module 303, a point inspection module 304, and a writing module 305, where:
the recording module 301 is configured to record an ethernet message requiring point inspection based on CANoe software; the analysis module 302 is configured to analyze the ethernet packet based on a Python program, and store the analyzed ethernet packet as a corresponding two-dimensional data table according to a packet type; the extraction module 303 is configured to analyze the ethernet service template table based on a Python program and extract all service information that needs to be checked; the point inspection module 304 is configured to inspect, in the two-dimensional data table, a point inspection item corresponding to the current service based on the service information of any service that needs point inspection, and obtain a point inspection result of each point inspection item; a writing module 305, configured to write a polling result into the ethernet service template table, where the polling result corresponds to the service information.
It can be understood that, the vehicle-mounted ethernet service automatic point inspection system provided by the present invention corresponds to the vehicle-mounted ethernet service automatic point inspection methods provided in the foregoing embodiments, and the relevant technical features of the vehicle-mounted ethernet service automatic point inspection system may refer to the relevant technical features of the vehicle-mounted ethernet service automatic point inspection method, which are not described herein again.
Referring to fig. 4, fig. 4 is a schematic view of an embodiment of an electronic device according to an embodiment of the invention. As shown in fig. 4, an embodiment of the present invention provides an electronic device 400, which includes a memory 410, a processor 420, and a computer program 411 stored in the memory 410 and executable on the processor 420, where the processor 420 implements the following steps when executing the computer program 411: recording an Ethernet message needing point inspection based on CANoe software; analyzing the Ethernet message based on a Python program, and storing the analyzed Ethernet message into a corresponding two-dimensional data table according to the message type; analyzing an Ethernet service template table based on a Python program, and extracting all service information needing point inspection; checking a point inspection item corresponding to the current service in the two-dimensional data table based on the service information of any service needing point inspection to obtain a point inspection result of each point inspection item; and writing the checking result into the Ethernet service template table, wherein the checking result corresponds to the service information.
Referring to fig. 5, fig. 5 is a schematic diagram of an embodiment of a computer-readable storage medium according to the present invention. As shown in fig. 5, the present embodiment provides a computer-readable storage medium 500 having a computer program 511 stored thereon, the computer program 511 implementing the following steps when executed by a processor: recording an Ethernet message needing point inspection based on CANoe software; analyzing the Ethernet message based on a Python program, and storing the analyzed Ethernet message into a corresponding two-dimensional data table according to the message type; analyzing an Ethernet service template table based on a Python program, and extracting all service information needing point inspection; checking a point inspection item corresponding to the current service in the two-dimensional data table based on the service information of any service needing point inspection to obtain a point inspection result of each point inspection item; and writing the checking result into the Ethernet service template table, wherein the checking result corresponds to the service information.
The embodiment of the invention provides an automatic point inspection method and system for vehicle-mounted Ethernet service, which records an Ethernet message needing point inspection based on CANoe software; analyzing the Ethernet message based on a Python program, and storing the analyzed Ethernet message into a corresponding two-dimensional data table according to the message type; analyzing an Ethernet service template table based on a Python program, and extracting all service information needing point inspection; checking a point inspection item corresponding to the current service in the two-dimensional data table based on the service information of any service needing point inspection to obtain a point inspection result of each point inspection item; and writing the point inspection result into the Ethernet service template table, wherein the point inspection result corresponds to the service information. The invention can analyze complicated Ethernet messages through a python program and then combine an Ethernet service point inspection table template, thereby greatly improving the point inspection efficiency and ensuring the point inspection quality.
It should be noted that, in the foregoing embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to relevant descriptions of other embodiments for parts that are not described in detail in a certain embodiment.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention 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 invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. 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 computer, 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.
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.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (10)

1. An automatic point inspection method for vehicle-mounted Ethernet service is characterized by comprising the following steps:
recording an Ethernet message needing point inspection based on CANoe software;
analyzing the Ethernet message based on a Python program, and storing the analyzed Ethernet message into a corresponding two-dimensional data table according to the message type;
analyzing an Ethernet service template table based on a Python program, and extracting all service information needing point inspection;
checking a point inspection item corresponding to the current service in the two-dimensional data table based on the service information of any service needing point inspection to obtain a point inspection result of each point inspection item;
and writing the point inspection result into the Ethernet service template table, wherein the point inspection result corresponds to the service information.
2. The automatic point inspection method according to claim 1, wherein the message types include Offer Service, subscribe, and Event Notification;
the analyzing the ethernet message based on the Python program, and storing the analyzed ethernet message as a corresponding two-dimensional data table according to the message type includes:
and storing the Ethernet messages in different two-dimensional data tables according to different message types, wherein the two-dimensional data tables comprise timestamp fields and service information fields.
3. The automatic point inspection method according to claim 2, further comprising:
and arranging an Ethernet service template table according to a service table of the vehicle-mounted Ethernet, wherein the Ethernet service template table comprises service information of all services needing to be checked and inspected and an expected result of each checking item of each service.
4. The automatic point inspection method according to claim 3, wherein the Python-based program parsing the Ethernet service template table to extract service information of all services requiring point inspection comprises:
the Ethernet service template table is analyzed based on Python program, and all service information and the expected result of each check item of each service are extracted.
5. The automatic spot inspection method according to claim 4, wherein the inspecting the spot inspection item corresponding to the current service in the two-dimensional data table based on the service information of any service requiring spot inspection to obtain the spot inspection result of each spot inspection item comprises:
finding out a two-dimensional data table of a corresponding type according to the point inspection type of any service needing point inspection;
based on the service information of any service needing point inspection, all corresponding point inspection items are found in the corresponding two-dimensional data table;
analyzing the Ethernet message of each point inspection item to obtain an analysis result;
comparing the analysis result of each point inspection item with the corresponding expected result, and if the analysis result is consistent with the corresponding expected result, judging that the point inspection result is successful; if the two are not consistent, the point inspection result is failure.
6. The automatic point inspection method according to claim 5,
if the point detection type is the point detection Service sending, acquiring a two-dimensional data table of the Offer Service type;
and checking the period of the Offer Service message in the two-dimensional data table of the Offer Service type and whether the Socket information of each message is correct or not to obtain an analysis result.
7. The automatic point inspection method according to claim 1, wherein the writing of the point inspection result into the ethernet service template table, the point inspection result corresponding to the service information, comprises:
and writing the spot inspection result into the template table of the Ethernet service, and indicating the abnormal reason for the failed spot inspection result.
8. An automatic point inspection system for vehicle-mounted Ethernet service is characterized by comprising:
the recording module is used for recording the Ethernet message needing point inspection based on CANoe software;
the analysis module is used for analyzing the Ethernet message based on a Python program and storing the analyzed Ethernet message into a corresponding two-dimensional data table according to the message type;
the extraction module is used for analyzing the Ethernet service template table based on a Python program and extracting all service information needing point inspection;
the point inspection module is used for inspecting point inspection items corresponding to the current service in the two-dimensional data table based on the service information of any service needing point inspection to obtain a point inspection result of each point inspection item;
and the writing module is used for writing the point inspection result into the Ethernet service template table, and the point inspection result corresponds to the service information.
9. An electronic device, comprising a memory, and a processor, wherein the processor is configured to implement the steps of the automatic vehicle ethernet service checkup method according to any one of claims 1 to 7 when executing a computer management-like program stored in the memory.
10. A computer-readable storage medium, having stored thereon a computer management-like program, which, when executed by a processor, performs the steps of the in-vehicle ethernet service automatic checkup method according to any one of claims 1 to 7.
CN202211064513.XA 2022-08-31 2022-08-31 Automatic point inspection method and system for vehicle-mounted Ethernet service Pending CN115550206A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211064513.XA CN115550206A (en) 2022-08-31 2022-08-31 Automatic point inspection method and system for vehicle-mounted Ethernet service

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211064513.XA CN115550206A (en) 2022-08-31 2022-08-31 Automatic point inspection method and system for vehicle-mounted Ethernet service

Publications (1)

Publication Number Publication Date
CN115550206A true CN115550206A (en) 2022-12-30

Family

ID=84725787

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211064513.XA Pending CN115550206A (en) 2022-08-31 2022-08-31 Automatic point inspection method and system for vehicle-mounted Ethernet service

Country Status (1)

Country Link
CN (1) CN115550206A (en)

Similar Documents

Publication Publication Date Title
CN107908494B (en) Abnormal event processing method and device, electronic equipment and storage medium
CN109947641B (en) Automatic testing method and device
CN107025224B (en) Method and equipment for monitoring task operation
CN102012857A (en) Device and method for automatically testing web page
CN105068935B (en) Method and device for processing software test result
CN109284331B (en) Certificate making information acquisition method based on service data resources, terminal equipment and medium
CN106776251B (en) Monitoring data processing device and method
CN104572781A (en) Method and device for generating transaction log
CN112835776A (en) Page event reproduction method, page event acquisition method, page event reproduction device and electronic equipment
KR20130042503A (en) Communication test device and method thereof
CN113971031A (en) Software package dependency relationship checking method and device
CN110134538B (en) Method, device, medium and electronic equipment for quickly positioning problem log
CN107783879B (en) Method and equipment for analyzing workflow execution path
CN115550206A (en) Automatic point inspection method and system for vehicle-mounted Ethernet service
CN114968637B (en) Automatic driving abnormality analysis system
CN108345902B (en) Self-learning white list model base construction and white list detection method based on transaction characteristics
CN115391224A (en) Flow playback method and device, computer equipment and readable storage medium
CN115203697A (en) File detection method, device and equipment and readable storage medium
CN112131611A (en) Data correctness verification method, device, equipment, system and storage medium
CN111930608A (en) Automatic testing device and method based on process control
CN111240882B (en) Method and system for detecting abnormal state
CN112181674A (en) Distributed transaction processing method based on RabbitMQ
CN111737133A (en) Test method and device, computer equipment and computer readable storage medium
CN111352824A (en) Test method and device and computer equipment
CN113220488B (en) Recording list pasting method and device based on mobile terminal

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