Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 359CB10131 for ; Wed, 11 Sep 2013 19:28:57 +0000 (UTC) Received: (qmail 32336 invoked by uid 500); 11 Sep 2013 19:28:54 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 32132 invoked by uid 500); 11 Sep 2013 19:28:54 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 31948 invoked by uid 500); 11 Sep 2013 19:28:53 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 31929 invoked by uid 99); 11 Sep 2013 19:28:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Sep 2013 19:28:53 +0000 Date: Wed, 11 Sep 2013 19:28:53 +0000 (UTC) From: "Rayees Namathponnan (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CLOUDSTACK-4303) [Automation] test_egress_fw_rules test cases failed to except script and tests failed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rayees Namathponnan updated CLOUDSTACK-4303: -------------------------------------------- Attachment: Debug_11_03_2013_1378883737.log Attached log > [Automation] test_egress_fw_rules test cases failed to except script and tests failed > -------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-4303 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4303 > Project: CloudStack > Issue Type: Test > Security Level: Public(Anyone can view this level - this is the default.) > Components: Infra, Network Controller > Reporter: Rayees Namathponnan > Assignee: Girish Shilamkar > Priority: Critical > Attachments: Debug_11_03_2013_1378883737.log > > > Test cases from integration.component.test_egress_fw_rules.TestEgressFWRules fails > test cases expecting script @ /tmp/expect_scrip, this should be handled in test case, > Stacktrace > File "/usr/local/lib/python2.7/unittest/case.py", line 318, in run > testMethod() > File "/Repo_30X/ipcl/cloudstack/test/integration/component/test_egress_fw_rules.py", line 51, in test_wrap_exception_log > raise e > Script result is ['bash: /tmp/expect_script.exp: /usr/bin/expect: bad interpreter: No such file or directory'] is not matching with ['100'] > -------------------- >> begin captured logging << -------------------- > testclient.testcase.TestEgressFWRules: DEBUG: Creating network with network offering: 0bd6212f-b34c-4f7a-a84f-0c172bee6ac8 > testclient.testcase.TestEgressFWRules: DEBUG: Created network with ID: ef2626c2-6849-43e7-8418-0c89ed528d62 > testclient.testcase.TestEgressFWRules: DEBUG: Deploying instance in the account: test-SSFX20 > testclient.testcase.TestEgressFWRules: DEBUG: Deployed instance in account: test-SSFX20 > testclient.testcase.TestEgressFWRules: DEBUG: expect_script>> > #!/usr/bin/expect > spawn ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=quiet -i /root/.ssh/id_rsa.cloud -p 3922 root@169.254.3.141 > expect "root@r-342-QA:~#" > send "ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=quiet root@10.1.1.215 ping -c 1 www.google.com; exit $? > " > expect "root@10.1.1.215's password: " > send "password > " > interact > <