Michael Bear

Results 201 comments of Michael Bear

It appears that PR #1559 put in some of the fixes for Aruba's System/Chassis syntax change. This PR still has some value in consolidating the match lines and the capture...

fixing a bunch of merge conflicts :nauseated_face: (since this is based off of another PR that hasn't been merged yet)

'lotta merge conflict resolution on this rebase ... thankfully done

The device capabilities data could be made optional as a whole and extra white space regex removed. original `(\w+?\s)+\s+` > (yours) `(\w??\s)+\s+` > `(\w+?\s+)?` I'm working on a fix and...

> > **Edit:** You're certainly right that for some reason _fw1-clinical-partner_ (and a few others) have a trailing space in the Raw Output, but _dcx3.org.local_ does not. > > I...

@GustavoMaga As Jacob commented, the ntc-templates project requires all tests to pass for any change. Additionally if support is added for output differences then [raw CLI output has to be...

@pnpestov Might you also be willing to provide raw command output for this PR as well? * fortinet_get_system_interface Though you might not have access to 6.4 anymore and the template...

> > Might you also be willing to provide raw command output for this PR as well? > > > > * fortinet_get_system_interface > > @mjbear Unfortunately, I do not...

I am fixing up merge conflicts and putting this on @jvanderaa 's list :sweat_smile: