Differences between revisions 1 and 2
Revision 1 as of 2021-01-07 07:51:11
Size: 320
Editor: PieterSmit
Comment:
Revision 2 as of 2021-11-21 10:04:48
Size: 435
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
  * test under test {{{  * test new raw and yaml
   * install python yaml lib {{{
pip3 install ruamel.yaml
pip3 install textfsm
}}}
   * test under test {{{

Dev/github-ntc-templates

  • github - github-ntc-templates
    • Clone template repo to local.
    • command line mapped through templates/index
  • test new raw and yaml
    • install python yaml lib

      pip3 install ruamel.yaml
      pip3 install textfsm
    • test under test

      $ fb=tests/cisco_nxos/show_ip_arp_detail/cisco_nxos_show_ip_arp_detail ; python3 development_scripts.py -c ${fb}.raw && cat ${fb}.yml

Dev/github-ntc-templates (last edited 2023-06-29 07:32:45 by PieterSmit)