# Check controller version The Ick controller reports is version upon request. SCENARIO checking controller version GIVEN an access token for user with scopes ... uapi_version_get AND a running ick controller WHEN user makes request GET /version THEN result has status code 200 AND version in body matches version from setup.py FINALLY stop ick controller Note that this test suite is expected to be run from the Ick2 source tree. The source carries a vsrsion, and the above test scenario will fail if run against a remote controller instance with an incompatible version number. The version numbers must either match exactly, or the remote version number must be a prefix of the source tree's version.