From: Nathan Cutler Date: Wed, 8 Mar 2017 09:12:10 +0000 (+0100) Subject: doc: mention interactive task in developer guide X-Git-Tag: v12.0.1~141^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6a0ffa22aee053130e215f28e3920ae4c5e2fdde;p=ceph-ci.git doc: mention interactive task in developer guide Signed-off-by: Nathan Cutler --- diff --git a/doc/dev/index.rst b/doc/dev/index.rst index a61260bd470..a59b49223a2 100644 --- a/doc/dev/index.rst +++ b/doc/dev/index.rst @@ -1341,6 +1341,7 @@ engineer can then ssh into the running cluster. Simply add the following snippet in the desired place within the test YAML and schedule a run with the test:: + tasks: - exec: client.0: - sleep 1000000000 # forever @@ -1348,6 +1349,11 @@ test:: (Make sure you have a ``client.0`` defined in your ``roles`` stanza or adapt accordingly.) +The same effect can be achieved using the ``interactive`` task:: + + tasks: + - interactive + By following the test log, you can determine when the test cluster has entered the "sleep forever" condition. At that point, you can ssh to the teuthology machine and from there to one of the target VMs (OpenStack) or teuthology