v0.7.0
Implemented enhancements:
-
Added
validate
option to thetango-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.