{"id":15018754,"url":"https://github.com/aristanetworks/robotframework-aristalibrary","last_synced_at":"2026-03-11T15:02:34.989Z","repository":{"id":57462325,"uuid":"87112297","full_name":"aristanetworks/robotframework-aristalibrary","owner":"aristanetworks","description":"Robot Framework library for Arista EOS","archived":false,"fork":false,"pushed_at":"2024-02-07T12:32:41.000Z","size":258,"stargazers_count":17,"open_issues_count":7,"forks_count":11,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-11-27T19:50:16.233Z","etag":null,"topics":["arista","eos","network","robot","robotframework","validation"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aristanetworks.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-03T19:24:58.000Z","updated_at":"2025-04-12T17:37:23.000Z","dependencies_parsed_at":"2025-02-09T00:44:24.655Z","dependency_job_id":null,"html_url":"https://github.com/aristanetworks/robotframework-aristalibrary","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/aristanetworks/robotframework-aristalibrary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aristanetworks%2Frobotframework-aristalibrary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aristanetworks%2Frobotframework-aristalibrary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aristanetworks%2Frobotframework-aristalibrary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aristanetworks%2Frobotframework-aristalibrary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aristanetworks","download_url":"https://codeload.github.com/aristanetworks/robotframework-aristalibrary/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aristanetworks%2Frobotframework-aristalibrary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30385033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T14:10:17.325Z","status":"ssl_error","status_checked_at":"2026-03-11T14:09:37.934Z","response_time":84,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arista","eos","network","robot","robotframework","validation"],"created_at":"2024-09-24T19:52:24.784Z","updated_at":"2026-03-11T15:02:34.969Z","avatar_url":"https://github.com/aristanetworks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"The Arista Library for Robot Framework\n======================================\n\nIntroduction\n------------\n\nAristaLibrary aims to simplify testing projects on `Arista EOS \u003chttp://www.arista.com\u003e`\nusing `Robot Framework \u003chttp://robotframework.org/\u003e` by adding a number of\nEOS-centric keywords. The Library works by using the PyEAPI module to\ninteract with EOS nodes.\n\nPrerequisites\n-------------\n\n* `Robot Framework \u003chttp://robotframework.org/\u003e`\n* `PyEAPI \u003chttps://pypi.python.org/pypi/pyeapi\u003e` (`GitHub \u003chttps://github.com/arista-eosplus/pyeapi\u003e`)\n* `Arista EOS \u003chttp://www.arista.com\u003e` 4.12 or later\n* Python 2.7\n\nInstallation\n------------\n\nThe easiest way to install is to use `pip \u003chttp://www.pip-installer.org/en/latest/\u003e`::\n\n    pip install robotframework-aristalibrary\n\nUpgrade using::\n\n    pip install --upgrade robotframework-aristalibrary\n\nTo install from source::\n\n    git clone https://github.com/aristanetworks/robotframework-aristalibrary.git\n    cd robotframework-aristalibrary\n    # Optionally, checkout the development branch\"\n    git checkout develop\"\n    python setup.py install\n\nKeyword Documentation\n---------------------\n\nSee the `AristaLibrary \u003chttp://aristanetworks.github.io/robotframework-aristalibrary/AristaLibrary.html\u003e` keyword documentation.\n\nExample Robot Test\n------------------\n\n::\n\n    # -*- coding: robot -*-\n    # :setf robot\n    # :set noexpandtab\n    *** Settings ***\n    Documentation   This is a sample Robot Framework suite which takes advantage of\n    ... the AristaLibrary for communicating with and controlling Arista switches.\n    ... Run with:\n    ... pybot --pythonpath=AristaLibrary demo/sample-test-refactored.txt\n\n    Library AristaLibrary\n    Library Collections\n    Suite Setup Connect To Switches\n    Suite Teardown  Clear All Connections\n\n    *** Variables ***\n    ${TRANSPORT}    http\n    ${SW1_HOST} localhost\n    ${SW1_PORT} 2080\n    ${SW2_HOST} localhost\n    ${SW2_PORT} 2081\n    ${USERNAME} apiuser\n    ${PASSWORD} donttell\n\n    *** Test Cases ***\n    Ping Test\n        [Documentation] Configure Et1 on both nodes and ping between them\n        [tags]  Configure\n        Configure IP Int    1   ethernet1   10.1.1.0/31\n        Configure IP Int    2   ethernet1   10.1.1.1/31\n\n        ${output}=  Enable  ping 10.1.1.0\n        ${result}=  Get From Dictionary ${output[0]}    result\n        Log ${result}\n        ${match}    ${group1}=  Should Match Regexp ${result['messages'][0]}    (\\\\d+)% packet loss\n        Should Be Equal As Integers ${group1}   0   msg=\"Packets lost percent not zero!!!\"\n\n    *** Keywords ***\n    Connect To Switches\n        [Documentation] Establish connection to a switch which gets used by test cases.\n        Connect To  host=${SW1_HOST}    transport=${TRANSPORT}  username=${USERNAME}\n        ... password=${PASSWORD}    port=${SW1_PORT}\n        Configure   hostname veos0\n        Connect To  host=${SW2_HOST}    transport=${TRANSPORT}  username=${USERNAME}\n        ... password=${PASSWORD}    port=${SW2_PORT}\n        Configure   hostname veos1\n\n    Configure IP Int\n        [Arguments] ${switch}   ${interface}    ${ip}\n        Change To Switch    ${switch}\n        @{cmds}=    Create List\n        ... default interface ${interface}\n        ... interface ${interface}\n        ... no switchport\n        ... ip address ${ip}\n        ... no shutdown\n        Configure   ${cmds}\n\nRelease Notes\n-------------\n\nRelease notes are available in the GitHub `releases \u003chttps://github.com/aristanetworks/robotframework-aristalibrary/releases\u003e`.\n\nSupport and Contacts\n--------------------\n\nAristaLibrary is a community-supported project, maintained by Arista EOS+.  Contact  the maintainers at `eosplus-dev@arista.com`.\n\nContributing\n------------\n\nContributing is encouraged via pull requests.   Please see `\u003cCONTRIBUTING.rst\u003e`_ for more information.\n\nLicense\n-------\n\nAll code within this repository is made available under the BSD3 license and via the `\u003cLICENSE\u003e`_ file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faristanetworks%2Frobotframework-aristalibrary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faristanetworks%2Frobotframework-aristalibrary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faristanetworks%2Frobotframework-aristalibrary/lists"}