openconfig / featureprofiles

Feature Profiles are groups of OpenConfig paths and tests which verify their behavior
Apache License 2.0
48 stars 138 forks source link

RT-6.1 Test Missing #241

Closed Hobbydos closed 2 years ago

Hobbydos commented 2 years ago

The Core LLDP TLV Population test is missing, is that simply because it's not yet ready or was it missed? See output from list_test.sh

./list_tests.sh | cut -d , -f2,3
"ID","Desc"
find: ‘testing/feature’: No such file or directory
"RT-1.4","BGP Graceful Restart"
"RT-1.2","BGP Policy & Route Installation"
"TE-11.1","Backup NHG: Single NH"
"gNMI-1.11","Telemetry: Interface Packet Counters"
"gNOI-3.1","Complete Chassis Reboot"
"gNOI-5.1","Ping Test"
"gNOI-5.2","Traceroute Test"
"TE-3.1","Base Hierarchical Route Installation"
"TE-4.1","Base Leader Election"
"TE-3.2","Traffic Balancing According to Weights"
"TE-15.1","gRIBI Compliance"
"TE-6.1","Route Removal via Flush"
"RT-5.2","Aggregate Interfaces"
"TE-1.1","Static ARP"
WARNING: not a valid test path: feature/lldp/tests/README.md:# RT-6.1: Core LLDP TLV Population
"RT-6.1","Core LLDP TLV Population"
"gNMI-1.8","Configuration Metadata-only Retrieve and Replace"
"gNMI-1.1","cli Origin"
"gNOI-4.1","Software Upgrade"
"gNMI-1.4","Telemetry: Inventory"
dplore commented 2 years ago

Thanks for the question. The test is implemented in our internal repository and is pending opensourcing. @Ankur19 can you close this issue once the RT-6.1 LLDP test is opensourced?

Ankur19 commented 2 years ago

Thanks for the question. The test is implemented in our internal repository and is pending opensourcing. @Ankur19 can you close this issue once the RT-6.1 LLDP test is opensourced?

Sure!

Ankur19 commented 2 years ago

RT-6.1 is now open source through PR: #283