openconfig / featureprofiles

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

TE-8.1: DUT Daemon Failure: Need gRIBIDaemons variable update #742

Closed trathod1 closed 1 year ago

trathod1 commented 1 year ago

Need to update gRIBIDaemons variable for Vendor ondatra.NOKIA as below -

 82         gRIBIDaemons = map[ondatra.Vendor]string{
 83                 ondatra.ARISTA:  "Gribi",
 84                 ondatra.CISCO:   "emsd",
 85                 ondatra.JUNIPER: "rpd",
 86                 ondatra.NOKIA:   "sr_gribi_server",
 87         }
trathod1 commented 1 year ago

Investigating details.

sonhyoung commented 1 year ago

@xw-g