From 6a0ffa22aee053130e215f28e3920ae4c5e2fdde Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Wed, 8 Mar 2017 10:12:10 +0100 Subject: [PATCH] doc: mention interactive task in developer guide Signed-off-by: Nathan Cutler --- doc/dev/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5