summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yarns/200-version.yarn6
1 files changed, 6 insertions, 0 deletions
diff --git a/yarns/200-version.yarn b/yarns/200-version.yarn
index 5fa08ed..183ade9 100644
--- a/yarns/200-version.yarn
+++ b/yarns/200-version.yarn
@@ -33,3 +33,9 @@ The Ick controller reports is version upon request.
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.