From 08e04585d9d1a2c8d06c25b6a014607096c3800a Mon Sep 17 00:00:00 2001 From: Srikanth Aithal Date: Fri, 11 Sep 2015 17:07:15 +0530 Subject: [PATCH] docs: Add Multiplexation to WritingTests.html#basic-example Currently the yaml contents in this page is missing '!mux' keyword, run as-is will show users errors. Fixing by adding keyword '!mux' to the yaml content. Signed-off-by: Srikanth Aithal --- docs/source/WritingTests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/WritingTests.rst b/docs/source/WritingTests.rst index c1debc6a..88205c75 100644 --- a/docs/source/WritingTests.rst +++ b/docs/source/WritingTests.rst @@ -91,7 +91,7 @@ Avocado finds and populates ``self.params`` with all parameters you define on a Multiplex Config file (see :doc:`MultiplexConfig`). As an example, consider the following multiplex file for sleeptest:: - sleeptest: + sleeptest: !mux type: "builtin" short: sleep_length: 0.5 -- GitLab