From de7e699125a373e535c0102dbf8f8c26e40685a8 Mon Sep 17 00:00:00 2001 From: Florian Kromer Date: Sat, 13 Jul 2024 22:17:03 +0200 Subject: [PATCH] add pyats.robot --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 474ea25..99aa8c7 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,9 @@ - [winregistry](https://pypi.org/project/winregistry/) Work with Windows Registry. - [robotframework-openafslibrary](https://pypi.org/project/robotframework-openafslibrary/) Test library for the OpenAFS distributed filesystem. +- Network testing + - [pyats.robot](https://pypi.org/project/pyats.robot/) - Sub-component of Cisco pyATS library for enabling network testing using RobotFramework. + - Remote Library Examples - [remote-keyword-library](https://github.com/ThomasJaspers/remote-keyword-library) An example of a Remote Server Keywords library implementation in Java featured in a blog post written by Thomas Jaspers. - [robotframework-scala-remote-library](https://github.com/jg8481/robotframework-scala-remote-library) An example of a Remote Server Keywords library implementation in Scala and based on a blog post written by Thomas Jaspers.