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 409DD10B2C for ; Tue, 27 Aug 2013 10:45:44 +0000 (UTC) Received: (qmail 80530 invoked by uid 500); 27 Aug 2013 10:45:39 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 80465 invoked by uid 500); 27 Aug 2013 10:45:37 -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 80446 invoked by uid 500); 27 Aug 2013 10:45:36 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 80341 invoked by uid 99); 27 Aug 2013 10:45:27 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Aug 2013 10:45:27 +0000 Date: Tue, 27 Aug 2013 10:44:51 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=13751172#comment-13751172 ] ASF subversion and git services commented on CLOUDSTACK-4303: ------------------------------------------------------------- Commit 6e64fa53c62d927e6dc4c0053abc5d3f9f8329dc in branch refs/heads/4.2-forward from [~ashutoshk] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=6e64fa5 ] CLOUDSTACK-4303: Add missing base.py changes egressdefaultpolicy parameter was not set in base.py. Therefore egress test failed. Added this missing change. Signed-off-by: Jayapal > [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: Ashutosk Kelkar > Priority: Critical > > 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 > <