napalm-automation-community / napalm-aruba-cx

NAPALM driver for Aruba AOS-CX
Apache License 2.0
14 stars 7 forks source link

get_facts in a VSF context #6

Open legalla opened 3 years ago

legalla commented 3 years ago

When you use get_facts in a VSF context, it only gathers and displays values for 1 device of the stack (model and serial) While all the interfaces are gathered.

alagoutte commented 3 years ago

i get the same issue with get_facts (and netbox)

but on the NAPALM models, model and serial are string and not a array of string ( cf https://github.com/napalm-automation/napalm/blob/5977b148a07c0f75eb3da05c25abe39fa8ece180/napalm/base/test/models.py#L12)

May be join model/serial ?