pytest-inmanta-yang


Namepytest-inmanta-yang JSON
Version 1.5.0 PyPI version JSON
download
home_page
SummaryCommon fixtures used in inmanta yang related modules
upload_time2024-02-22 07:35:29
maintainer
docs_urlNone
authorInmanta NV
requires_python>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
licenseApache License, Version 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pytest-inmanta-yang

Common fixtures used in inmanta yang related modules


Installation
------------

    pip install pytest-inmanta-yang


Usage
-----


1. You can specify workspace folder and device access parameters

```bash
export WORKSPACE=/tmp/workspace
export YANG_DEVICE_HOST="sros-1.ci.ii.inmanta.com"
export YANG_DEVICE_PORT="830"
export YANG_DEVICE_USERNAME="admin"
export YANG_DEVICE_PASSWORD="admin"
```

2. The override the base config (that will be deployed to the device before each test), override the fixture `netconf_device_initial_config_path_file` to return the path to the file containing the base config

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pytest-inmanta-yang",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
    "maintainer_email": "",
    "keywords": "",
    "author": "Inmanta NV",
    "author_email": "code@inmanta.com",
    "download_url": "https://files.pythonhosted.org/packages/9d/1a/48bbed9e800aadca36a68d0840bee780bcffb1248b5be25aa94cc7e63577/pytest-inmanta-yang-1.5.0.tar.gz",
    "platform": null,
    "description": "# pytest-inmanta-yang\n\nCommon fixtures used in inmanta yang related modules\n\n\nInstallation\n------------\n\n    pip install pytest-inmanta-yang\n\n\nUsage\n-----\n\n\n1. You can specify workspace folder and device access parameters\n\n```bash\nexport WORKSPACE=/tmp/workspace\nexport YANG_DEVICE_HOST=\"sros-1.ci.ii.inmanta.com\"\nexport YANG_DEVICE_PORT=\"830\"\nexport YANG_DEVICE_USERNAME=\"admin\"\nexport YANG_DEVICE_PASSWORD=\"admin\"\n```\n\n2. The override the base config (that will be deployed to the device before each test), override the fixture `netconf_device_initial_config_path_file` to return the path to the file containing the base config\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "Common fixtures used in inmanta yang related modules",
    "version": "1.5.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d1a48bbed9e800aadca36a68d0840bee780bcffb1248b5be25aa94cc7e63577",
                "md5": "e24b07eb8a66298dd5d3f14c5557469f",
                "sha256": "c7e388d1cacd2f348e3cf82e7ca41e8fd6f8c91c5e75d340d60bce11505b29e8"
            },
            "downloads": -1,
            "filename": "pytest-inmanta-yang-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e24b07eb8a66298dd5d3f14c5557469f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
            "size": 19840,
            "upload_time": "2024-02-22T07:35:29",
            "upload_time_iso_8601": "2024-02-22T07:35:29.532558Z",
            "url": "https://files.pythonhosted.org/packages/9d/1a/48bbed9e800aadca36a68d0840bee780bcffb1248b5be25aa94cc7e63577/pytest-inmanta-yang-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-22 07:35:29",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pytest-inmanta-yang"
}
        
Elapsed time: 2.58671s