From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 0D7BB1A0D05 for ; Tue, 12 Jan 2016 03:51:03 +1100 (AEDT) Received: from localhost (172.110.7.206 [172.110.7.206]) by mx.zohomail.com with SMTPS id 1452531060638337.50673074270514; Mon, 11 Jan 2016 08:51:00 -0800 (PST) From: OpenBMC Patches To: openbmc@lists.ozlabs.org Cc: manjunath Subject: [PATCH openbmc-test-automation 34/60] added log statement Date: Mon, 11 Jan 2016 10:50:00 -0600 Message-Id: <1452531026-13715-35-git-send-email-openbmc-patches@stwcx.xyz> X-Mailer: git-send-email 2.6.4 In-Reply-To: <1452531026-13715-1-git-send-email-openbmc-patches@stwcx.xyz> References: <1452531026-13715-1-git-send-email-openbmc-patches@stwcx.xyz> X-Zoho-Virus-Status: 1 X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jan 2016 16:51:04 -0000 From: manjunath --- tests/test_ssh.robot | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_ssh.robot b/tests/test_ssh.robot index 0801d8a..e9dcf9e 100644 --- a/tests/test_ssh.robot +++ b/tests/test_ssh.robot @@ -46,6 +46,7 @@ File Not Found [Documentation] This testcase is for testing ls command with non existing file ${output} ${stderr} ${rc}= Execute Command ls file_doesnotexist.txt return_stderr=True return_rc=True ${msg}= Catenate output:${output} stderr:${stderr} rc:${rc} + Log To Console ${msg} Should Be Equal ${rc} ${2} Should Contain ${stderr} No such file or directory -- 2.6.4