WO2019001321A1 - 一种yang模型扩展校验的方法及装置、计算机可读存储介质 - Google Patents

一种yang模型扩展校验的方法及装置、计算机可读存储介质 Download PDF

Info

Publication number
WO2019001321A1
WO2019001321A1 PCT/CN2018/092018 CN2018092018W WO2019001321A1 WO 2019001321 A1 WO2019001321 A1 WO 2019001321A1 CN 2018092018 W CN2018092018 W CN 2018092018W WO 2019001321 A1 WO2019001321 A1 WO 2019001321A1
Authority
WO
WIPO (PCT)
Prior art keywords
script
data
verification
yang model
script execution
Prior art date
Application number
PCT/CN2018/092018
Other languages
English (en)
French (fr)
Inventor
赵光跃
严军喜
姬文燕
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2019001321A1 publication Critical patent/WO2019001321A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Definitions

  • the present disclosure relates to, but is not limited to, the field of communication technologies, and in particular, to a method and apparatus for YANG model extension verification, and a computer readable storage medium.
  • NETCONF Network Configuration Management Protocol
  • XML Extensible Markup Language
  • IETF Internet Engineering Task Force
  • IETF Internet Engineering Task Force
  • Network Configuration Working Group The Internet Engineering Task Force
  • IETF The Internet Engineering Task Force
  • Network Configuration Working Group The Internet Engineering Task Force
  • IETF The Internet Engineering Task Force
  • Network Configuration Working Group The Internet Engineering Task Force
  • IETF The Internet Engineering Task Force
  • Network Configuration Working Group The Internet Engineering Task Force
  • the YANG (Yet Another Next Generation, YANG) language is an abstract data model description language proposed by the IETF. As an important part of the NETCONF protocol, it supports relatively common keywords.
  • these keywords do not fully meet the needs of the business scenario, and these business scenarios play an important role in ensuring the stable and normal operation of the business.
  • the system is associated with creating and deleting some associated configuration parameters, etc., and similar scenes cannot be described and processed by the YANG syntax known in the art.
  • the present disclosure provides a method and apparatus for YANG model extension verification, and a computer readable storage medium, so that a service scenario can be described and processed by YANG syntax.
  • Embodiments of the present disclosure provide a method for YANG model extended verification, the method comprising the steps of:
  • Listening data change operation collecting data of the change operation when listening to the data change operation
  • the startup script execution environment executes the content in the script execution list, and obtains the YANG model extension verification result.
  • the change operation of the data includes a data creation operation, a data deletion operation, or a data modification operation.
  • the verification parameters defined by the YANG model extension tag include: script priority, trigger script execution condition, script type, and script content.
  • the obtaining a script execution list according to the obtained verification parameter and the collected change operation data includes the steps of:
  • the data of the change operation When the data of the change operation does not satisfy the trigger script execution condition in the check parameter, the data of the change operation is traversed until the data traversal of all the change operations is completed.
  • the startup script execution environment executes the content in the script execution list, and obtains the YANG model extension verification result, including the steps:
  • the startup script execution environment executes the content in the script execution list according to the obtained script execution list
  • the YANG model expands the verification result as the verification success
  • the YANG model expands the check result as a verification failure.
  • An embodiment of the present disclosure further provides an apparatus for performing YANG model extension verification, where the apparatus includes a parsing unit, a data change collecting unit, a script collecting unit, and a script executing unit;
  • the parsing unit is configured to: parse a service configuration model, and obtain, from the service configuration model, a verification parameter defined by using a YANG model extension tag;
  • the data change collecting unit is configured to: monitor data change operation, and collect data of the change operation when the data change operation is monitored;
  • the script collection unit is configured to: obtain a script execution list according to the verification parameter acquired by the parsing unit and the data of the change operation collected by the data change collection unit;
  • the script execution unit is configured to: according to the script execution list acquired by the script collection unit, start the script execution environment to execute the content in the script execution list, and obtain the YANG model extension verification result.
  • the change operation of the data includes a data creation operation, a data deletion operation, or a data modification operation.
  • the verification parameters defined by the YANG model extension tag include: script priority, trigger script execution condition, script type, and script content.
  • An embodiment of the present disclosure further provides an apparatus for performing YANG model extended verification, where the YANG model extended check apparatus includes: a memory, a processor, and a YANG model stored on the memory and operable on the processor The step of expanding the verification program, the YANG model extension verification program being implemented by the processor to implement the above-described YANG model extension verification method.
  • the embodiment of the present disclosure further provides a computer readable storage medium, where the YANG model extension verification program is stored, and the YANG model extension verification program is implemented by the processor to implement the YANG model extension described above. The steps of the method of verification.
  • the embodiment of the present disclosure further provides a computer readable storage medium storing computer executable instructions, the method for implementing the YANG model extended check when the computer executable instructions are executed.
  • the method and device for expanding the verification of the YANG model and the computer readable storage medium obtain the verification execution list and the service configuration model of the label by using the YANG model, obtain the script execution list and execute it, thereby obtaining
  • the YANG model extends the verification result; on the one hand, it implements the extension of the YANG syntax, and can be extended to meet the special needs of users, for example: 1) In a complex business constraint scenario, the user can implement the constraint learning of complex business relationships by extending the script.
  • FIG. 1 is a schematic flow chart of a method for expanding verification of a YANG model according to an embodiment of the present disclosure
  • FIG. 2 is another schematic flowchart of a method for expanding verification of a YANG model according to an embodiment of the present disclosure
  • FIG. 3 is a schematic structural diagram of an apparatus for performing extended verification of a YANG model according to an embodiment of the present disclosure
  • FIG. 4 is a schematic structural diagram of an apparatus for performing extended verification of a YANG model according to another embodiment of the present disclosure.
  • a first embodiment of the present disclosure provides a method for YANG model extended verification, and the method may include the following steps:
  • a basic verification parameter model can be defined according to the YANG model expansion needs, and a defined verification parameter model can be introduced to define a specific service configuration model.
  • the definition of the underlying validation parameter model is as follows:
  • introducing a defined verification parameter model can define a specific business configuration model:
  • the first script execution information :
  • This script has a priority of 100.
  • Trigger script execution condition is: When a model xpath is changed to "/BizModel: BizRoot/leaf_A", the execution script is triggered.
  • the content of the script is as follows: determine whether the value corresponding to xpath "/BizModel: BizRoot/leaf_A" is greater than 10. If it is greater than 10, the data is legal and returns true (true). If it is not greater than 10, the data is invalid. False (false).
  • This script has a priority of 101.
  • the trigger script execution condition is triggered when there is a model xpath matching "/BizModel: BizRoot/listExam/BizChild//*", that is, the execution script is triggered as long as there is data change under the BizChild node.
  • the verification parameters defined by the YANG model extension tag can be obtained from the service configuration model.
  • the validation parameters that need to be processed include all the parameters defined, namely script priority, trigger script execution conditions, script type, and script content.
  • the data changing operation may include a data creation operation, a data deletion operation, or a data modification operation. After the data change operation is triggered, the data of the change operation can be collected.
  • acquiring the script execution list may include the following steps:
  • the trigger script execution condition is defined as: "When there is a model xpath changed to "/BizModel:BizRoot/leaf_A”, the execution script is triggered", "When there is a model xpath match” /BizModel:BizRoot Triggered when /listExam/BizChild//*", that is, the execution script is triggered as long as there is data change under the BizChild node.
  • the startup script execution environment executes the content in the script execution list, and obtains the YANG model extension verification result.
  • the startup script execution environment executes the content in the script execution list
  • acquiring the YANG model extension verification result may include a step (not shown in the drawing):
  • the startup script execution environment executes the content in the script execution list according to the obtained script execution list
  • the YANG model expands the verification result as the verification success
  • the YANG model extension verification result is a verification failure.
  • the script execution list includes three records traversed and their corresponding scripts.
  • the script content of "/BizModel: BizRoot/leaf_A” is executed first according to the priority. Since the changed value is 11 to satisfy the judgment of the script content, the configuration is configured. The data is legal and returns true.
  • a method for expanding verification of a YANG model by using a YANG model to extend a calibration parameter defined by a tag and a service configuration model, obtaining a script execution list and executing, thereby obtaining a YANG model extended verification result;
  • the extension of the YANG grammar is implemented, and the special requirements of the user can be satisfied by extension, for example: 1) In the complex business constraint scenario, the user can implement the constraint verification of the complex business relationship by expanding the script, thereby ensuring the correct business data. 2) When the data changes, you can use the extended script to add, delete, modify, and modify the associated data. 3) When the data changes, you can use the extended script to organize the changed data into other business modules. The format is passed to other business modules; on the other hand, the decoupling of the service configuration model and the specific service definition is realized, and the scalability is strong, which is beneficial to the later maintenance and upgrade processing.
  • the second embodiment of the present disclosure provides an apparatus for performing YANG model extension verification, and the apparatus may include a parsing unit 21, a data change collecting unit 22, a script collecting unit 23, and a script executing unit 24;
  • the parsing unit 21 is configured to: parse a service configuration model, and obtain, from the service configuration model, a verification parameter defined by using a YANG model extension tag;
  • a basic verification parameter model can be defined according to the YANG model expansion needs, and a defined verification parameter model can be introduced to define a specific service configuration model.
  • the definition of the underlying validation parameter model is as follows:
  • introducing a defined verification parameter model can define a specific business configuration model:
  • the first script execution information :
  • This script has a priority of 100.
  • Trigger script execution condition is: When a model xpath is changed to "/BizModel: BizRoot/leaf_A", the execution script is triggered.
  • the content of the script is as follows: determine whether the value corresponding to xpath "/BizModel: BizRoot/leaf_A" is greater than 10. If it is greater than 10, the data is legal and returns true. If it is not greater than 10, the data is invalid and returns false.
  • This script has a priority of 101.
  • the trigger script execution condition is triggered when there is a model xpath matching "/BizModel: BizRoot/listExam/BizChild//*", that is, the execution script is triggered as long as there is data change under the BizChild node.
  • the verification parameters defined by the YANG model extension tag can be obtained from the service configuration model.
  • the validation parameters that need to be processed can include all of the parameters defined, namely script priority, trigger script execution conditions, script type, and script content.
  • the data change collecting unit 22 is configured to: monitor data change operation, and collect data of the change operation when the data change operation is monitored;
  • the data changing operation may include a data creation operation, a data deletion operation, or a data modification operation. After the data change operation is triggered, the data of the change operation can be collected.
  • the script collection unit 23 is configured to: obtain a script execution list according to the verification parameter acquired by the analysis unit 21 and the data of the change operation collected by the data change collection unit 22;
  • the script collection unit 23 traverses the data of the change operation, and determines whether the data of the change operation satisfies a trigger script execution condition in the check parameter;
  • the data of the change operation When the data of the change operation does not satisfy the trigger script execution condition in the check parameter, the data of the change operation is traversed until the data traversal of all the change operations is completed.
  • the trigger script execution condition is defined as: "When there is a model xpath changed to "/BizModel:BizRoot/leaf_A”, the execution script is triggered", "When there is a model xpath match” /BizModel:BizRoot Triggered when /listExam/BizChild//*", that is, the execution script is triggered as long as there is data change under the BizChild node.
  • the script execution unit 24 is configured to: according to the script execution list acquired by the script collection unit 23, start the script execution environment to execute the content in the script execution list, and obtain the YANG model extension verification result.
  • the script execution unit 24 starts the script execution environment to execute the content in the script execution list according to the obtained script execution list;
  • the YANG model extension verification result is a verification success; when the content in the execution list of the script is not all passed, the YANG model extension verification result is a verification failure. .
  • the script execution list includes three records traversed and their corresponding scripts.
  • the script content of "/BizModel: BizRoot/leaf_A” is executed first according to the priority. Since the changed value is 11 to satisfy the judgment of the script content, the configuration is configured. The data is legal and returns true.
  • An apparatus for expanding and verifying a YANG model obtains a script execution list and executes by using a YANG model to extend a check parameter defined by a tag and a service configuration model, thereby obtaining a YANG model extended check result;
  • the extension of the YANG grammar is implemented, and the special requirements of the user can be satisfied by extension, for example: 1) In the complex business constraint scenario, the user can implement the constraint verification of the complex business relationship by expanding the script, thereby ensuring the correct business data. 2) When the data changes, you can use the extended script to add, delete, modify, and modify the associated data. 3) When the data changes, you can use the extended script to organize the changed data into other business modules.
  • the format is passed to other business modules; on the other hand, the decoupling of the service configuration model and the specific service definition is realized, and the scalability is strong, which is beneficial to the later maintenance and upgrade processing.
  • the third embodiment of the present disclosure provides an apparatus for performing YANG model extension verification.
  • the apparatus for expanding the verification of the YANG model may include: a memory 31, a processor 32, and the memory 31.
  • the YANG model extension verification program running on the processor 32, the YANG model extension verification program is executed by the processor to implement the steps of the YANG model extension verification method described in the first embodiment.
  • An apparatus for expanding and verifying a YANG model obtains a script execution list and executes by using a YANG model to extend a check parameter defined by a tag and a service configuration model, thereby obtaining a YANG model extended check result;
  • the extension of the YANG grammar is implemented, and the special requirements of the user can be satisfied by extension, for example: 1) In the complex business constraint scenario, the user can implement the constraint verification of the complex business relationship by expanding the script, thereby ensuring the correct business data. 2) When the data changes, you can use the extended script to add, delete, modify, and modify the associated data. 3) When the data changes, you can use the extended script to organize the changed data into other business modules.
  • the format is passed to other business modules; on the other hand, the decoupling of the service configuration model and the specific service definition is realized, and the scalability is strong, which is beneficial to the later maintenance and upgrade processing.
  • a fourth embodiment of the present disclosure provides a computer readable storage medium, where the YANG model extension verification program is stored, and the YANG model extension verification program is implemented by a processor to implement the first implementation.
  • the YANG model described in the example extends the steps of the verification method.
  • the computer readable storage medium of the embodiment of the present disclosure obtains the script execution list and executes by using the YANG model to expand the check parameter and the service configuration model defined by the tag, thereby obtaining the YANG model extended check result;
  • the extension of the grammar can be extended to meet the special needs of users. For example, in a complex business constraint scenario, users can implement constraint checking for complex business relationships by extending scripts to ensure the correctness of business data.
  • the extension script can be used to add, delete, modify and modify the associated data;
  • the change script can be used to organize the change data into the format required by other business modules, so as to The other business modules are delivered; on the other hand, the decoupling of the service configuration model and the specific service definition is realized, and the scalability is strong, which is beneficial to the later maintenance and upgrade processing.
  • the embodiment of the present disclosure further provides a computer readable storage medium storing computer executable instructions, the method for implementing the YANG model extended check when the computer executable instructions are executed.
  • a software product stored in a storage medium (eg, ROM/RAM, disk,
  • the optical disc includes a number of instructions for causing a terminal device (which may be a cell phone, a computer, a server, an air conditioner, or a network device, etc.) to perform the method described in each embodiment of the present disclosure.
  • the term computer storage medium includes volatile and nonvolatile, implemented in any method or technology for storing information, such as computer readable instructions, data structures, program modules or other data. Sex, removable and non-removable media.
  • the computer storage medium includes, but is not limited to, Random Access Memory (RAM), Read-Only Memory (ROM), and Electrically Erasable Programmable Read-only Memory (EEPROM). Flash memory or other memory technology, compact disc read-only memory (CD-ROM), digital versatile disc (DVD) or other optical disc storage, magnetic cassette, magnetic tape, disk storage or other magnetic storage device, or Any other medium used to store the desired information and that can be accessed by the computer.
  • communication media typically includes computer readable instructions, data structures, program modules or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and can include any information delivery media. .

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

一种YANG模型扩展校验的方法包括步骤:解析业务配置模型,从业务配置模型中获取使用YANG模型扩展标签定义的校验参数;监听数据的变更操作,当监听到数据的变更操作时,收集变更操作的数据;根据获取到的校验参数以及收集到的变更操作的数据,获取脚本执行列表;根据获取的脚本执行列表,启动脚本运行环境执行脚本执行列表中的内容,并获取到YANG模型扩展校验结果。

Description

一种YANG模型扩展校验的方法及装置、计算机可读存储介质 技术领域
本公开涉及但不限于通信技术领域,尤其是一种YANG模型扩展校验的方法及装置、计算机可读存储介质。
背景技术
NETCONF(Network Configuration Protocol,网络配置管理协议)是一种解决网络配置管理问题较为有效的方法,是IETF(The Internet Engineering Task Force,互联网工程任务组)网络配置工作组提出的基于XML(Extensible Markup Language,可扩展标记语言)的网络数据设备配置协议,它提供了安装、操作和删除网络设备配置的机制。
YANG(Yet Another Next Generation,简称YANG)语言是IETF提出的一种抽象的数据模型描述语言,作为NETCONF协议的重要的一部分,支持相对通用的关键字。
发明内容
在实际应用过程中,上述这些关键字并不能完全满足业务场景的需要,而这些业务场景在保证业务的稳定正常运行上起到了十分重要的作用。比如,当创建、修改、删除配置数据时,需要根据变更前后的数据进行数据完备性、取值范围合法性、引用关系合法性等的校验;再比如,为了方便操作,当创建某些配置数据时,让系统连带创建、删除一些关联的配置参数等,对于类似场景均不能通过本领域中已知的YANG语法进行描述及处理。
本公开提供一种YANG模型扩展校验的方法及装置、计算机可读存储介质,以使业务场景能够通过YANG语法进行描述及处理。
本公开实施例提供一种YANG模型扩展校验的方法,所述方法包括步骤:
解析业务配置模型,从所述业务配置模型中获取使用YANG模型扩展标 签定义的校验参数;
监听数据的变更操作,当监听到数据的变更操作时,收集变更操作的数据;
根据获取到的校验参数以及收集到的变更操作的数据,获取脚本执行列表;
根据获取的脚本执行列表,启动脚本运行环境执行所述脚本执行列表中的内容,并获取到YANG模型扩展校验结果。
在一种示例性实施方式中,所述数据的变更操作包括数据的创建操作、数据的删除操作或者数据的修改操作。
在一种示例性实施方式中,所述YANG模型扩展标签定义的校验参数包括:脚本优先级、触发脚本执行条件、脚本类型和脚本内容。
在一种示例性实施方式中,所述根据获取到的校验参数以及收集到的变更操作的数据,获取脚本执行列表包括步骤:
遍历所述变更操作的数据,并判断所述变更操作的数据是否满足所述校验参数中的触发脚本执行条件;
当所述变更操作的数据满足所述校验参数中的触发脚本执行条件时,收集满足所述校验参数中的触发脚本执行条件的相对应的脚本,将遍历到的所述变更操作的数据及该相对应的脚本按照脚本优先级插入到所述脚本执行列表;
当所述变更操作的数据不满足所述校验参数中的触发脚本执行条件时,继续遍历所述变更操作的数据,直至所有变更操作的数据遍历完成。
在一种示例性实施方式中,所述根据获取的脚本执行列表,启动脚本运行环境执行所述脚本执行列表中的内容,并获取到YANG模型扩展校验结果包括步骤:
根据获取的脚本执行列表,启动脚本运行环境执行所述脚本执行列表中的内容;
当执行所述脚本执行列表中的内容全部通过时,YANG模型扩展校验结果为校验成功;
当执行所述脚本执行列表中的内容没有全部通过时,YANG模型扩展校 验结果为校验失败。
本公开实施例还提供的一种YANG模型扩展校验的装置,所述装置包括解析单元、数据变更收集单元、脚本收集单元及脚本执行单元;
所述解析单元,设置为:解析业务配置模型,从所述业务配置模型中获取使用YANG模型扩展标签定义的校验参数;
所述数据变更收集单元,设置为:监听数据的变更操作,当监听到数据的变更操作时,收集变更操作的数据;
所述脚本收集单元,设置为:根据所述解析单元获取到的校验参数以及所述数据变更收集单元收集到的变更操作的数据,获取脚本执行列表;
所述脚本执行单元,设置为:根据所述脚本收集单元获取的脚本执行列表,启动脚本运行环境执行所述脚本执行列表中的内容,并获取到YANG模型扩展校验结果。
在一种示例性实施方式中,所述数据的变更操作包括数据的创建操作、数据的删除操作或者数据的修改操作。
在一种示例性实施方式中,所述YANG模型扩展标签定义的校验参数包括:脚本优先级、触发脚本执行条件、脚本类型和脚本内容。
本公开实施例还提供一种YANG模型扩展校验的装置,所述YANG模型扩展校验的装置包括:存储器、处理器及存储在所述存储器上并可在所述处理器上运行的YANG模型扩展校验程序,所述YANG模型扩展校验程序被所述处理器执行时实现上述的YANG模型扩展校验的方法的步骤。
本公开实施例还提供一种计算机可读存储介质,所述计算机可读存储介质上存储有YANG模型扩展校验程序,所述YANG模型扩展校验程序被处理器执行时实现上述的YANG模型扩展校验的方法的步骤。
本公开实施例还提供了一种计算机可读存储介质,存储有计算机可执行指令,所述计算机可执行指令被执行时实现上述YANG模型扩展校验的方法。
本公开实施例提供的一种YANG模型扩展校验的方法及装置、计算机可读存储介质,通过使用YANG模型扩展标签定义的校验参数及业务配置模型,获取脚本执行列表并执行,从而获取到YANG模型扩展校验结果;一方 面实现了对YANG语法的扩展,可以通过扩展满足用户的特殊需求,比如:1)在复杂业务约束场景下,用户可以通过扩展脚本实现对复杂业务关系的约束校验,从而为保证业务数据的正确性提供保证;2)当数据发生变更时,可以通过扩展脚本实现关联数据的增加,删除,修改改操作;3)当数据发生变更时,可以通过扩展脚本将变更数据整理成其他业务模块需要的格式,以便向其他业务模块传递;另一方面实现了业务配置模型和特定业务定义的解耦,扩展性较强,有利于后期的维护及升级处理。
在阅读并理解了附图和详细描述后,可以明白其他方面。
附图概述
图1为本公开实施例的YANG模型扩展校验的方法流程示意图;
图2为本公开实施例的YANG模型扩展校验的方法另一流程示意图;
图3为本公开实施例的YANG模型扩展校验的装置结构示意图;
图4为本公开另一实施例的YANG模型扩展校验的装置结构示意图。
本公开的较佳实施方式
下面结合附图对本公开的实施方式进行描述。
第一实施例
如图1所示,本公开第一实施例提供一种YANG模型扩展校验的方法,所述方法可包括步骤:
S10、解析业务配置模型,从所述业务配置模型中获取使用YANG模型扩展标签定义的校验参数;
在本实施例中,可根据YANG模型扩展需要来定义一个基础的校验参数模型,引入定义的校验参数模型可定义特定的业务配置模型。
作为示例地,基础的校验参数模型的定义如下所示:
1.1)定义脚本优先级的字段“priority”,此字段值越小则优先级越低。
可选地,可以通过以下代码进行定义:
Figure PCTCN2018092018-appb-000001
1.2)定义触发脚本执行条件的字段“target”,限定用模型中xpath作为脚本执行条件,当满足模型xpath定义格式时触发脚本执行。
可选地,可以通过以下代码进行定义:
Figure PCTCN2018092018-appb-000002
1.3)定义脚本类型的字段“script-type”。
可选地,可以通过以下代码进行定义:
Figure PCTCN2018092018-appb-000003
1.4)定义脚本内容的字段“script”。
可选地,可以通过以下代码进行定义:
Figure PCTCN2018092018-appb-000004
Figure PCTCN2018092018-appb-000005
作为示例地,引入已定义的校验参数模型可定义特定的业务配置模型:
第一例脚本执行信息:
Figure PCTCN2018092018-appb-000006
其中,在第一例脚本执行信息中,定义了:
2.1.1)脚本类型为“lua”。
2.1.2)此脚本优先级为100。
2.1.3)触发脚本执行条件是:当有模型xpath为“/BizModel:BizRoot/leaf_A”发生变更时,触发执行脚本。
2.1.4)脚本内容简述为:判断xpath“/BizModel:BizRoot/leaf_A”对应的值是否大于10,如果大于10则数据合法,返回真(true),如果不大于10则数据不合法,返回假(false)。
第二例脚本执行信息:
Figure PCTCN2018092018-appb-000007
Figure PCTCN2018092018-appb-000008
其中,在第二例脚本执行信息中,定义了:
2.2.1)脚本类型为“lua”。
2.2.2)此脚本优先级为101。
2.2.3)触发脚本执行条件是:当有模型xpath匹配“/BizModel:BizRoot/listExam/BizChild//*”时触发,即只要BizChild节点下有数据变更就触发执行脚本。
2.2.4)脚本内容简述为:比较“/BizModel:BizRoot/leaf_C”和“/BizModel:BizRoot/leaf_D”配置的值的大小,如果leaf_C大于leaf_D则数据合法,返回true,如果leaf_C不大于leaf_D则数据不合法,返回false。
在校验参数模型和业务配置模型定义之后,通过解析业务配置模型,可从业务配置模型中获取使用YANG模型扩展标签定义的校验参数。需要处理的校验参数包括定义的所有参数,即脚本优先级、触发脚本执行条件、脚本类型和脚本内容。
S12、监听数据的变更操作,当监听到数据的变更操作时,收集变更操作的数据;
在本实施例中,所述数据的变更操作可包括数据的创建操作、数据的删除操作或者数据的修改操作。数据的变更操作触发后,可收集变更操作的数据。
作为示例地,使用符合NETCONF协议规范的XML配置数据为例,对如下数据进行创建操作:
Figure PCTCN2018092018-appb-000009
针对上述XML中的数据,由于上述数据均为全新创建,经过整理后,可得到如表1所示数据:
表1
Figure PCTCN2018092018-appb-000010
S14、根据获取到的校验参数以及收集到的变更操作的数据,获取脚本 执行列表;
请参考图2所示,在本实施例中,根据获取到的校验参数以及收集到的变更操作的数据,获取脚本执行列表可包括步骤:
S140、遍历所述变更操作的数据,并判断所述变更操作的数据是否满足所述校验参数中的触发脚本执行条件;
S142、当所述变更操作的数据满足所述校验参数中的触发脚本执行条件时,收集满足所述校验参数中的触发脚本执行条件的相对应的脚本,将遍历到的所述变更操作的数据及该相对应的脚本按照脚本优先级插入到所述脚本执行列表;
S144、当所述变更操作的数据不满足所述校验参数中的触发脚本执行条件时,继续遍历所述变更操作的数据,直至所有变更操作的数据遍历完成。
仍以上述符合NETCONF协议规范的XML配置数据为例:
在获得上述的表格数据之后,遍历所述变更操作的数据,即遍历上述的表格数据,并判断所述变更操作的数据是否满足所述校验参数中的触发脚本执行条件;在第一例和第二例脚本执行信息中,定义了触发脚本执行条件是:“当有模型xpath为“/BizModel:BizRoot/leaf_A”发生变更时,触发执行脚本”、“当有模型xpath匹配“/BizModel:BizRoot/listExam/BizChild//*”时触发,即只要BizChild节点下有数据变更就触发执行脚本”。
遍历之后,可确定满足所述校验参数中的触发脚本执行条件的有3条记录,如表2所示:
表2
Figure PCTCN2018092018-appb-000011
遍历到之后,则将遍历到的3条记录及其相对应的脚本按照脚本优先级插入到脚本执行列表。由于“/BizModel:BizRoot/leaf_A”优先级较高,其对应的脚本排在前面。
S16、根据获取的脚本执行列表,启动脚本运行环境执行所述脚本执行列表中的内容,并获取到YANG模型扩展校验结果。
在本实施例中,所述根据获取的脚本执行列表,启动脚本运行环境执行所述脚本执行列表中的内容,并获取到YANG模型扩展校验结果可包括步骤(附图未示出):
根据获取的脚本执行列表,启动脚本运行环境执行所述脚本执行列表中的内容;
当执行所述脚本执行列表中的内容全部通过时,YANG模型扩展校验结果为校验成功;
当执行所述脚本执行列表中的内容没有全部通过时,YANG模型扩展校验结果为校验失败。
仍以上述符合NETCONF协议规范的XML配置数据为例:
脚本执行列表包括遍历到的3条记录及其相对应的脚本,按照优先级先执行“/BizModel:BizRoot/leaf_A”的脚本内容,由于变更后的值为11满足脚本内容的判断,因此配置的数据合法,返回true。
执行“/BizModel:BizRoot/listExam/BizChild/leaf_C”和“/BizModel:BizRoot/listExam/BizChild/leaf_D”的脚本内容时,由于leaf_C变更后的值为9,leaf_D变更后的值为10,不满足脚本内容中的判断,因此配置的数据不合法,返回false。
通过上述的校验,由于执行脚本执行列表中的内容没有全部通过,因此YANG模型扩展校验结果为校验失败。
本公开实施例的一种YANG模型扩展校验的方法,通过使用YANG模型扩展标签定义的校验参数及业务配置模型,获取脚本执行列表并执行,从而获取到YANG模型扩展校验结果;一方面实现了对YANG语法的扩展,可以通过扩展满足用户的特殊需求,比如:1)在复杂业务约束场景下,用 户可以通过扩展脚本实现对复杂业务关系的约束校验,从而为保证业务数据的正确性提供保证;2)当数据发生变更时,可以通过扩展脚本实现关联数据的增加,删除,修改改操作;3)当数据发生变更时,可以通过扩展脚本将变更数据整理成其他业务模块需要的格式,以便向其他业务模块传递;另一方面实现了业务配置模型和特定业务定义的解耦,扩展性较强,有利于后期的维护及升级处理。
第二实施例
如图3所示,本公开第二实施例提供一种YANG模型扩展校验的装置,所述装置可包括解析单元21、数据变更收集单元22、脚本收集单元23及脚本执行单元24;
所述解析单元21,设置为:解析业务配置模型,从所述业务配置模型中获取使用YANG模型扩展标签定义的校验参数;
在本实施例中,可根据YANG模型扩展需要来定义一个基础的校验参数模型,引入定义的校验参数模型可定义特定的业务配置模型。
作为示例地,基础的校验参数模型的定义如下所示:
1.1)定义脚本优先级的字段“priority”,此字段值越小则优先级越低。
可选地,可以通过以下代码进行定义:
Figure PCTCN2018092018-appb-000012
1.2)定义触发脚本执行条件的字段“target”,限定用模型中xpath作为脚本执行条件,当满足模型xpath定义格式时触发脚本执行。
可选地,可以通过以下代码进行定义:
Figure PCTCN2018092018-appb-000013
Figure PCTCN2018092018-appb-000014
1.3)定义脚本类型的字段“script-type”。
可选地,可以通过以下代码进行定义:
Figure PCTCN2018092018-appb-000015
1.4)定义脚本内容的字段“script”。
可选地,可以通过以下代码进行定义:
Figure PCTCN2018092018-appb-000016
作为示例地,引入已定义的校验参数模型可定义特定的业务配置模型:
第一例脚本执行信息:
Figure PCTCN2018092018-appb-000017
Figure PCTCN2018092018-appb-000018
其中,在第一例脚本执行信息中,定义了:
2.1.1)脚本类型为“lua”。
2.1.2)此脚本优先级为100。
2.1.3)触发脚本执行条件是:当有模型xpath为“/BizModel:BizRoot/leaf_A”发生变更时,触发执行脚本。
2.1.4)脚本内容简述为:判断xpath“/BizModel:BizRoot/leaf_A”对应的值是否大于10,如果大于10则数据合法,返回true,如果不大于10则数据不合法,返回false。
第二例脚本执行信息:
Figure PCTCN2018092018-appb-000019
其中,在第二例脚本执行信息中,定义了:
2.2.1)脚本类型为“lua”。
2.2.2)此脚本优先级为101。
2.2.3)触发脚本执行条件是:当有模型xpath匹配“/BizModel:BizRoot/listExam/BizChild//*”时触发,即只要BizChild节点下有数据变更就触发执行脚本。
2.2.4)脚本内容简述为:比较“/BizModel:BizRoot/leaf_C”和“/BizModel:BizRoot/leaf_D”配置的值的大小,如果leaf_C大于leaf_D则数据合法,返回true,如果leaf_C不大于leaf_D则数据不合法,返回false。
在校验参数模型和业务配置模型定义之后,通过解析业务配置模型,可从业务配置模型中获取使用YANG模型扩展标签定义的校验参数。需要处理的校验参数可包括定义的所有参数,即脚本优先级、触发脚本执行条件、脚本类型和脚本内容。
所述数据变更收集单元22,设置为:监听数据的变更操作,当监听到数据的变更操作时,收集变更操作的数据;
在本实施例中,所述数据的变更操作可包括数据的创建操作、数据的删除操作或者数据的修改操作。数据的变更操作触发后,可收集变更操作的数据。
作为示例地,使用符合NETCONF协议规范的XML配置数据为例,对如下数据进行创建操作:
Figure PCTCN2018092018-appb-000020
Figure PCTCN2018092018-appb-000021
针对上述XML中的数据,由于上述数据均为全新创建,经过整理后,可得到如表3所示数据:
表3
Figure PCTCN2018092018-appb-000022
所述脚本收集单元23,设置为:根据所述解析单元21获取到的校验参数以及所述数据变更收集单元22收集到的变更操作的数据,获取脚本执行列表;
可选地,所述脚本收集单元23遍历所述变更操作的数据,并判断所述变更操作的数据是否满足所述校验参数中的触发脚本执行条件;
当所述变更操作的数据满足所述校验参数中的触发脚本执行条件时,收集满足所述校验参数中的触发脚本执行条件的相对应的脚本,将遍历到的所述变更操作的数据及该相对应的脚本按照脚本优先级插入到所述脚本执行列表;
当所述变更操作的数据不满足所述校验参数中的触发脚本执行条件时,继续遍历所述变更操作的数据,直至所有变更操作的数据遍历完成。
仍以上述符合NETCONF协议规范的XML配置数据为例:
在获得上述的表格数据之后,遍历所述变更操作的数据,即遍历上述的表格数据,并判断所述变更操作的数据是否满足所述校验参数中的触发脚本执行条件;在第一例和第二例脚本执行信息中,定义了触发脚本执行条件是:“当有模型xpath为“/BizModel:BizRoot/leaf_A”发生变更时,触发执行脚本”、“当有模型xpath匹配“/BizModel:BizRoot/listExam/BizChild//*”时触发,即只要BizChild节点下有数据变更就触发执行脚本”。
遍历之后,可确定满足所述校验参数中的触发脚本执行条件的有3条记录,如表4所示:
表4
Figure PCTCN2018092018-appb-000023
遍历到之后,则将遍历到的3条记录及其相对应的脚本按照脚本优先级插入到脚本执行列表。由于“/BizModel:BizRoot/leaf_A”优先级较高,其对应的脚本排在前面。
所述脚本执行单元24,设置为:根据所述脚本收集单元23获取的脚本执行列表,启动脚本运行环境执行所述脚本执行列表中的内容,并获取到YANG模型扩展校验结果。
可选地,脚本执行单元24根据获取的脚本执行列表,启动脚本运行环境执行所述脚本执行列表中的内容;
当执行所述脚本执行列表中的内容全部通过时,YANG模型扩展校验结果为校验成功;当执行所述脚本执行列表中的内容没有全部通过时,YANG模型扩展校验结果为校验失败。
仍以上述符合NETCONF协议规范的XML配置数据为例:
脚本执行列表包括遍历到的3条记录及其相对应的脚本,按照优先级先执行“/BizModel:BizRoot/leaf_A”的脚本内容,由于变更后的值为11满足脚本内容的判断,因此配置的数据合法,返回true。
执行“/BizModel:BizRoot/listExam/BizChild/leaf_C”和“/BizModel:BizRoot/listExam/BizChild/leaf_D”的脚本内容时,由于leaf_C变更后的值为9,leaf_D变更后的值为10,不满足脚本内容中的判断,因此配置的数据不合法,返回false。
通过上述的校验,由于执行脚本执行列表中的内容没有全部通过,因此YANG模型扩展校验结果为校验失败。
本公开实施例的一种YANG模型扩展校验的装置,通过使用YANG模型扩展标签定义的校验参数及业务配置模型,获取脚本执行列表并执行,从而获取到YANG模型扩展校验结果;一方面实现了对YANG语法的扩展,可以通过扩展满足用户的特殊需求,比如:1)在复杂业务约束场景下,用户可以通过扩展脚本实现对复杂业务关系的约束校验,从而为保证业务数据的正确性提供保证;2)当数据发生变更时,可以通过扩展脚本实现关联数据的增加,删除,修改改操作;3)当数据发生变更时,可以通过扩展脚本将变更数据整理成其他业务模块需要的格式,以便向其他业务模块传递;另一方面实现了业务配置模型和特定业务定义的解耦,扩展性较强,有利于后期的维护及升级处理。
第三实施例
如图4所示,本公开第三实施例提供一种YANG模型扩展校验的装置,所YANG模型扩展校验的装置可包括:存储器31、处理器32及存储在所述存储器31上并可在所述处理器32上运行的YANG模型扩展校验程序,所述YANG模型扩展校验程序被所述处理器执行时实现第一实施例所述的YANG模型扩展校验的方法的步骤。
本公开实施例的一种YANG模型扩展校验的装置,通过使用YANG模型扩展标签定义的校验参数及业务配置模型,获取脚本执行列表并执行,从而获取到YANG模型扩展校验结果;一方面实现了对YANG语法的扩展, 可以通过扩展满足用户的特殊需求,比如:1)在复杂业务约束场景下,用户可以通过扩展脚本实现对复杂业务关系的约束校验,从而为保证业务数据的正确性提供保证;2)当数据发生变更时,可以通过扩展脚本实现关联数据的增加,删除,修改改操作;3)当数据发生变更时,可以通过扩展脚本将变更数据整理成其他业务模块需要的格式,以便向其他业务模块传递;另一方面实现了业务配置模型和特定业务定义的解耦,扩展性较强,有利于后期的维护及升级处理。
第四实施例
本公开第四实施例提供一种计算机可读存储介质,所述计算机可读存储介质上可存储有YANG模型扩展校验程序,所述YANG模型扩展校验程序被处理器执行时实现第一实施例所述的YANG模型扩展校验的方法的步骤。
本公开实施例的计算机可读存储介质,通过使用YANG模型扩展标签定义的校验参数及业务配置模型,获取脚本执行列表并执行,从而获取到YANG模型扩展校验结果;一方面实现了对YANG语法的扩展,可以通过扩展满足用户的特殊需求,比如:1)在复杂业务约束场景下,用户可以通过扩展脚本实现对复杂业务关系的约束校验,从而为保证业务数据的正确性提供保证;2)当数据发生变更时,可以通过扩展脚本实现关联数据的增加,删除,修改改操作;3)当数据发生变更时,可以通过扩展脚本将变更数据整理成其他业务模块需要的格式,以便向其他业务模块传递;另一方面实现了业务配置模型和特定业务定义的解耦,扩展性较强,有利于后期的维护及升级处理。
可以说明的是,上述装置实施例与方法实施例属于同一构思,其可选实现过程详见方法实施例,且方法实施例中的技术特征在装置实施例中均对应适用,这里不再赘述。
本公开实施例还提供了一种计算机可读存储介质,存储有计算机可执行指令,所述计算机可执行指令被执行时实现上述YANG模型扩展校验的方法。
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到上述实施例方法可借助软件加必需的通用硬件平台的方式来实现,当然也可以通 过硬件来实现。基于这样的理解,本公开的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质(如ROM/RAM、磁碟、光盘)中,包括若干指令用以使得一台终端设备(可以是手机,计算机,服务器,空调器,或者网络设备等)执行本公开每个实施例所述的方法。
本领域普通技术人员可以理解,上文中所公开方法中的全部或某些步骤、系统、装置中的功能模块/单元可以被实施为软件、固件、硬件及其适当的组合。在硬件实施方式中,在以上描述中提及的功能模块/单元之间的划分不一定对应于物理组件的划分;例如,一个物理组件可以具有多个功能,或者一个功能或步骤可以由若干物理组件合作执行。某些组件或所有组件可以被实施为由处理器,如数字信号处理器或微处理器执行的软件,或者被实施为硬件,或者被实施为集成电路,如专用集成电路。这样的软件可以分布在计算机可读介质上,计算机可读介质可以包括计算机存储介质(或非暂时性介质)和通信介质(或暂时性介质)。如本领域普通技术人员公知的,术语计算机存储介质包括在用于存储信息(诸如计算机可读指令、数据结构、程序模块或其他数据)的任何方法或技术中实施的易失性和非易失性、可移除和不可移除介质。计算机存储介质包括但不限于随机存取存储器(RAM,Random Access Memory)、只读存储器(ROM,Read-Only Memory)、电可擦除只读存储器(EEPROM,Electrically Erasable Programmable Read-only Memory)、闪存或其他存储器技术、光盘只读存储器(CD-ROM,Compact Disc Read-Only Memory)、数字多功能盘(DVD)或其他光盘存储、磁盒、磁带、磁盘存储或其他磁存储装置、或者可以用于存储期望的信息并且可以被计算机访问的任何其他的介质。此外,本领域普通技术人员公知的是,通信介质通常包含计算机可读指令、数据结构、程序模块或者诸如载波或其他传输机制之类的调制数据信号中的其他数据,并且可包括任何信息递送介质。
本领域的普通技术人员可以理解,可以对本公开的技术方案进行修改或者等同替换,而不脱离本公开技术方案的精神和范围,均应涵盖在本公开的权利要求范围当中。

Claims (10)

  1. 一种YANG模型扩展校验的方法,所述方法包括步骤:
    解析业务配置模型,从所述业务配置模型中获取使用YANG模型扩展标签定义的校验参数;
    监听数据的变更操作,当监听到数据的变更操作时,收集变更操作的数据;
    根据获取到的校验参数以及收集到的变更操作的数据,获取脚本执行列表;
    根据获取的脚本执行列表,启动脚本运行环境执行所述脚本执行列表中的内容,并获取到YANG模型扩展校验结果。
  2. 根据权利要求1所述的YANG模型扩展校验的方法,其中,所述数据的变更操作包括数据的创建操作、数据的删除操作或者数据的修改操作。
  3. 根据权利要求1所述的YANG模型扩展校验的方法,其中,所述YANG模型扩展标签定义的校验参数包括:脚本优先级、触发脚本执行条件、脚本类型和脚本内容。
  4. 根据权利要求3所述的YANG模型扩展校验的方法,其中,所述根据获取到的校验参数以及收集到的变更操作的数据,获取脚本执行列表包括步骤:
    遍历所述变更操作的数据,并判断所述变更操作的数据是否满足所述校验参数中的触发脚本执行条件;
    当所述变更操作的数据满足所述校验参数中的触发脚本执行条件时,收集满足所述校验参数中的触发脚本执行条件的相对应的脚本,将遍历到的所述变更操作的数据及该相对应的脚本按照脚本优先级插入到所述脚本执行列表;
    当所述变更操作的数据不满足所述校验参数中的触发脚本执行条件时,继续遍历所述变更操作的数据,直至所有变更操作的数据遍历完成。
  5. 根据权利要求1至4中任一项所述的YANG模型扩展校验的方法, 其中,所述根据获取的脚本执行列表,启动脚本运行环境执行所述脚本执行列表中的内容,并获取到YANG模型扩展校验结果包括步骤:
    根据获取的脚本执行列表,启动脚本运行环境执行所述脚本执行列表中的内容;
    当执行所述脚本执行列表中的内容全部通过时,YANG模型扩展校验结果为校验成功;
    当执行所述脚本执行列表中的内容没有全部通过时,YANG模型扩展校验结果为校验失败。
  6. 一种YANG模型扩展校验的装置,所述装置包括解析单元、数据变更收集单元、脚本收集单元及脚本执行单元;
    所述解析单元,设置为:解析业务配置模型,从所述业务配置模型中获取使用YANG模型扩展标签定义的校验参数;
    所述数据变更收集单元,设置为:监听数据的变更操作,当监听到数据的变更操作时,收集变更操作的数据;
    所述脚本收集单元,设置为:根据所述解析单元获取到的校验参数以及所述数据变更收集单元收集到的变更操作的数据,获取脚本执行列表;
    所述脚本执行单元,设置为:根据所述脚本收集单元获取的脚本执行列表,启动脚本运行环境执行所述脚本执行列表中的内容,并获取到YANG模型扩展校验结果。
  7. 根据权利要求6所述的YANG模型扩展校验的装置,其中,所述数据的变更操作包括数据的创建操作、数据的删除操作或者数据的修改操作。
  8. 根据权利要求6所述的YANG模型扩展校验的装置,其中,所述YANG模型扩展标签定义的校验参数包括:脚本优先级、触发脚本执行条件、脚本类型和脚本内容。
  9. 一种YANG模型扩展校验的装置,所述YANG模型扩展校验的装置包括:存储器、处理器及存储在所述存储器上并可在所述处理器上运行的YANG模型扩展校验程序,所述YANG模型扩展校验程序被所述处理器执行时实现如权利要求1至5中任一项所述的YANG模型扩展校验的方法的步 骤。
  10. 一种计算机可读存储介质,所述计算机可读存储介质上存储有YANG模型扩展校验程序,所述YANG模型扩展校验程序被处理器执行时实现如权利要求1至5中任一项所述的YANG模型扩展校验的方法的步骤。
PCT/CN2018/092018 2017-06-27 2018-06-20 一种yang模型扩展校验的方法及装置、计算机可读存储介质 WO2019001321A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710498395.6 2017-06-27
CN201710498395.6A CN109144490A (zh) 2017-06-27 2017-06-27 一种yang模型扩展校验的方法及装置、计算机可读存储介质

Publications (1)

Publication Number Publication Date
WO2019001321A1 true WO2019001321A1 (zh) 2019-01-03

Family

ID=64741041

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/092018 WO2019001321A1 (zh) 2017-06-27 2018-06-20 一种yang模型扩展校验的方法及装置、计算机可读存储介质

Country Status (2)

Country Link
CN (1) CN109144490A (zh)
WO (1) WO2019001321A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112507685A (zh) * 2020-11-30 2021-03-16 锐捷网络股份有限公司 一种yang文件验证方法、装置、电子设备及存储介质

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110286892B (zh) * 2019-06-26 2023-01-13 成都九洲电子信息系统股份有限公司 一种基于业务流程设计的快速开发引擎系统
CN117499196A (zh) 2019-10-31 2024-02-02 华为技术有限公司 设备管理方法、装置、系统、设备及存储介质

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103701653A (zh) * 2014-01-06 2014-04-02 迈普通信技术股份有限公司 一种接口热插拔配置数据的处理方法及网络配置服务器
US20170078158A1 (en) * 2015-09-14 2017-03-16 Cisco Technology, Inc. Techniques for yang model version control validation

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101788950A (zh) * 2010-01-27 2010-07-28 浪潮(山东)电子信息有限公司 一种基于jsp页面的数据项校验方法
US9160624B2 (en) * 2012-07-03 2015-10-13 Opera Software Ireland Limited Linked list scripting engine
CN102932332B (zh) * 2012-09-28 2015-10-21 用友软件股份有限公司 数据校验系统和数据校验方法
CN104424434A (zh) * 2013-08-29 2015-03-18 腾讯科技(深圳)有限公司 数据校验方法及装置

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103701653A (zh) * 2014-01-06 2014-04-02 迈普通信技术股份有限公司 一种接口热插拔配置数据的处理方法及网络配置服务器
US20170078158A1 (en) * 2015-09-14 2017-03-16 Cisco Technology, Inc. Techniques for yang model version control validation

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
WANG, CHANGZHONG: "Modeling network requirement of opendaylight controller based on YANG and its testing", CHINA MASTER'S THESES FULL-TEXT DATABASE (ELECTRONIC JOURNALS), 28 February 2017 (2017-02-28) *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112507685A (zh) * 2020-11-30 2021-03-16 锐捷网络股份有限公司 一种yang文件验证方法、装置、电子设备及存储介质

Also Published As

Publication number Publication date
CN109144490A (zh) 2019-01-04

Similar Documents

Publication Publication Date Title
US8869111B2 (en) Method and system for generating test cases for a software application
US9116968B2 (en) Methods and apparatus related to graph transformation and synchronization
US10621211B2 (en) Language tag management on international data storage
US9575830B2 (en) Run-time error repairing method, device and system
US20060075308A1 (en) Log management system and method
US12045151B2 (en) Graph-based impact analysis of misconfigured or compromised cloud resources
WO2018039875A1 (zh) 应用升级包获取方法及装置
CN108256870B (zh) 基于拓扑结构生成描述信息及更新、数据处理方法和装置
KR102044046B1 (ko) 텔레메트리 파일 해시 및 충돌 검출 기법
WO2018233630A1 (zh) 故障发现
US11030384B2 (en) Identification of sequential browsing operations
WO2019001321A1 (zh) 一种yang模型扩展校验的方法及装置、计算机可读存储介质
RU2586872C2 (ru) Удаление поврежденных стилей из документов расширяемого языка разметки
WO2019095667A1 (zh) 数据库数据采集方法、应用服务器及计算机可读存储介质
WO2023231341A1 (zh) 数据资产风险发现方法和装置
US10572371B2 (en) Generating valid use cases from a parsed configuration file describing use case options
WO2019237574A1 (zh) 一种数据库差异的识别方法及装置
US10083070B2 (en) Log file reduction according to problem-space network topology
CN110879773B (zh) 一种基于CGroup的内存监控方法和装置
JP2016099857A (ja) 不正プログラム対策システムおよび不正プログラム対策方法
US8285742B2 (en) Management of attribute information related to system resources
JP2016018227A (ja) 作業ログ編集方法、情報処理装置、およびプログラム
US9852031B2 (en) Computer system and method of identifying a failure
US8798982B2 (en) Information processing device, information processing method, and program
CN113595762B (zh) 一种网卡配置的保存方法及装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18824921

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: 1205A 07.05.2020

122 Ep: pct application non-entry in european phase

Ref document number: 18824921

Country of ref document: EP

Kind code of ref document: A1