Talk: Hank Preston - Introduction to Writing Network Tests with pyATS

Поділитися
Вставка
  • Опубліковано 3 лип 2024
  • Presented by:
    Hank Preston
    How do you test that your network is healthy? You probably ping a few things, run some show commands, and watch for open trouble tickets. I don’t think I’ll stir up a ton of controversy by saying that’s a really bad method. With the move towards network automation, NetDevOps, and Network Reliability Engineering (NRE), we need to have robust, repeatable tests to check the state of the network from Layer 1 to 7.
    pyATS is an open source network test framework that was built by software developers for network developers. It provides all the tools automation engineers need to describe test cases, run jobs, gather reports, and make the entire process part of your network automation pipeline. In this talk, we’ll look at everything you need to write your first few test cases, and discuss strategies for what you should test, and when.
    Talk slides: www.slideshare.net/HankPresto...
    Talk resources:
    - Code and Demo: github.com/hpreston/intro-net...
    - Twitter: / hfpreston

КОМЕНТАРІ • 3

  • @michadom21
    @michadom21 4 роки тому +4

    Thanks Hank for this nice Introduction. Helped me a lot to understand the Basics to start.

  • @dheeraj354
    @dheeraj354 3 роки тому

    Thanks Hank

  • @dheeraj354
    @dheeraj354 3 роки тому

    Can you please tell me, in which library, the connect () is define