genielibs icon indicating copy to clipboard operation
genielibs copied to clipboard

genie.libs contains libraries for configuring, retrieving and testing topologies

Results 25 genielibs issues
Sort by recently updated
recently updated
newest added

I was trying to parse some parameters from "show sslproxy statistics". but i am getting "genie.metaparser.util.exceptions.SchemaMissingKeyError", Code for the above is : execute_num = parser_handle.parse("show sslproxy statistics") tunneled_proxied = execute_num['sslproxy_statistics']['connection_statistics']['tunneled_proxied_connections']...

Hi, I encounter some missing key exceptions on the 'stp' model (Stp.Learn) for IOS-XE (running 17.3.4) Missing keys: [['rapid_pvst', 'vlans', 2135, 'interfaces'], ['rapid_pvst', 'vlans', 2140, 'interfaces'], ['rapid_pvst', 'vlans', 2145, 'interfaces'],...

Hello, This small change in the XR Clean InstallImagesAndPackages should ease the error detection for steps "install add" and "install activate". In recent software, these modes are launched by default...

Is it intentional that `output = testbed.devices[device].learn("routing", route=routes)` where routes is a list of routes isn't accepted? In the other models the route keyword expects a list and runs through...

https://github.com/CiscoTestAutomation/genielibs/blob/5ec17050fcab6335547f9771846627378b113935/pkgs/sdk-pkg/src/genie/libs/sdk/apis/iosxe/bgp/get.py#L1136 CLI command - ```show ip bgp {address_family} all summary``` is not accepted by IOSXE parser it should read ```show ip bgp {address_family} summary```

Hello, I'm not sure this is the right place for that but I'll take the risk to ask. I notice today after a few utilization of the device API copy_to_device...

I've run into the issue with the following command `genie learn bgp --testbed-file testbed.yaml devices IOSXR_DEV` Genie output ``` Issue while building the feature Traceback (most recent call last): File...

There are 2 sids per link in Segment routing. 'get_ospf_sr_adj_sid_and_neighbor_address' is giving only the protected sid. We need the api to get both sids with keys something like 'protect' and...

I am trying to use VRF model in my testcases, but I cannot learn data properly on some devices. Tested on - Fab1-BC | Border device, Cat 9300, IOS-XE 17.5.1...

When using the copy_pcap_file API in robot framework I get the following error > "AttributeError: module 'genie.libs.sdk.apis' has no attribute 'utils'" I have imported the following Library > Library genie.libs.robot.GenieRobotApis...