Skip to content

Latest commit

 

History

History
76 lines (53 loc) · 1.98 KB

README.rst

File metadata and controls

76 lines (53 loc) · 1.98 KB

odltools

https://travis-ci.org/shague/odltools.png?branch=master https://pypip.in/d/odltools/badge.png https://pypip.in/v/odltools/badge.png Wheel Status License

A tool to troubleshoot the NetVirt OpenDaylight OpenStack integration.

The tool can be used to get mdsal model dumps, openvswitch flow dumps and extracting dumps from CSIT output.xml files.

odltool's documentation can be found at Read The Docs - TBD.

Requirements

  • python 2.7, 3.3, 3.4, 3.5, 3.6
  • requests

Installation

pip install odltools

Usage

usage: python -m odltools [-h] [-v] [-V] {csit,model,analyze} ...

OpenDaylight Troubleshooting Tools

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         verbosity (-v, -vv)
  -V, --version         show program's version number and exit

subcommands:
  Command Tool

  {csit,model,analyze}

Contribute

odltools is an open source projects that welcomes any and all contributions from the community. odltools is hosted on GitHub .

Feel free to contribute to:

Please see the Contributor Guidelines for information about contributing.

License

See the LICENSE file