Skip to content

v0.7.0

Compare
Choose a tag to compare
@SKAJohanVenter SKAJohanVenter released this 07 Jul 12:14
· 78 commits to master since this release
ebac261

Full Changelog

Implemented enhancements:

  • Added validate option to the tango-yaml tool

    • This sub command enables conformance verification of a running Tango device against a specification file.
tango-yaml validate -h

usage: tango_yaml validate [-h] (--url URL | --path PATH) [--bidirectional]
                           tango_device_name

positional arguments:
  tango_device_name  Tango device name in the domain/family/member format or
                     the FQDN
                     tango://<TANGO_HOST>:<TANGO_PORT>/domain/family/member

optional arguments:
  -h, --help         show this help message and exit
  --url URL          The URL to a YAML specification file
  --path PATH        The file path to a YAML specification file
  --bidirectional    When bidirectional is included, any details on the device
                     that is not in the spec is also listed.