nerdexam
Cisco

300-910 · Question #97

What is used to automate the testing phase of a NetDevOps automated pipeline?

The correct answer is A. pyATS. pyATS is a specialized Python-based test automation framework designed by Cisco for robust network testing, making it the most suitable tool for automating the testing phase in a NetDevOps pipeline.

CI/CD Pipelines

Question

What is used to automate the testing phase of a NetDevOps automated pipeline?

Options

  • ApyATS
  • Bpillow
  • CFlask
  • DTornado

How the community answered

(29 responses)
  • A
    86% (25)
  • B
    3% (1)
  • C
    3% (1)
  • D
    7% (2)

Why each option

pyATS is a specialized Python-based test automation framework designed by Cisco for robust network testing, making it the most suitable tool for automating the testing phase in a NetDevOps pipeline.

ApyATSCorrect

pyATS (Python Automated Test System) is a comprehensive, open-source, and platform-independent network test automation framework developed by Cisco. It provides rich capabilities for interacting with network devices, parsing outputs, and verifying network states, making it an ideal choice for automating functional and operational tests within a NetDevOps pipeline.

Bpillow

Pillow is a Python Imaging Library (PIL) fork, used for image processing and manipulation, which is unrelated to network test automation.

CFlask

Flask is a popular micro web framework for Python, used for building web applications and APIs, not for automating network device testing.

DTornado

Tornado is an asynchronous web framework and networking library for Python, also primarily used for web development and high-performance network applications, not for automating tests on network devices.

Concept tested: NetDevOps network testing tools

Source: https://developer.cisco.com/pyats/

Topics

#NetDevOps#Network Testing#CI/CD Testing#Automation Frameworks

Community Discussion

No community discussion yet for this question.

Full 300-910 Practice