You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A possible enhancement would consist on the execution of a get operation to list all components and type for each vendor device. From the response, a component of each type could be use to fill in the related variable in the YML file for testing that component associated parameters. For example:
Sending:
Received:
YML FILE FOR CPU TYPE COMPONENT
testcase:
name: hw_cpu_avg
id: 1
description: >
This test is to get the cpu avg of components.
rpcs:
- template: hw_cpu_avg.xml
operation: get
params:
name: "CPU0:CORE0"
avg: ""
XML FILE FOR CPU AVERAGE PARAMETER TESTING AFTER VBLE SUBSTITUTION
Old issue 17. Use generate_yaml to create new files using variables from device.
Enhancement: Obtain XML with response (names nad interfaces) directly using RPCautomator instead using and offline XML obtained with YANG suite
Detection of the name of the variables needed for all tests from the GET operation, and automatic application in the respective YML.
The text was updated successfully, but these errors were encountered: